Skip to content

Commit 5ee035f

Browse files
committed
Tweak grammar of unicode-bidi to make more sense. <http://lists.w3.org/Archives/Public/www-style/2011May/0553.html>
1 parent fb31bec commit 5ee035f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
635635
<tr>
636636
<th>Value:
637637

638-
<td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]
638+
<td>normal | embed | [ isolate || [ plaintext | bidi-override ] ]
639639

640640
<tr>
641641
<th>Initial:
@@ -708,7 +708,8 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
708708
containing block is determined not by the element's computed &lsquo;<a
709709
href="#direction0"><code class=property>direction</code></a>&rsquo; as
710710
usual, but by following rules P2 and P3 of the Unicode bidirectional
711-
algorithm. Note this value has no effect on inline elements.
711+
algorithm. For inline elements, this value is equivalent to &lsquo;<a
712+
href="#isolate"><code class=css>isolate</code></a>&rsquo;.
712713

713714
<dt><dfn id=bidi-override>bidi-override</dfn>
714715

@@ -3603,7 +3604,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
36033604
<tr>
36043605
<td><a class=property href="#unicode-bidi0">unicode-bidi</a>
36053606

3606-
<td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]
3607+
<td>normal | embed | [ isolate || [ plaintext | bidi-override ] ]
36073608

36083609
<td>normal
36093610

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h3 id="unicode-bidi">
353353
</tr>
354354
<tr>
355355
<th>Value:</th>
356-
<td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]</td>
356+
<td>normal | embed | [ isolate || [ plaintext | bidi-override ] ]
357357
</tr>
358358
<tr>
359359
<th>Initial:</th>
@@ -412,8 +412,8 @@ <h3 id="unicode-bidi">
412412
base directionality of each bidi paragraph for which the element
413413
forms the containing block is determined not by the element's
414414
computed 'direction' as usual, but by following rules P2
415-
and P3 of the Unicode bidirectional algorithm. Note this value
416-
has no effect on inline elements.
415+
and P3 of the Unicode bidirectional algorithm.
416+
For inline elements, this value is equivalent to ''isolate''.
417417
<dt><dfn>bidi-override</dfn></dt>
418418
<dd>For inline elements this creates an override. For block-container
419419
elements this creates an override for inline-level descendants not

0 commit comments

Comments
 (0)