Skip to content

Commit 7636b91

Browse files
committed
[css-writing-modes] Typo in Example 1 in Section 2.2 <http://www.w3.org/mid/BLU174-W41EDD7BBD8C078413E51AB3EB0@phx.gbl>
--HG-- extra : rebase_source : 8f44fd81b87b25cc4823a60ff97a3baec671ce1a
1 parent 2e8e564 commit 7636b91

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ <h3 class="heading settled heading" data-level=2.2 id=unicode-bidi><span class=s
509509
<div class=example>
510510
<p>For example, where &lt;BR/&gt; is a <a data-link-type=dfn href=#forced-paragraph-break title="forced paragraph break">forced paragraph break</a>
511511
the bidi ordering is identical between
512-
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;BR/&gt;...&lt;/i2&gt;&lt;i1&gt;...&lt;/para&gt;</pre> <p>and
513-
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;i1&gt;&lt;BR/&gt;&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;i1&gt;...&lt;/para&gt;</pre> <p>for all values of <a class=property data-link-type=propdesc href=#propdef-unicode-bidi title=unicode-bidi>unicode-bidi</a> on inline elements &lt;i1&gt; and &lt;i2&gt;.
512+
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;BR/&gt;...&lt;/i2&gt;&lt;/i1&gt;...&lt;/para&gt;</pre> <p>and
513+
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;i1&gt;&lt;BR/&gt;&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;/i1&gt;...&lt;/para&gt;</pre> <p>for all values of <a class=property data-link-type=propdesc href=#propdef-unicode-bidi title=unicode-bidi>unicode-bidi</a> on inline elements &lt;i1&gt; and &lt;i2&gt;.
514514
</div>
515515

516516
<p class=note>
@@ -653,7 +653,7 @@ <h3 class="heading settled heading" data-level=2.4 id=bidi-box-model><span class
653653
</ul>
654654
<p>Analogous rules hold for vertical writing modes.</p>
655655

656-
<p class=note>The <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-break-3/#box-decoration-break title=box-decoration-break>box-decoration-break</a> property can override this
656+
<p class=note>The <a class=property data-link-type=propdesc href=http://www.w3.org/TR/css3-break/#box-decoration-break title=box-decoration-break>box-decoration-break</a> property can override this
657657
behavior to draw box decorations on both sides of each box. <a data-biblio-type=normative data-link-type=biblio href=#css3bg title=css3bg>[CSS3BG]</a> </p>
658658

659659
<h2 class="heading settled heading" data-level=3 id=vertical-intro><span class=secno>3 </span><span class=content>

css-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ <h3 id="unicode-bidi">
425425
<div class="example">
426426
<p>For example, where &lt;BR/&gt; is a <i>forced paragraph break</i>
427427
the bidi ordering is identical between
428-
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;BR/>...&lt;/i2>&lt;i1>...&lt;/para></pre>
428+
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;BR/>...&lt;/i2>&lt;/i1>...&lt;/para></pre>
429429
<p>and
430-
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;/i2>&lt;i1>&lt;BR/>&lt;i1>&lt;i2>...&lt;/i2>&lt;i1>...&lt;/para></pre>
430+
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;/i2>&lt;i1>&lt;BR/>&lt;i1>&lt;i2>...&lt;/i2>&lt;/i1>...&lt;/para></pre>
431431
<p>for all values of 'unicode-bidi' on inline elements &lt;i1&gt; and &lt;i2&gt;.
432432
</div>
433433

css-writing-modes/issues-lc-2013.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Issue 3.
2020
Summary: Typo in Example 1 in Section 2.2
2121
From: cewcathar@hotmail.com
2222
Comment: http://www.w3.org/mid/BLU174-W41EDD7BBD8C078413E51AB3EB0@phx.gbl
23-
Open:
23+
Accepted:
2424
----
2525
Issue 4.
2626
Summary: Features to make bidi almost automatic

0 commit comments

Comments
 (0)