LibWeb: Add list-style-type: upper-latin and upper-alpha support

This commit is contained in:
Tobias Christiansen 2021-04-22 23:52:15 +02:00 committed by Andreas Kling
commit 889e1d3db9
Notes: sideshowbarker 2024-07-18 18:55:02 +09:00
4 changed files with 13 additions and 0 deletions

View file

@ -162,6 +162,8 @@ enum class ListStyleType {
DecimalLeadingZero,
LowerAlpha,
LowerLatin,
UpperAlpha,
UpperLatin,
};
enum class Overflow : u8 {