Skip to content

Commit 2ac49ea

Browse files
committed
[css-writing-modes] Typo.
1 parent 08a1aa7 commit 2ac49ea

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Writing Modes Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-05-13 name=dcterms.date>
13+
<meta content=2013-06-11 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-writing-modes/"
1818
name=dcterms.identifier>
19-
<script src='http://test.csswg.org/harness/annotate.js#CSS3-WRITING-MODES_DEV' type='text/javascript' defer></script>
2019
<link href="../default.css" rel=stylesheet type="text/css">
2120
<style type="text/css">
2221
object { vertical-align: middle; }
@@ -36,6 +35,9 @@
3635
</style>
3736
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
3837
type="text/css">
38+
<script defer=defer
39+
src="http://test.csswg.org/harness/annotate.js#CSS3-WRITING-MODES_DEV"
40+
type="text/javascript"></script>
3941

4042
<body>
4143
<div class=head> <!--begin-logo-->
@@ -44,15 +46,15 @@
4446

4547
<h1>CSS Writing Modes Module Level 3</h1>
4648

47-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 May 2013</h2>
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 June 2013</h2>
4850

4951
<dl>
5052
<dt>This version:
5153

5254
<dd><a
5355
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
5456
<!--
55-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130513/">http://dev.w3.org/csswg/css3-writing-modes/</a>
57+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-writing-modes-20130611/">http://dev.w3.org/csswg/css3-writing-modes/</a>
5658
-->
5759

5860
<dt>Latest version:
@@ -982,7 +984,7 @@ <h3 id=bidi-example><span class=secno>2.3. </span> Example of Bidirectional
982984
&lt;para&gt;HEBREW1 HEBREW2 english3 HEBREW4 HEBREW5&lt;/para&gt;
983985
&lt;para&gt;HEBREW6 &lt;emphasis&gt;HEBREW7&lt;/emphasis&gt; HEBREW8&lt;/para&gt;
984986
&lt;/section&gt;
985-
&lt;section dir=r&;
987+
&lt;section dir=ltr&gt;
986988
&lt;para&gt;english9 english10 english11 HEBREW12 HEBREW13&lt;/para&gt;
987989
&lt;para&gt;english14 english15 english16&lt;/para&gt;
988990
&lt;para&gt;english17 &lt;quote dir=rtl&gt;HEBREW18 english19 HEBREW20&lt;/quote&gt;&lt;/para&gt;
@@ -2121,8 +2123,8 @@ <h3 id=abstract-dimensions><span class=secno>6.1. </span> Abstract
21212123
<dl>
21222124
<dt><dfn id=block-dimension>block dimension</dfn>
21232125

2124-
<dd>The dimension perpendicular to the flow of text with in a line, the
2125-
<i>vertical dimension</i> in horizontal writing modes, and the
2126+
<dd>The dimension perpendicular to the flow of text within a line, i.e.
2127+
the <i>vertical dimension</i> in horizontal writing modes, and the
21262128
<i>horizontal dimension</i> in vertical writing modes.
21272129

21282130
<dt><dfn id=inline-dimension>inline dimension</dfn>

css-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ <h3 id="abstract-dimensions">
15171517

15181518
<dl>
15191519
<dt><dfn>block dimension</dfn></dt>
1520-
<dd>The dimension perpendicular to the flow of text with in a line,
1520+
<dd>The dimension perpendicular to the flow of text within a line, i.e.
15211521
the <i>vertical dimension</i> in horizontal writing modes, and
15221522
the <i>horizontal dimension</i> in vertical writing modes.</dd>
15231523
<dt><dfn>inline dimension</dfn></dt>

0 commit comments

Comments
 (0)