Skip to content

Commit

Permalink
[e] (0) Placeholders for descriptions in the index. Update <ruby> exa…
Browse files Browse the repository at this point in the history
…mples to be more accurate.

git-svn-id: http://svn.whatwg.org/webapps@3842 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 14, 2009
1 parent c099b03 commit 7fe85e8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
24 changes: 15 additions & 9 deletions index
Expand Up @@ -17343,11 +17343,11 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</

<div class=example>

<!-- this is the kanji for the word "kanji" ("chinese character") in japanese -->
<!-- this is the hiragana for the word "kanji" ("chinese character") in japanese -->
<!-- in japanese, ruby-like typography is called "furigana" -->

<p>In this example, each ideograph in the Japanese text <span lang=ja title="">&#28450;&#23383;</span> is annotated with its
kanji reading.</p>
reading in hiragana.</p>

<pre lang=ja>...
&lt;ruby&gt;
Expand All @@ -17358,7 +17358,7 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</

<p>This might be rendered as:</p>

<p><img alt="The two main ideographs, each with its kanji annotation rendered in a smaller font above it." src=images/sample-ruby-ja.png></p>
<p><img alt="The two main ideographs, each with its hiragana annotation rendered in a smaller font above it." src=images/sample-ruby-ja.png></p>

</div>

Expand Down Expand Up @@ -75025,13 +75025,15 @@ interface <a href=#htmldocument>HTMLDocument</a> {

<table><caption>List of elements</caption>
<thead><tr><th> Element
<th> Description
<th> Categories
<th> Parents
<th> Children
<th> Attributes
<th> Interface
<tbody><tr><td class=XXX colspan=6> ...
<tbody><tr><td class=XXX colspan=7> ...
<tr><td> <code><a href=#the-label-element>label</a></code>
<td> Form control label
<td> <a href=#flow-content title="flow content">flow</a>;
<a href=#form-associated-element title="form-associated element">form-associated</a>;
<a href=#interactive-content title="interactive content">interactive</a>;
Expand All @@ -75041,14 +75043,15 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td> <code title=attr-label-for><a href=#attr-label-for>for</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>form</a></code>
<td> <code><a href=#htmllabelelement>HTMLLabelElement</a></code>
<tr><td class=XXX colspan=6> ...
<tr><td class=XXX colspan=7> ...
</table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<hr><table><caption>List of attributes</caption>
<thead><tr><th> Attribute
<th> Element(s)
<th> Description
<th> Value
<tbody><tr><td class=XXX colspan=3> ...
<tbody><tr><td class=XXX colspan=4> ...
<tr><td> <code title=attr-fae-form><a href=#attr-fae-form>form</a></code>
<td> <code><a href=#the-button-element>button</a></code>;
<code><a href=#the-fieldset-element>fieldset</a></code>;
Expand All @@ -75059,8 +75062,9 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code><a href=#the-output-element>output</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td> Associates the control with a <code><a href=#the-form-element>form</a></code> element
<td> ID*
<tr><td class=XXX colspan=3> ...
<tr><td class=XXX colspan=4> ...
</table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<hr><table><caption>List of <dfn id=reflecting-idl-attributes>reflecting IDL attributes</dfn></caption>
Expand All @@ -75087,9 +75091,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<tr><td class=XXX colspan=2> ...
</table><hr><table><caption>List of events</caption>
<thead><tr><th> Event
<tbody><tr><td class=XXX colspan=1> ...
<th> Description
<tbody><tr><td class=XXX colspan=2> ...
<tr><td> <code title=event-load><a href=#event-load>load</a></code>
<tr><td class=XXX colspan=1> ...
<td> The element or page has finished loading
<tr><td class=XXX colspan=2> ...
</table><h2 class=no-num id=references>References</h2><!--REFS-->

<p>All references are normative unless marked "Non-normative".</p>
Expand Down
24 changes: 15 additions & 9 deletions source
Expand Up @@ -18533,12 +18533,12 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -

<div class="example">

<!-- this is the kanji for the word "kanji" ("chinese character") in japanese -->
<!-- this is the hiragana for the word "kanji" ("chinese character") in japanese -->
<!-- in japanese, ruby-like typography is called "furigana" -->

<p>In this example, each ideograph in the Japanese text <span
title="" lang="ja">&#28450;&#23383;</span> is annotated with its
kanji reading.</p>
reading in hiragana.</p>

<pre lang="ja">...
&lt;ruby>
Expand All @@ -18550,7 +18550,7 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -
<p>This might be rendered as:</p>

<p><img src="images/sample-ruby-ja.png"
alt="The two main ideographs, each with its kanji annotation rendered in a smaller font above it."></p>
alt="The two main ideographs, each with its hiragana annotation rendered in a smaller font above it."></p>

</div>

Expand Down Expand Up @@ -88929,16 +88929,18 @@ interface <span>HTMLDocument</span> {
<thead>
<tr>
<th> Element
<th> Description
<th> Categories
<th> Parents
<th> Children
<th> Attributes
<th> Interface
<tbody>
<tr>
<td colspan=6 class="XXX"> ...
<td colspan=7 class="XXX"> ...
<tr>
<td> <code>label</code>
<td> Form control label
<td> <span title="flow content">flow</span>;
<span title="form-associated element">form-associated</span>;
<span title="interactive content">interactive</span>;
Expand All @@ -88949,7 +88951,7 @@ interface <span>HTMLDocument</span> {
<code title="attr-fae-form">form</code>
<td> <code>HTMLLabelElement</code>
<tr>
<td colspan=6 class="XXX"> ...
<td colspan=7 class="XXX"> ...
</table>
<p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

Expand All @@ -88961,10 +88963,11 @@ interface <span>HTMLDocument</span> {
<tr>
<th> Attribute
<th> Element(s)
<th> Description
<th> Value
<tbody>
<tr>
<td colspan=3 class="XXX"> ...
<td colspan=4 class="XXX"> ...
<tr>
<td> <code title="attr-fae-form">form</code>
<td> <code>button</code>;
Expand All @@ -88976,9 +88979,10 @@ interface <span>HTMLDocument</span> {
<code>output</code>;
<code>select</code>;
<code>textarea</code>
<td> Associates the control with a <code>form</code> element
<td> ID*
<tr>
<td colspan=3 class="XXX"> ...
<td colspan=4 class="XXX"> ...
</table>
<p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

Expand Down Expand Up @@ -89035,13 +89039,15 @@ interface <span>HTMLDocument</span> {
<thead>
<tr>
<th> Event
<th> Description
<tbody>
<tr>
<td colspan=1 class="XXX"> ...
<td colspan=2 class="XXX"> ...
<tr>
<td> <code title="event-load">load</code>
<td> The element or page has finished loading
<tr>
<td colspan=1 class="XXX"> ...
<td colspan=2 class="XXX"> ...
</table>


Expand Down

0 comments on commit 7fe85e8

Please sign in to comment.