Skip to content

Commit 0a54859

Browse files
committed
Add Changes section
1 parent 73fb482 commit 0a54859

2 files changed

Lines changed: 52 additions & 4 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110819">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110819/</a>
43+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110820">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110820/</a>
4444
-->
4545

4646

@@ -3101,7 +3101,42 @@ <h3 class=no-num id=recent-changes> Changes from the <a
31013101
<p>Major changes include:
31023102

31033103
<ul>
3104-
<li>
3104+
<li>Redefined which side of a bidi-broken box's border is drawn.
3105+
3106+
<li>Altered the allowed combinations of &lsquo;<a
3107+
href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>&rsquo;
3108+
values and defined &lsquo;<a href="#plaintext"><code
3109+
class=css>plaintext</code></a>&rsquo; to use heuristics for inline
3110+
elements as well.
3111+
3112+
<li>Renamed &lsquo;<code class=css>vertical-right</code>&rsquo; value of
3113+
&lsquo;<a href="#text-orientation0"><code
3114+
class=property>text-orientation</code></a>&rsquo; to &lsquo;<a
3115+
href="#upright-right"><code class=css>upright-right</code></a>&rsquo;.
3116+
3117+
<li>Renamed &lsquo;<code class=css>rotate</code>&rsquo; values of
3118+
&lsquo;<a href="#text-orientation0"><code
3119+
class=property>text-orientation</code></a>&rsquo; to &lsquo;<a
3120+
href="#sideways"><code class=property>sideways</code></a>&rsquo;.
3121+
3122+
<li>Renamed &lsquo;<code class=css>auto</code>&rsquo; value of &lsquo;<a
3123+
href="#text-orientation0"><code
3124+
class=property>text-orientation</code></a>&rsquo; to &lsquo;<a
3125+
href="#use-glyph-orientation"><code
3126+
class=css>use-glyph-orientation</code></a>&rsquo; and marked it at-risk.
3127+
3128+
<li>Tweaked rules for vertical typesetting to remove references to
3129+
<code>vrt2</code> feature, fix various errors and omissions in <a
3130+
href="#vertical-typesetting-details">synthesis rules</a>, etc.
3131+
3132+
<li>Renamed &lsquo;<code class=property>text-combine</code>&rsquo;
3133+
property to &lsquo;<a href="#text-combine-horizontal"><code
3134+
class=property>text-combine-horizontal</code></a>&rsquo; and added
3135+
ability to auto-combine by character classes. Added many more details on
3136+
how to compose horizontal-in-vertical text.
3137+
3138+
<li>Added appendix on <a href="#character-properties">Characters and
3139+
Properties</a>.
31053140
</ul>
31063141

31073142
<h2 class=no-num id=acknowledgements> Acknowledgements</h2>

css3-writing-modes/Overview.src.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,20 @@ <h3 class="no-num" id="recent-changes">
23202320

23212321
<p>Major changes include:</p>
23222322
<ul>
2323-
<li>
2323+
<li>Redefined which side of a bidi-broken box's border is drawn.
2324+
<li>Altered the allowed combinations of 'unicode-bidi' values and
2325+
defined ''plaintext'' to use heuristics for inline elements as well.
2326+
<li>Renamed ''vertical-right'' value of 'text-orientation' to ''upright-right''.
2327+
<li>Renamed ''rotate'' values of 'text-orientation' to 'sideways'.
2328+
<li>Renamed ''auto'' value of 'text-orientation' to ''use-glyph-orientation''
2329+
and marked it at-risk.
2330+
<li>Tweaked rules for vertical typesetting to remove references to <code>vrt2</code>
2331+
feature, fix various errors and omissions in
2332+
<a href="#vertical-typesetting-details">synthesis rules</a>, etc.
2333+
<li>Renamed 'text-combine' property to 'text-combine-horizontal' and added
2334+
ability to auto-combine by character classes. Added many more details
2335+
on how to compose horizontal-in-vertical text.
2336+
<li>Added appendix on <a href="#character-properties">Characters and Properties</a>.
23242337
</ul>
23252338

23262339
<h2 class="no-num" id="acknowledgements">

0 commit comments

Comments
 (0)