- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Sep 2008 21:16:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13562
Modified Files:
Overview.html
Log Message:
WF2: <input> type sections (placeholders) (whatwg r2195)
Index: Overview.html
===================================================================
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:16:50 UTC