mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add list-style-type: lower-alpha and lower-latin support
They achieve the same, a list which markers are lowercase (latin) characters.
This commit is contained in:
committed by
Andreas Kling
parent
7dd0fb0086
commit
cb34775c83
@@ -160,6 +160,8 @@ enum class ListStyleType {
|
||||
Square,
|
||||
Decimal,
|
||||
DecimalLeadingZero,
|
||||
LowerAlpha,
|
||||
LowerLatin,
|
||||
};
|
||||
|
||||
enum class Overflow : u8 {
|
||||
|
||||
Reference in New Issue
Block a user