Skip to content

Commit 6aa82a4

Browse files
committed
1 parent 0b9c671 commit 6aa82a4

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
@@ -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 21 July 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 July 2011</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/2011/WD-css3-writing-modes-20110721">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110721/</a>
43+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110722">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110722/</a>
4444
-->
4545

4646

@@ -523,8 +523,8 @@ <h2 id=text-direction><span class=secno>2. </span> Inline Direction and
523523
map to this algorithm.
524524

525525
<p>User agents that support bidirectional text must apply the Unicode
526-
bidirectional algorithm to every sequence of inline boxes uninterrupted by
527-
a forced (<a
526+
bidirectional algorithm to every sequence of inline-level boxes
527+
uninterrupted by a forced (<a
528528
href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi
529529
class B</a>) paragraph break or block boundary. This sequence forms the
530530
<dfn id=paragraph>paragraph</dfn> unit in the bidirectional algorithm.

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h2 id="text-direction">
252252
language map to this algorithm.</p>
253253

254254
<p>User agents that support bidirectional text must apply the Unicode
255-
bidirectional algorithm to every sequence of inline boxes uninterrupted
255+
bidirectional algorithm to every sequence of inline-level boxes uninterrupted
256256
by a forced (<a href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi class B</a>)
257257
paragraph break or block boundary. This sequence forms the <dfn>paragraph</dfn>
258258
unit in the bidirectional algorithm.

0 commit comments

Comments
 (0)