Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#54649 closed defect (bug) (wontfix)

Twenty Twenty-Two with 5.9-beta3, gets heading 5 and heading 6 auto capitalizes.

Reported by: alanjacobmathew's profile alanjacobmathew Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: needs-patch has-screenshots
Focuses: Cc:

Description

Version: 5.9-beta3
Theme: Twenty Twenty Two
Plugins: None

Issue:
All contents written as heading 5 and heading 6 gets auto capitalized. Custom HTML written as <h6> and <h5> also gets capitalized. Issue exists in the Full Site Editor as well as in the Post editor.

https://i.imgur.com/UvUZkDh.png

All the settings in the editor are kept default.

Attachments (1)

h5&h6.gif (995.5 KB) - added by alanjacobmathew 4 years ago.
h5&h6 auto capitalizes

Download all attachments as: .zip

Change History (5)

@alanjacobmathew
4 years ago

h5&h6 auto capitalizes

#1 @joyously
4 years ago

I think this is not a bug, but a style choice of the theme.

#2 @kjellr
4 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

@joyously is correct. The all-caps text is the intended design for those heading levels. This can be adjusted using the editor controls:

https://cldup.com/QCpsBNKsZd.gif

I'm going to close for now, but we can continue discussion if you have concerns.

#3 @alanjacobmathew
4 years ago

hey @kjellr

Just one doubt. Is there any way to adjust that issue when inserting custom HTML?

#4 @kjellr
4 years ago

Not via the UI, but I wouldn't expect that to work since it's manually-added HTML. You could just add some CSS inline if you wanted to change it:

<h5 style="text-transform:initial">Text</h5>
Note: See TracTickets for help on using tickets.