Skip to content

Commit 7f80974

Browse files
committed
Update changes section, tweak some wording.
1 parent e214bb6 commit 7f80974

2 files changed

Lines changed: 32 additions & 3 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,11 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
314314

315315
<li class=no-num><a href="#changes">Changes</a>
316316
<ul class=toc>
317-
<li class=no-num><a href="#recent-changes"> Changes from the September
317+
<li class=no-num><a href="#recent-changes"> Changes from the May 2012
318+
CSS Writing Modes Module Level 3 <abbr
319+
title="Working Draft">WD</abbr></a>
320+
321+
<li class=no-num><a href="#changes-201109"> Changes from the September
318322
2011 CSS Writing Modes Module Level 3 <abbr
319323
title="Working Draft">WD</abbr></a>
320324
</ul>
@@ -720,7 +724,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
720724
unicode bidi algorithm; content is ordered as if it were not there. The
721725
<a href="#unicode-bidi0"><code
722726
class=property>unicode-bidi</code></a>’ property allows inline elements
723-
to enforce scoping of the algorithm, and to override the intrinsic
727+
to create scopes within the algorithm, and to override the intrinsic
724728
directionality of text.
725729

726730
<p>The following informative table summarizes the element-internal and
@@ -3358,6 +3362,21 @@ <h3 id=text-combine-mode><span class=secno>9.2. </span>
33583362
<h2 class=no-num id=changes>Changes</h2>
33593363

33603364
<h3 class=no-num id=recent-changes> Changes from the <a
3365+
href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May 2012
3366+
CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
3367+
3368+
<p>Major changes include:
3369+
3370+
<ul>
3371+
<li>Replaced ‘<a href="#unicode-bidi0"><code
3372+
class=property>unicode-bidi</code></a>’ value of ‘<code
3373+
class=css>isolate bidi-override</code>’ with single keyword ‘<a
3374+
href="#isolate-override"><code class=css>isolate-override</code></a>’.
3375+
3376+
<li>Added data tables for orientation of characters in Unicode.
3377+
</ul>
3378+
3379+
<h3 class=no-num id=changes-201109> Changes from the <a
33613380
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">September
33623381
2011 CSS Writing Modes Module Level 3 <abbr
33633382
title="Working Draft">WD</abbr></a></h3>

css3-writing-modes/Overview.src.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h3 id="unicode-bidi">
379379
<p>Normally (i.e. when 'unicode-bidi' is ''normal'')
380380
an inline element is transparent to the unicode bidi algorithm;
381381
content is ordered as if it were not there.
382-
The 'unicode-bidi' property allows inline elements to enforce scoping of the algorithm,
382+
The 'unicode-bidi' property allows inline elements to create scopes within the algorithm,
383383
and to override the intrinsic directionality of text.
384384

385385
<p>The following informative table summarizes the element-internal and
@@ -2502,6 +2502,16 @@ <h3 id="text-combine-mode">
25022502

25032503
<h2 class="no-num" id="changes">Changes</h2>
25042504
<h3 class="no-num" id="recent-changes">
2505+
Changes from the <a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May
2506+
2012 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
2507+
2508+
<p>Major changes include:</p>
2509+
<ul>
2510+
<li>Replaced 'unicode-bidi' value of ''isolate bidi-override'' with single keyword ''isolate-override''.
2511+
<li>Added data tables for orientation of characters in Unicode.
2512+
</ul>
2513+
2514+
<h3 class="no-num" id="changes-201109">
25052515
Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">September
25062516
2011 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
25072517

0 commit comments

Comments
 (0)