Skip to content

Commit 06ff1f5

Browse files
committed
fix grammar error
1 parent 9350c5c commit 06ff1f5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 June 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 June 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120623/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120623/</a>
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120625/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120625/</a>
4444
-->
4545

4646

@@ -1900,9 +1900,9 @@ <h4 id=vertical-orientations><span class=secno>5.1.1. </span> Vertical
19001900
href="#upright"><code class=css>upright</code></a>’.
19011901
</dl>
19021902

1903-
<p>The UA should render a <a href="#character"><i>character</i></a> in
1904-
upright if the value is ‘<code class=css>U</code>’, or in sideways if
1905-
<code class=css>R</code>’.
1903+
<p>The UA must render a <a href="#character"><i>character</i></a> upright
1904+
if the value is ‘<code class=css>U</code>’, or sideways (90°
1905+
clockwise from horizontal) if <code class=css>R</code>’.
19061906

19071907
<div class=note>These two properties are derived properties using the
19081908
pseudo-algorithm shown below:

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,8 +1328,8 @@ <h4 id=vertical-orientations>
13281328
<dt><dfn>SVOsimple</dfn></dt>
13291329
<dd>This property defines character orientations for ''upright''.</dd>
13301330
</dl>
1331-
<p>The UA should render a <i>character</i> in upright if the value is ''U'',
1332-
or in sideways if ''R''.</p>
1331+
<p>The UA must render a <i>character</i> upright if the value is ''U'',
1332+
or sideways (90&deg; clockwise from horizontal) if ''R''.</p>
13331333
<div class="note">These two properties are derived properties
13341334
using the pseudo-algorithm shown below:
13351335
<pre>

0 commit comments

Comments
 (0)