Skip to content

Commit c188046

Browse files
author
kojiishi
committed
[css-writing-modes] text-combine-horizontal:digits only accepts 2-4 (drop digits 1)
1 parent 9ac6a8a commit c188046

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ <h3 class="heading settled heading" data-level=9.1 id=text-combine-horizontal><s
22382238
as if it were in an anonymous inline box with
22392239
<a class=css data-link-type=maybe href=#propdef-text-combine-horizontal title=text-combine-horizontal>text-combine-horizontal: all</a>.
22402240
When the integer is omitted, 2 is used.
2241-
Integers outside the range 1-4 are invalid.
2241+
Integers outside the range 2-4 are invalid.
22422242
<!--
22432243
<dt><dfn value for=text-combine-horizontal>alpha</dfn>
22442244
<dd>Within the element, each sequence of consecutive horizontal letters

css-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@ <h3 id="text-combine-horizontal">
22492249
as if it were in an anonymous inline box with
22502250
''text-combine-horizontal: all''.
22512251
When the integer is omitted, 2 is used.
2252-
Integers outside the range 1-4 are invalid.
2252+
Integers outside the range 2-4 are invalid.
22532253
<!--
22542254
<dt><dfn value for=text-combine-horizontal>alpha</dfn>
22552255
<dd>Within the element, each sequence of consecutive horizontal letters

0 commit comments

Comments
 (0)