[html5] r2742 - [e] (0) Filling in the rendering section: moving notes around.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 2 18:43:55 PST 2009
Author: ianh
Date: 2009-02-02 18:43:54 -0800 (Mon, 02 Feb 2009)
New Revision: 2742
Modified:
index
source
Log:
[e] (0) Filling in the rendering section: moving notes around.
Modified: index
===================================================================
--- index 2009-02-03 02:25:42 UTC (rev 2741)
+++ index 2009-02-03 02:43:54 UTC (rev 2742)
@@ -1050,9 +1050,10 @@
<li><a href=#the-hr-element-0><span class=secno>10.4.6 </span>The <code>hr</code> element</a></li>
<li><a href=#the-br-element-0><span class=secno>10.4.7 </span>The <code>br</code> element</a></li>
<li><a href=#the-figure-element-0><span class=secno>10.4.8 </span>The <code>figure</code> element</a></li>
- <li><a href=#frames><span class=secno>10.4.9 </span>Frames</a></li>
- <li><a href=#embedded-content-1><span class=secno>10.4.10 </span>Embedded content</a></li>
- <li><a href=#fragment-identifiers><span class=secno>10.4.11 </span>Fragment identifiers</a></ol></li>
+ <li><a href=#ruby-annotations><span class=secno>10.4.9 </span>Ruby annotations</a></li>
+ <li><a href=#frames><span class=secno>10.4.10 </span>Frames</a></li>
+ <li><a href=#embedded-content-1><span class=secno>10.4.11 </span>Embedded content</a></li>
+ <li><a href=#fragment-identifiers><span class=secno>10.4.12 </span>Fragment identifiers</a></ol></li>
<li><a href=#interactive-media><span class=secno>10.5 </span>Interactive media</a>
<ol>
<li><a href=#links-0><span class=secno>10.5.1 </span>Links</a></li>
@@ -55800,17 +55801,6 @@
li { display: list-item; }</pre>
- <!-- XXX ruby, rt, rp
- > * note on rt rendering
- >
- > Since there are a number of documents with ruby but without rp, when you
- > write the rendering section, please include an advice for user agents
- > that do not support "correct" ruby rendering to render something like
- > "(" and ")" before and after ruby text (using, e.g., CSS ::before and
- > ::after) even when there are no rp elements. Otherwise, reading Web
- > pages without rp is very annoying.
- -->
-
<!-- del, ins, and map are inline. -->
<p>For the purposes of the CSS table model, the <code><a href=#the-col-element>col</a></code>
@@ -56145,16 +56135,33 @@
- <h4 id=frames><span class=secno>10.4.9 </span>Frames</h4>
+ <h4 id=ruby-annotations><span class=secno>10.4.9 </span>Ruby annotations</h4>
<p class=XXX>...</p>
+ <!-- XXX ruby, rt, rp
+ > * note on rt rendering
+ >
+ > Since there are a number of documents with ruby but without rp, when you
+ > write the rendering section, please include an advice for user agents
+ > that do not support "correct" ruby rendering to render something like
+ > "(" and ")" before and after ruby text (using, e.g., CSS ::before and
+ > ::after) even when there are no rp elements. Otherwise, reading Web
+ > pages without rp is very annoying.
+ -->
- <h4 id=embedded-content-1><span class=secno>10.4.10 </span>Embedded content</h4>
+ <h4 id=frames><span class=secno>10.4.10 </span>Frames</h4>
+
<p class=XXX>...</p>
+
+
+ <h4 id=embedded-content-1><span class=secno>10.4.11 </span>Embedded content</h4>
+
+ <p class=XXX>...</p>
+
<!-- img, iframe, embed, object, applet, video, audio, canvas -->
<!--
@@ -56168,7 +56175,7 @@
- <h4 id=fragment-identifiers><span class=secno>10.4.11 </span>Fragment identifiers</h4>
+ <h4 id=fragment-identifiers><span class=secno>10.4.12 </span>Fragment identifiers</h4>
<p class=XXX>(need to remove "must" and reword) CSS UAs in visual
media must, when scrolling a page to a fragment identifier, align
Modified: source
===================================================================
--- source 2009-02-03 02:25:42 UTC (rev 2741)
+++ source 2009-02-03 02:43:54 UTC (rev 2742)
@@ -61006,17 +61006,6 @@
li { display: list-item; }</pre>
- <!-- XXX ruby, rt, rp
- > * note on rt rendering
- >
- > Since there are a number of documents with ruby but without rp, when you
- > write the rendering section, please include an advice for user agents
- > that do not support "correct" ruby rendering to render something like
- > "(" and ")" before and after ruby text (using, e.g., CSS ::before and
- > ::after) even when there are no rp elements. Otherwise, reading Web
- > pages without rp is very annoying.
- -->
-
<!-- del, ins, and map are inline. -->
<p>For the purposes of the CSS table model, the <code>col</code>
@@ -61365,6 +61354,23 @@
+ <h4>Ruby annotations</h4>
+
+ <p class="XXX">...</p>
+
+ <!-- XXX ruby, rt, rp
+ > * note on rt rendering
+ >
+ > Since there are a number of documents with ruby but without rp, when you
+ > write the rendering section, please include an advice for user agents
+ > that do not support "correct" ruby rendering to render something like
+ > "(" and ")" before and after ruby text (using, e.g., CSS ::before and
+ > ::after) even when there are no rp elements. Otherwise, reading Web
+ > pages without rp is very annoying.
+ -->
+
+
+
<h4>Frames</h4>
<p class="XXX">...</p>
More information about the Commit-Watchers
mailing list