Skip to content

Commit 1e6f032

Browse files
committed
Fix errors in example
1 parent f6fa6dc commit 1e6f032

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

css3-text/Overview.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February
3636
2012</h2>
3737

3838
<dl>
3939
<dt>This version:
4040

4141
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/02/17
42-
09:02:57 $ (CVS $Revision$)</a> <!--
43-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120217/">http://www.w3.org/TR/2012/WD-css3-text-20120217/</a></dd>
42+
17:39:23 $ (CVS $Revision$)</a> <!--
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120219/">http://www.w3.org/TR/2012/WD-css3-text-20120219/</a></dd>
4444
-->
4545

4646

@@ -1988,12 +1988,10 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the
19881988
bidi reordering).
19891989

19901990
<div class=example>
1991-
<p>Assuming &lsquo;<code class=css>[dir=auto] { unicode-bidi: plaintext;
1992-
}</code>&rsquo;, in the following example, every other line is
1993-
right-aligned:</p>
1991+
<p>In the following example, every other line is right-aligned:</p>
19941992

19951993
<pre>&lt;pre&gt;
1996-
<!-- --> Latin &tl;span dir=auto&gt;
1994+
<!-- --> Latin &lt;span style="unicode-bidi: plaintext"&gt;
19971995
<!-- --> &#x0648;·&#x06A9;&#x0645;&#x06CC;
19981996
<!-- --> Latin
19991997
<!-- --> &#x0648;·&#x06A9;&#x0645;&#x06CC;

css3-text/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,10 +1387,9 @@ <h3 id="text-align">
13871387
(i.e. the based direction that is used for bidi reordering).
13881388

13891389
<div class="example">
1390-
<p>Assuming ''[dir=auto] { unicode-bidi: plaintext; }'', in the following
1391-
example, every other line is right-aligned:</p>
1390+
<p>In the following example, every other line is right-aligned:</p>
13921391
<pre>&lt;pre&gt;
1393-
<!-- --> Latin &tl;span dir=auto&gt;
1392+
<!-- --> Latin &lt;span style="unicode-bidi: plaintext"&gt;
13941393
<!-- --> &#x0648;·&#x06A9;&#x0645;&#x06CC;
13951394
<!-- --> Latin
13961395
<!-- --> &#x0648;·&#x06A9;&#x0645;&#x06CC;

0 commit comments

Comments
 (0)