Skip to content

Commit cbe250b

Browse files
committed
[css-counter-styles-3] Add the width descriptor to the API section.
1 parent c31d3f7 commit cbe250b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

css-counter-styles-3/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,6 +3419,8 @@ <h3 id=the-csscounterstylerule-interface><span class=secno>7.2. </span> The
34193419
<!--
34203420
--> readonly attribute DOMString range;
34213421
<!--
3422+
--> readonly attribute DOMString width;
3423+
<!--
34223424
--> readonly attribute DOMString fallback;
34233425
<!--
34243426
-->}</pre>

css-counter-styles-3/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,6 +2446,7 @@ <h3 id="the-csscounterstylerule-interface">
24462446
--> readonly attribute DOMString prefix;&#xa;<!--
24472447
--> readonly attribute DOMString suffix;&#xa;<!--
24482448
--> readonly attribute DOMString range;&#xa;<!--
2449+
--> readonly attribute DOMString width;&#xa;<!--
24492450
--> readonly attribute DOMString fallback;&#xa;<!--
24502451
-->}</pre>
24512452

0 commit comments

Comments
 (0)