Skip to content

Commit d9beb34

Browse files
committed
Fix error in keyword name
1 parent 7eb7769 commit d9beb34

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
<h1>CSS Writing Modes Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 June 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a
3838
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
3939
<!--
40-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110610">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110610/</a>
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110612">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110612/</a>
4141
-->
4242

4343

@@ -2804,7 +2804,7 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
28042804

28052805
<td>none | all &lt;integer>? | [ [digits &lt;integer>? || ascii-digits
28062806
&lt;integer>? ] || [ alpha &lt;integer>? | latin &lt;integer>? ] ||
2807-
alphanumeric &lt;integer>? ] && [ scale | no-scale || use-digits ]?
2807+
alphanumeric &lt;integer>? ] && [ scale | no-scale || use-glyphs ]?
28082808

28092809
<tr>
28102810
<th>Initial:
@@ -3893,7 +3893,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
38933893

38943894
<td>none | all &lt;integer>? | [ [digits &lt;integer>? || ascii-digits
38953895
&lt;integer>? ] || [ alpha &lt;integer>? | latin &lt;integer>? ] ||
3896-
alphanumeric &lt;integer>? ] && [ scale | no-scale || use-digits ]?
3896+
alphanumeric &lt;integer>? ] && [ scale | no-scale || use-glyphs ]?
38973897

38983898
<td>none
38993899

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ <h2 id="text-combine">
20852085
[ [digits &lt;integer>? || ascii-digits &lt;integer>? ]
20862086
|| [ alpha &lt;integer>? | latin &lt;integer>? ]
20872087
|| alphanumeric &lt;integer>? ]
2088-
&& [ scale | no-scale || use-digits ]?</td>
2088+
&& [ scale | no-scale || use-glyphs ]?</td>
20892089
</tr>
20902090
<tr>
20912091
<th>Initial:</th>

0 commit comments

Comments
 (0)