mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add list-style-type: decimal-leading-zero support
This doesn't exactly do what you would think from its name: It surely adds an extra leading zero to the front of a number, but only if the number is less than 10. CSS is weird sometimes.
This commit is contained in:
committed by
Andreas Kling
parent
64d7a8b7aa
commit
0983cd9243
@@ -159,6 +159,7 @@ enum class ListStyleType {
|
||||
Circle,
|
||||
Square,
|
||||
Decimal,
|
||||
DecimalLeadingZero,
|
||||
};
|
||||
|
||||
enum class Overflow : u8 {
|
||||
|
||||
Reference in New Issue
Block a user