Skip to content

Commit bdf6e94

Browse files
committed
1 parent 4015e0a commit bdf6e94

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 14 additions & 14 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 29 June 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 July 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-20120629/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120629/</a>
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120731/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120731/</a>
4444
-->
4545

4646

@@ -729,8 +729,8 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
729729
<p>Normally (i.e. when ‘<a href="#unicode-bidi0"><code
730730
class=property>unicode-bidi</code></a>’ is ‘<a href="#normal"><code
731731
class=css>normal</code></a>’) an inline element is transparent to the
732-
unicode bidi algorithm; content is ordered as if it were not there. The
733-
<a href="#unicode-bidi0"><code
732+
unicode bidi algorithm; content is ordered as if the element boundaries
733+
were not there. The <a href="#unicode-bidi0"><code
734734
class=property>unicode-bidi</code></a>’ property allows inline elements
735735
to create scopes within the algorithm, and to override the intrinsic
736736
directionality of text.
@@ -886,12 +886,12 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
886886
href="#direction0"><code class=property>direction</code></a>’-dependent
887887
layout calculations.
888888

889-
<p>The final order of characters within in each <a
890-
href="#paragraph"><i>bidi paragraph</i></a> is the same as if the bidi
891-
control codes had been added as described above, markup had been stripped,
892-
and the resulting character sequence had been passed to an implementation
893-
of the Unicode bidirectional algorithm for plain text that produced the
894-
same line-breaks as the styled text.
889+
<p>The final order of characters within each <a href="#paragraph"><i>bidi
890+
paragraph</i></a> is the same as if the bidi control codes had been added
891+
as described above, markup had been stripped, and the resulting character
892+
sequence had been passed to an implementation of the Unicode bidirectional
893+
algorithm for plain text that produced the same line-breaks as the styled
894+
text.
895895

896896
<p>In this process, replaced elements with ‘<code class=css>display:
897897
inline</code>’ are treated as neutral characters, unless their ‘<a
@@ -1032,7 +1032,7 @@ <h3 id=bidi-box-model><span class=secno>2.4. </span> Box model for inline
10321032
elements in bidirectional context</h3>
10331033

10341034
<p>Since bidi reordering can split apart and reorder text that is logically
1035-
contiguous, bidirectional text can cause an inline boxes to be split and
1035+
contiguous, bidirectional text can cause an inline box to be split and
10361036
reordered within a line.
10371037

10381038
<p class=note>Note that in order to be able to flow inline boxes in a
@@ -4402,10 +4402,10 @@ <h3 class=no-num id=other-references> Other references</h3>
44024402
<dt id=UTR50>[UTR50]
44034403

44044404
<dd>Eric Muller. <a
4405-
href="http://www.unicode.org/reports/tr50/tr50-4.html"><cite>Unicode
4406-
Properties for Vertical Text Layout.</cite></a> 20 April 2012. Proposed
4405+
href="http://www.unicode.org/reports/tr50/tr50-5.html"><cite>Unicode
4406+
Properties for Vertical Text Layout.</cite></a> 17 May 2012. Proposed
44074407
Draft Unicode Technical Report #50. URL: <a
4408-
href="http://www.unicode.org/reports/tr50/tr50-4.html">http://www.unicode.org/reports/tr50/tr50-4.html</a>
4408+
href="http://www.unicode.org/reports/tr50/tr50-5.html">http://www.unicode.org/reports/tr50/tr50-5.html</a>
44094409
</dd>
44104410
<!---->
44114411
</dl>

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h3 id="unicode-bidi">
383383

384384
<p>Normally (i.e. when 'unicode-bidi' is ''normal'')
385385
an inline element is transparent to the unicode bidi algorithm;
386-
content is ordered as if it were not there.
386+
content is ordered as if the element boundaries were not there.
387387
The 'unicode-bidi' property allows inline elements to create scopes within the algorithm,
388388
and to override the intrinsic directionality of text.
389389

@@ -475,7 +475,7 @@ <h3 id="unicode-bidi">
475475
property even in the case of ''plaintext'', and thus does not affect
476476
'direction'-dependent layout calculations.
477477

478-
<p>The final order of characters within in each <i>bidi paragraph</i> is the
478+
<p>The final order of characters within each <i>bidi paragraph</i> is the
479479
same as if the bidi control codes had been added as described above,
480480
markup had been stripped, and the resulting character sequence had
481481
been passed to an implementation of the Unicode bidirectional
@@ -616,7 +616,7 @@ <h3 id="bidi-box-model">
616616
Box model for inline elements in bidirectional context</h3>
617617

618618
<p>Since bidi reordering can split apart and reorder text that is
619-
logically contiguous, bidirectional text can cause an inline boxes
619+
logically contiguous, bidirectional text can cause an inline box
620620
to be split and reordered within a line.
621621

622622
<p class="note">Note that in order to be able to flow inline boxes in a

0 commit comments

Comments
 (0)