- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 05:51:24 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: <input type=''>. Also, some minor fixes relating to <label>. (whatwg r2192) aLinkColor http://people.w3.org/mike/diffs/html5/spec/Overview.1.1365.html#alinkcolor Text http://people.w3.org/mike/diffs/html5/spec/Overview.1.1365.html#text3 getElementsByName(name) http://people.w3.org/mike/diffs/html5/spec/Overview.1.1365.html#getelementsbyname text http://people.w3.org/mike/diffs/html5/spec/Overview.1.1365.html#text4 HTMLElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1365.html#htmlelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1364&r2=1.1365&f=h http://html5.org/tools/web-apps-tracker?from=2191&to=2192 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1364 retrieving revision 1.1365 diff -u -d -r1.1364 -r1.1365 --- Overview.html 16 Sep 2008 08:05:19 -0000 1.1364 +++ Overview.html 16 Sep 2008 20:48:16 -0000 1.1365 @@ -7569,7 +7569,7 @@ title="">name</var>, and must return a live <code>NodeList</code> containing all the <code><a href="#a">a</a></code>, <code><a href="#applet">applet</a></code>, <code><a - href="#button">button</a></code>, <code><a href="#form">form</a></code>, + href="#button0">button</a></code>, <code><a href="#form">form</a></code>, <!-- frame? frameset? XXX--><code><a href="#iframe">iframe</a></code>, <code><a href="#img">img</a></code>, <code><a @@ -7777,7 +7777,7 @@ readonly attribute <a href="#domstringmap0">DOMStringMap</a> <a href="#dataset" title=dom-dataset>dataset</a>; [...1634 lines suppressed...] <p class=note>The parser will reference the <var title="">context</var> @@ -58029,7 +58269,7 @@ <pre class=idl>[XXX] interface <a href="#htmlbodyelement">HTMLBodyElement</a> { - attribute DOMString <a href="#text3" title=dom-body-text>text</a>; + attribute DOMString <a href="#text4" title=dom-body-text>text</a>; attribute DOMString <a href="#bgcolor0" title=dom-body-bgColor>bgColor</a>; attribute DOMString <a href="#background0" title=dom-body-background>background</a>; attribute DOMString <a href="#link0" title=dom-body-link>link</a>; @@ -58037,7 +58277,7 @@ attribute DOMString <a href="#alink" title=dom-body-aLink>aLink</a>; };</pre> - <p>The <dfn id=text3 title=dom-body-text><code>text</code></dfn> DOM + <p>The <dfn id=text4 title=dom-body-text><code>text</code></dfn> DOM attribute of the <code><a href="#body0">body</a></code> element must <a href="#reflect">reflect</a> the element's <code title=attr-body-text>text</code> content attribute.
Received on Tuesday, 16 September 2008 20:52:02 UTC