- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 06:19:31 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: <input> type sections (placeholders) (whatwg r2195) aLinkColor http://people.w3.org/mike/diffs/html5/spec/Overview.1.1368.html#alinkcolor Text http://people.w3.org/mike/diffs/html5/spec/Overview.1.1368.html#text4 text http://people.w3.org/mike/diffs/html5/spec/Overview.1.1368.html#text5 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1367&r2=1.1368&f=h http://html5.org/tools/web-apps-tracker?from=2194&to=2195 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1367 retrieving revision 1.1368 diff -u -d -r1.1367 -r1.1368 --- Overview.html 16 Sep 2008 21:00:51 -0000 1.1367 +++ Overview.html 16 Sep 2008 21:16:09 -0000 1.1368 @@ -1042,6 +1042,67 @@ <li><a href="#the-input"><span class=secno>4.9.4 </span>The <code>input</code> element</a> + <ul class=toc> + <li><a href="#text-state"><span class=secno>4.9.4.1. </span>Text + State</a> + + <li><a href="#password"><span class=secno>4.9.4.2. </span>Password + State</a> + + <li><a href="#image"><span class=secno>4.9.4.3. </span>Image Button [...1577 lines suppressed...] <p class=note>The parser will reference the <var title="">context</var> @@ -58273,7 +58562,7 @@ <pre class=idl>[XXX] interface <a href="#htmlbodyelement">HTMLBodyElement</a> { - attribute DOMString <a href="#text4" title=dom-body-text>text</a>; + attribute DOMString <a href="#text5" 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>; @@ -58281,7 +58570,7 @@ attribute DOMString <a href="#alink" title=dom-body-aLink>aLink</a>; };</pre> - <p>The <dfn id=text4 title=dom-body-text><code>text</code></dfn> DOM + <p>The <dfn id=text5 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 21:20:09 UTC