|
32 | 32 |
|
33 | 33 | <h1>CSS Writing Modes Module Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 June 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a |
41 | 41 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
42 | 42 | <!-- |
43 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120626/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120626/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120629/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120629/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -1915,25 +1915,23 @@ <h4 id=vertical-orientations><span class=secno>5.1.1. </span> Vertical |
1915 | 1915 | if the value is ‘<code class=css>U</code>’, or sideways (90° |
1916 | 1916 | clockwise from horizontal) if ‘<code class=css>R</code>’. |
1917 | 1917 |
|
1918 | | - <div class=note>These two properties are derived properties using the |
1919 | | - pseudo-algorithm shown below: |
1920 | | - <pre> |
1921 | | - if ((HO = "L") and (VO = "U")) then |
1922 | | - VOsimple := "R" |
1923 | | - else if (VO in ["U", "T", "Tu", "Tr"]) then |
1924 | | - VOsimple := "U" |
1925 | | - else if (VO = "R") then |
1926 | | - VOsimple := "R"</pre> |
1927 | | - |
1928 | | - <p>from draft #5 of <a href="#UTR50" |
1929 | | - rel=biblioentry>[UTR50]<!--{{UTR50}}--></a> with a few changes that were |
1930 | | - discussed with UTC.</p> |
| 1918 | + <div class=note> ‘<a href="#mvosimple"><code |
| 1919 | + class=property>MVOsimple</code></a>’ and ‘<a href="#svosimple"><code |
| 1920 | + class=property>SVOsimple</code></a>’ derived properties are defined in |
| 1921 | + terms of the corresponding Unicode porperty value, MVO and SVO |
| 1922 | + respectively. If the orientation value is ‘<code class=css>R</code>’ |
| 1923 | + then the simple value is ‘<code class=css>R</code>’. If the |
| 1924 | + orientation value is ‘<code class=css>U</code>’, ‘<code |
| 1925 | + class=css>T</code>’, ‘<code class=css>Tu</code>’, or ‘<code |
| 1926 | + class=css>Tr</code>’ then the simple value is ‘<code |
| 1927 | + class=css>U</code>’. The one exception is for scripts like Mongolian for |
| 1928 | + which special handling is required for the stacked case due to the |
| 1929 | + vertical-only nature of the underlying script. |
| 1930 | + <p> Going forward, CSS Writing Modes will be tracking changes in <a |
| 1931 | + href="#UTR50" rel=biblioentry>[UTR50]<!--{{UTR50}}--></a>, and thus |
| 1932 | + converging with (rather than diverging from) Unicode. |
1931 | 1933 | </div> |
1932 | 1934 |
|
1933 | | - <p class=note> Going forward, CSS Writing Modes will be tracking changes in |
1934 | | - <a href="#UTR50" rel=biblioentry>[UTR50]<!--{{UTR50}}--></a>, and thus |
1935 | | - converging with (rather than diverging from) Unicode. |
1936 | | - |
1937 | 1935 | <h4 id=vertical-font-features><span class=secno>5.1.2. </span> Vertical |
1938 | 1936 | Typesetting and Font Features</h4> |
1939 | 1937 |
|
|
0 commit comments