Ticket #5966 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

NormalizeCSS shouldn't lowercase font style attributes

Reported by: comp615 Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.4.1
Keywords: Cc:

Description

Currently, there is no way to specify a font family which has uppercase characters. It is noted in the CSS Specifications that font families can be case sensitive on certain systems (Just like links).

Thus when a font family gets passed through the normalizeCssText function. It is always made lower case. This shouldn't happen...

Note that this is not the same problem as the browser touching of font-family like #5528 deals with

Change History

comment:1 Changed 3 years ago by tobiasz.cudnik

  • Keywords Confirmed added

To be clear, it's related to styles plugin. If you type font name by hand, it won't be lower cased.

comment:2 Changed 3 years ago by comp615

  • Version set to 3.4.1 (SVN - trunk)

comment:3 Changed 3 years ago by comp615

  • Keywords Confirmed added

comment:4 Changed 3 years ago by fredck

  • Keywords Confirmed removed

comment:5 Changed 3 years ago by alfonsoml

Dup of #5930

Note: See TracTickets for help on using tickets.
© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy