Skip to content

Commit

Permalink
[e] (0) Filling in the rendering section: moving notes around.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2742 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2009
1 parent 6831e41 commit 3a146ba
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 28 deletions.
41 changes: 24 additions & 17 deletions index
Expand Up @@ -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>
Expand Down Expand Up @@ -55800,17 +55801,6 @@ td, th { display: table-cell; }

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>
Expand Down Expand Up @@ -56145,13 +56135,30 @@ table {



<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=frames><span class=secno>10.4.10 </span>Frames</h4>

<p class=XXX>...</p>



<h4 id=embedded-content-1><span class=secno>10.4.10 </span>Embedded content</h4>
<h4 id=embedded-content-1><span class=secno>10.4.11 </span>Embedded content</h4>

<p class=XXX>...</p>

Expand All @@ -56168,7 +56175,7 @@ table {



<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
Expand Down
28 changes: 17 additions & 11 deletions source
Expand Up @@ -61006,17 +61006,6 @@ td, th { display: table-cell; }

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>
Expand Down Expand Up @@ -61365,6 +61354,23 @@ table {



<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>
Expand Down

0 comments on commit 3a146ba

Please sign in to comment.