Skip to content

Commit 867ff7b

Browse files
committed
Fix unicode-bidi syntax error
1 parent 3763a6a commit 867ff7b

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 9 additions & 11 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 15 August 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 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-20110815">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110815/</a>
43+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110816">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110816/</a>
4444
-->
4545

4646

@@ -514,13 +514,11 @@ <h2 id=text-direction><span class=secno>2. </span> Inline Direction and
514514
bidirectional text. The algorithm consists of an implicit part based on
515515
character properties, as well as explicit controls for embeddings and
516516
overrides. CSS relies on this algorithm to achieve proper bidirectional
517-
rendering. The <span class=propinst-direction>&lsquo;<a
518-
href="#direction0"><code class=property>direction</code></a>&rsquo;</span>
519-
and <span class=propinst-unicode-bidi>&lsquo;<a
520-
href="#unicode-bidi0"><code
521-
class=property>unicode-bidi</code></a>&rsquo;</span> properties allow
522-
authors to specify how the elements and attributes of a document language
523-
map to this algorithm.
517+
rendering. The &lsquo;<a href="#direction0"><code
518+
class=property>direction</code></a>&rsquo; and &lsquo;<a
519+
href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>&rsquo;
520+
properties allow authors to specify how the elements and attributes of a
521+
document language map to this algorithm.
524522

525523
<p>User agents that support bidirectional text must apply the Unicode
526524
bidirectional algorithm to every sequence of inline-level boxes
@@ -670,7 +668,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
670668
<tr>
671669
<th>Value:
672670

673-
<td>normal | embed | [ isolate || bidi-override ] | plaintext ]
671+
<td>normal | embed | [ isolate || bidi-override ] | plaintext
674672

675673
<tr>
676674
<th>Initial:
@@ -4039,7 +4037,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
40394037
<tr>
40404038
<th><a class=property href="#unicode-bidi0">unicode-bidi</a>
40414039

4042-
<td>normal | embed | [ isolate || bidi-override ] | plaintext ]
4040+
<td>normal | embed | [ isolate || bidi-override ] | plaintext
40434041

40444042
<td>normal
40454043

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,8 @@ <h2 id="text-direction">
245245
algorithm for determining the proper ordering of bidirectional text. The
246246
algorithm consists of an implicit part based on character properties,
247247
as well as explicit controls for embeddings and overrides. CSS relies
248-
on this algorithm to achieve proper bidirectional rendering. The <span
249-
class="propinst-direction">'direction'</span> and <span
250-
class="propinst-unicode-bidi">'unicode-bidi'</span> properties allow
248+
on this algorithm to achieve proper bidirectional rendering.
249+
The 'direction' and 'unicode-bidi' properties allow
251250
authors to specify how the elements and attributes of a document
252251
language map to this algorithm.</p>
253252

@@ -369,7 +368,7 @@ <h3 id="unicode-bidi">
369368
</tr>
370369
<tr>
371370
<th>Value:</th>
372-
<td>normal | embed | [ isolate || bidi-override ] | plaintext ]
371+
<td>normal | embed | [ isolate || bidi-override ] | plaintext
373372
</tr>
374373
<tr>
375374
<th>Initial:</th>

0 commit comments

Comments
 (0)