mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add list-style-type: upper-latin and upper-alpha support
This commit is contained in:
committed by
Andreas Kling
parent
cb34775c83
commit
889e1d3db9
@@ -162,6 +162,8 @@ enum class ListStyleType {
|
||||
DecimalLeadingZero,
|
||||
LowerAlpha,
|
||||
LowerLatin,
|
||||
UpperAlpha,
|
||||
UpperLatin,
|
||||
};
|
||||
|
||||
enum class Overflow : u8 {
|
||||
|
||||
Reference in New Issue
Block a user