Skip to content

Commit 2fd0ea2

Browse files
committed
[css-break] Fix bracketed range grammar to match prose w3c#8247
1 parent a98ba49 commit 2fd0ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-break-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Breaks Between Lines: 'orphans', 'widows'</h3>
449449

450450
<pre class="propdef">
451451
Name: orphans, widows
452-
Value: <<integer [0,∞]>>
452+
Value: <<integer [1,∞]>>
453453
Initial: 2
454454
Applies to: <a>block containers</a> that establish an <a>inline formatting context</a>
455455
Inherited: yes

css-break-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Breaks Between Lines: 'orphans', 'widows'</h3>
445445

446446
<pre class="propdef">
447447
Name: orphans, widows
448-
Value: <<integer [0,∞]>>
448+
Value: <<integer [1,∞]>>
449449
Initial: 2
450450
Applies to: <a>block containers</a> that establish an <a>inline formatting context</a>
451451
Inherited: yes

0 commit comments

Comments
 (0)