File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ‘< a
709709 href ="#direction0 "> < code class =property > direction</ code > </ a > ’ 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 ‘< a
712+ href ="#isolate "> < code class =css > isolate</ code > </ a > ’.
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments