Skip to content

Commit 7e9dfa1

Browse files
committed
Add bidi isolation changes to changes section
1 parent 5606230 commit 7e9dfa1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,6 +3421,11 @@ <h3 class=no-num id=recent-changes> Changes from the <a
34213421
class=css>isolate bidi-override</code>’ with single keyword ‘<a
34223422
href="#isolate-override"><code class=css>isolate-override</code></a>’.
34233423

3424+
<li>Reworked bidi isolation slightly to better accommodate the possible
3425+
addition of isolation codes to Unicode bidi: paragraph determination for
3426+
isolated content is now performed per-paragraph, rather than per-element.
3427+
3428+
34243429
<li>Added data tables for orientation of characters in Unicode.
34253430

34263431
<li>Replaced <i>before</i> with <a href="#head"><i>head</i></a> and

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,6 +2538,8 @@ <h3 class="no-num" id="recent-changes">
25382538
<p>Major changes include:</p>
25392539
<ul>
25402540
<li>Replaced 'unicode-bidi' value of ''isolate bidi-override'' with single keyword ''isolate-override''.
2541+
<li>Reworked bidi isolation slightly to better accommodate the possible addition of isolation codes to Unicode bidi:
2542+
paragraph determination for isolated content is now performed per-paragraph, rather than per-element.
25412543
<li>Added data tables for orientation of characters in Unicode.
25422544
<li>Replaced <i>before</i> with <i>head</i> and <i>after</i> with <i>foot</i>.
25432545
</ul>

0 commit comments

Comments
 (0)