Skip to content

Commit 7ee03bc

Browse files
committed
[css3-writing-modes] Update changes section
1 parent ba0f55b commit 7ee03bc

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
6868
<dt>Previous version:
6969

7070
<dd><a
71-
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/</a>
71+
href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/</a>
7272

7373
<dt>Issues List:
7474

@@ -3492,12 +3492,29 @@ <h3 class=no-num id=recent-changes> Changes since the <a
34923492
<li>Clarified that bidi isolated content does not affect plaintext
34933493
heuristics of the containing paragraph.
34943494

3495-
<li>Added data tables for orientation of characters in Unicode.
3495+
<li>Lots of other clarifications to bidi.
34963496

34973497
<li>Renamed ‘<code class=css>mixed-right</code>’ value of ‘<a
34983498
href="#text-orientation0"><code
34993499
class=property>text-orientation</code></a>’ to ‘<a
35003500
href="#mixed"><code class=css>mixed</code></a>’.
3501+
3502+
<li>Updated references to UTR50 for orientation of characters in Unicode
3503+
and improved text defining vertical typesetting rules.
3504+
3505+
<li>Fixed errors and clarified auto-sizing rules for orthogonal flows.
3506+
3507+
<li>Replaced Appendix D with references to the new <a href="#CSS3-SIZING"
3508+
rel=biblioentry>[CSS3-SIZING]<!--{{!CSS3-SIZING}}--></a> module.
3509+
3510+
<li>Removed ‘<code class=property>text-combine-mode</code>’ property.
3511+
3512+
<li>Removed all ‘<a href="#text-combine-horizontal0"><code
3513+
class=property>text-combine-horizontal</code></a>’ values except
3514+
<code class=css>none</code>’ and ‘<code class=css>all</code>’.
3515+
3516+
<li>Defined effect of ‘<a href="#text-combine-horizontal0"><code
3517+
class=property>text-combine-horizontal</code></a>’ on line-breaking.
35013518
</ul>
35023519

35033520
<h3 class=no-num id=changes-201109> Changes since the <a

css3-writing-modes/Overview.src.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4444
<dt>Latest editor's draft:</dt>
4545
<dd><a href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a></dd>
4646
<dt>Previous version:</dt>
47-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/</a></dd>
47+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/</a></dd>
4848
<dt>Issues List:</dt>
4949
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/30">http://www.w3.org/Style/CSS/Tracker/products/30</a>
5050
<dt>Discussion:</dt>
@@ -2659,8 +2659,15 @@ <h3 class="no-num" id="recent-changes">
26592659
<ul>
26602660
<li>Replaced 'unicode-bidi' value of ''isolate bidi-override'' with single keyword ''isolate-override''.
26612661
<li>Clarified that bidi isolated content does not affect plaintext heuristics of the containing paragraph.
2662-
<li>Added data tables for orientation of characters in Unicode.
2662+
<li>Lots of other clarifications to bidi.
26632663
<li>Renamed ''mixed-right'' value of 'text-orientation' to ''mixed''.
2664+
<li>Updated references to UTR50 for orientation of characters in Unicode
2665+
and improved text defining vertical typesetting rules.
2666+
<li>Fixed errors and clarified auto-sizing rules for orthogonal flows.
2667+
<li>Replaced Appendix D with references to the new [[!CSS3-SIZING]] module.
2668+
<li>Removed 'text-combine-mode' property.
2669+
<li>Removed all 'text-combine-horizontal' values except ''none'' and ''all''.
2670+
<li>Defined effect of 'text-combine-horizontal' on line-breaking.
26642671
</ul>
26652672

26662673
<h3 class="no-num" id="changes-201109">

0 commit comments

Comments
 (0)