Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 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 Owned by:
Priority: normal Milestone:
Component: Bundled Theme Version:
Severity: normal Keywords: needs-patch has-screenshots
Cc: Focuses:

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 5 years ago.
h5&h6 auto capitalizes

Download all attachments as: .zip

Change History (5)

@alanjacobmathew
5 years ago

h5&h6 auto capitalizes

#1 @joyously
5 years ago

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

#2 @kjellr
5 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

@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
5 years ago

hey @kjellr

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

#4 @kjellr
5 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.