mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
LibWeb: Implement text-transform: capitalize
This commit is contained in:
parent
9f7cfb1394
commit
bbfe0d3a82
7 changed files with 27 additions and 9 deletions
|
@ -19,6 +19,7 @@ enum class Property : u8;
|
|||
enum class Script : u8;
|
||||
enum class SentenceBreakProperty : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
enum class TrailingCodePointTransformation : u8;
|
||||
|
||||
struct CodePointDecomposition;
|
||||
struct CurrencyCode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue