|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Writing Modes Module Level 3" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-05-13 name=dcterms.date> |
| 13 | + <meta content=2013-06-11 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | 17 | <meta content="http://dev.w3.org/csswg/css3-writing-modes/" |
18 | 18 | name=dcterms.identifier> |
19 | | - <script src='http://test.csswg.org/harness/annotate.js#CSS3-WRITING-MODES_DEV' type='text/javascript' defer></script> |
20 | 19 | <link href="../default.css" rel=stylesheet type="text/css"> |
21 | 20 | <style type="text/css"> |
22 | 21 | object { vertical-align: middle; } |
|
36 | 35 | </style> |
37 | 36 | <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
38 | 37 | 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> |
39 | 41 |
|
40 | 42 | <body> |
41 | 43 | <div class=head> <!--begin-logo--> |
|
44 | 46 |
|
45 | 47 | <h1>CSS Writing Modes Module Level 3</h1> |
46 | 48 |
|
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> |
48 | 50 |
|
49 | 51 | <dl> |
50 | 52 | <dt>This version: |
51 | 53 |
|
52 | 54 | <dd><a |
53 | 55 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
54 | 56 | <!-- |
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> |
56 | 58 | --> |
57 | 59 |
|
58 | 60 | <dt>Latest version: |
@@ -982,7 +984,7 @@ <h3 id=bidi-example><span class=secno>2.3. </span> Example of Bidirectional |
982 | 984 | <para>HEBREW1 HEBREW2 english3 HEBREW4 HEBREW5</para> |
983 | 985 | <para>HEBREW6 <emphasis>HEBREW7</emphasis> HEBREW8</para> |
984 | 986 | </section> |
985 | | -<section dir=r&; |
| 987 | +<section dir=ltr> |
986 | 988 | <para>english9 english10 english11 HEBREW12 HEBREW13</para> |
987 | 989 | <para>english14 english15 english16</para> |
988 | 990 | <para>english17 <quote dir=rtl>HEBREW18 english19 HEBREW20</quote></para> |
@@ -2121,8 +2123,8 @@ <h3 id=abstract-dimensions><span class=secno>6.1. </span> Abstract |
2121 | 2123 | <dl> |
2122 | 2124 | <dt><dfn id=block-dimension>block dimension</dfn> |
2123 | 2125 |
|
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 |
2126 | 2128 | <i>horizontal dimension</i> in vertical writing modes. |
2127 | 2129 |
|
2128 | 2130 | <dt><dfn id=inline-dimension>inline dimension</dfn> |
|
0 commit comments