- From: poot <cvsmail@w3.org>
- Date: Mon, 14 Sep 2009 19:07:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Placeholders for descriptions in the index. Update <ruby> examples to be more accurate. (whatwg r3842) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3008&r2=1.3009&f=h http://html5.org/tools/web-apps-tracker?from=3841&to=3842 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3008 retrieving revision 1.3009 diff -u -d -r1.3008 -r1.3009 --- Overview.html 14 Sep 2009 09:38:55 -0000 1.3008 +++ Overview.html 14 Sep 2009 10:07:09 -0000 1.3009 @@ -15167,11 +15167,11 @@ phrasing content have associated annotations created using the <code><a href="#the-rt-element">rt</a></code> element.<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> @@ -15182,7 +15182,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><div class="example"> @@ -68489,13 +68489,15 @@ <code><a href="#application-microdata-json">application/microdata+json</a></code> resources have the same semantics as when used with <code>application/json</code>. <a href="#refsJSON">[JSON]</a><h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i><p><i>This section is non-normative.</i><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>; @@ -68505,12 +68507,13 @@ <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.<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>; @@ -68521,8 +68524,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.<hr><table><caption>List of <dfn id="reflecting-idl-attributes">reflecting IDL attributes</dfn></caption> <thead><tr><th> Interface <th> Element(s) @@ -68547,9 +68551,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><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".<dl><dt id="refsABNF">[ABNF]</dt> <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
Received on Monday, 14 September 2009 10:24:02 UTC