Skip to content

Commit 2fc58ff

Browse files
authored
Fix: default value is integer while string expected
1 parent 932ceea commit 2fc58ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Resources/specifications/html5.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,8 +2561,8 @@ ol:
25612561
- A # for uppercase letters
25622562
- i # for lowercase Roman numerals
25632563
- I # for uppercase Roman numerals
2564-
- 1 # for numbers (default)
2565-
defaultValue: 1
2564+
- '1' # for numbers (default)
2565+
defaultValue: '1'
25662566
children:
25672567
- li
25682568
optgroup:

0 commit comments

Comments
 (0)