mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add roman numerals as a list-style for ol's
This patch adds support for the identifiers upper-roman and lower-roman of the list-style property.
This commit is contained in:
committed by
Andreas Kling
parent
87033ce7d1
commit
e18e2af826
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
|
||||
* Copyright (c) 2021, Tobias Christiansen <tobi@tobyase.de>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
@@ -173,8 +174,10 @@ enum class ListStyleType {
|
||||
DecimalLeadingZero,
|
||||
LowerAlpha,
|
||||
LowerLatin,
|
||||
LowerRoman,
|
||||
UpperAlpha,
|
||||
UpperLatin,
|
||||
UpperRoman,
|
||||
};
|
||||
|
||||
enum class Overflow : u8 {
|
||||
|
||||
Reference in New Issue
Block a user