|
| 1 | +<!DOCTYPE html> |
1 | 2 | <!-- |
2 | 3 |
|
3 | 4 | Issues: |
|
8 | 9 | Redo all examples with consistent font. (M+ 2p?) |
9 | 10 |
|
10 | 11 | --> |
11 | | -<!DOCTYPE html> |
12 | 12 |
|
13 | 13 | <html lang=en> |
14 | 14 | <head> |
@@ -184,8 +184,8 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2> |
184 | 184 |
|
185 | 185 | <li><a href="#values"><span class=secno>1.2. </span> Values</a> |
186 | 186 |
|
187 | | - <li><a href="#conventions"><span class=secno>1.3. </span> Document |
188 | | - conventions</a> |
| 187 | + <li><a href="#diagram-conventions"><span class=secno>1.3. </span> |
| 188 | + Diagram conventions</a> |
189 | 189 |
|
190 | 190 | <li><a href="#ruby-def"><span class=secno>1.4. </span> What is ruby?</a> |
191 | 191 | </ul> |
@@ -343,7 +343,8 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3> |
343 | 343 | keyword as their property value. For readability it has not been repeated |
344 | 344 | explicitly. |
345 | 345 |
|
346 | | - <h3 id=conventions><span class=secno>1.3. </span> Document conventions</h3> |
| 346 | + <h3 id=diagram-conventions><span class=secno>1.3. </span> Diagram |
| 347 | + conventions</h3> |
347 | 348 |
|
348 | 349 | <p>Many typographical conventions in East Asian typography depend on |
349 | 350 | whether the character rendered is wide (CJK) or narrow (non-CJK). There |
@@ -722,9 +723,10 @@ <h3 id=autohide><span class=secno>2.4. </span> Autohiding Annotations</h3> |
722 | 723 |
|
723 | 724 | <p>The content comparison for this auto-hiding behavior takes place prior |
724 | 725 | to white space collapsing and ignores elements (considers only the |
725 | | - <code>textContent</code> of the boxes). <span class=issue>Is before or |
726 | | - after white space collapsing easier?We should do whatever is easier, as it |
727 | | - really doesn't matter much which way to go. </span> |
| 726 | + <code>textContent</code> of the boxes). |
| 727 | + |
| 728 | + <p class=issue>Is before or after white space collapsing easier? We should |
| 729 | + do whatever is easier, as it really doesn't matter much which way to go. |
728 | 730 |
|
729 | 731 | <h3 id=white-space><span class=secno>2.5. </span> White Space</h3> |
730 | 732 |
|
@@ -1942,16 +1944,6 @@ <h2 id=glossary><span class=secno>5. </span> Glossary</h2> |
1942 | 1944 | appearance. Subset of the Japanese writing system, used together with |
1943 | 1945 | kanji and hiragana. In recent times, mainly used to write foreign words. |
1944 | 1946 | Also see <a href="#g-hiragana"><span lang=ja>Hiragana</span></a>. |
1945 | | - |
1946 | | - <dt><a id=g-monoruby name=g-monoruby><strong>Mono-ruby</strong></a> |
1947 | | - |
1948 | | - <dd>In Japanese typography: Ruby associated with a single character of the |
1949 | | - base text. |
1950 | | - |
1951 | | - <dt><a id=g-ruby><strong>Ruby</strong></a> |
1952 | | - |
1953 | | - <dd>A run of text that appears in the vicinity of another run of text and |
1954 | | - serves as an annotation or a pronunciation guide for that text. |
1955 | 1947 | </dl> |
1956 | 1948 |
|
1957 | 1949 | <h2 id=conformance><span class=secno>6. </span> Conformance</h2> |
@@ -2113,7 +2105,7 @@ <h2 class=no-num id=changes> Changes</h2> |
2113 | 2105 | ‘<code class=css>display: none</code>’. |
2114 | 2106 |
|
2115 | 2107 | <dd> The Internationalization WG added an issue requesting a display value |
2116 | | - for <rp> elements. They're supposed to be hidden when &tl;ruby> is |
| 2108 | + for <rp> elements. They're supposed to be hidden when <ruby> is |
2117 | 2109 | displayed as ruby. But this is easily accomplished already with ‘<code |
2118 | 2110 | class=css>display: none</code>’. |
2119 | 2111 |
|
|
0 commit comments