[html5] r3842 - [e] (0) Placeholders for descriptions in the index. Update <ruby> examples to be [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 14 03:12:28 PDT 2009
Author: ianh
Date: 2009-09-14 03:12:27 -0700 (Mon, 14 Sep 2009)
New Revision: 3842
Modified:
index
source
Log:
[e] (0) Placeholders for descriptions in the index. Update <ruby> examples to be more accurate.
Modified: index
===================================================================
--- index 2009-09-14 09:44:12 UTC (rev 3841)
+++ index 2009-09-14 10:12:27 UTC (rev 3842)
@@ -17343,11 +17343,11 @@
<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="">漢字</span> is annotated with its
- kanji reading.</p>
+ reading in hiragana.</p>
<pre lang=ja>...
<ruby>
@@ -17358,7 +17358,7 @@
<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>
@@ -75025,13 +75025,15 @@
<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>;
@@ -75041,14 +75043,15 @@
<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>;
@@ -75059,8 +75062,9 @@
<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>
@@ -75087,9 +75091,11 @@
<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>
Modified: source
===================================================================
--- source 2009-09-14 09:44:12 UTC (rev 3841)
+++ source 2009-09-14 10:12:27 UTC (rev 3842)
@@ -18533,12 +18533,12 @@
<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">漢字</span> is annotated with its
- kanji reading.</p>
+ reading in hiragana.</p>
<pre lang="ja">...
<ruby>
@@ -18550,7 +18550,7 @@
<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>
@@ -88929,6 +88929,7 @@
<thead>
<tr>
<th> Element
+ <th> Description
<th> Categories
<th> Parents
<th> Children
@@ -88936,9 +88937,10 @@
<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>;
@@ -88949,7 +88951,7 @@
<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>
@@ -88961,10 +88963,11 @@
<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>;
@@ -88976,9 +88979,10 @@
<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>
@@ -89035,13 +89039,15 @@
<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>
More information about the Commit-Watchers
mailing list