- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Oct 2011 23:57:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv26185 Modified Files: Overview.html spec.html spec.preprocessed.html the-form-element.html Log Message: loosen implementation requirements around placeholder=''. (whatwg r6782) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1699 retrieving revision 1.1700 diff -u -d -r1.1699 -r1.1700 --- Overview.html 28 Oct 2011 20:58:22 -0000 1.1699 +++ Overview.html 28 Oct 2011 23:57:18 -0000 1.1700 @@ -169,7 +169,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5427.</p> + This is revision 1.5431.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1829 retrieving revision 1.1830 diff -u -d -r1.1829 -r1.1830 --- spec.html 28 Oct 2011 20:58:23 -0000 1.1829 +++ spec.html 28 Oct 2011 23:57:18 -0000 1.1830 @@ -170,7 +170,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5427.</p> + This is revision 1.5431.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -16152,8 +16152,8 @@ readonly attribute <a href="#htmlformcontrolscollection" id="htmlformcontrolscollection_2">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>; readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>; - legacycaller <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> <a href="http://dev.w3.org/html5/spec/infrastructure.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index); - legacycaller <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> object (DOMString name); + <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> <a href="http://dev.w3.org/html5/spec/infrastructure.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index); + <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> object (DOMString name); void <a href="#dom-form-submit" title="dom-form-submit">submit</a>(); void <a href="#dom-form-reset" title="dom-form-reset">reset</a>(); Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.681 retrieving revision 1.682 diff -u -d -r1.681 -r1.682 --- spec.preprocessed.html 28 Oct 2011 20:58:30 -0000 1.681 +++ spec.preprocessed.html 28 Oct 2011 23:57:23 -0000 1.682 @@ -183,7 +183,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5427.</p> + This is revision 1.5431.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -15887,8 +15887,8 @@ readonly attribute <a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>; readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>; - legacycaller <a href="#dom-form-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index); - legacycaller <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> object (DOMString name); + <a href="#dom-form-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index); + <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> object (DOMString name); void <a href="#dom-form-submit" title="dom-form-submit">submit</a>(); void <a href="#dom-form-reset" title="dom-form-reset">reset</a>(); Index: the-form-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-form-element.html,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- the-form-element.html 27 Oct 2011 20:58:14 -0000 1.145 +++ the-form-element.html 28 Oct 2011 23:57:24 -0000 1.146 @@ -189,8 +189,8 @@ readonly attribute <a href="common-dom-interfaces.html#htmlformcontrolscollection" id="htmlformcontrolscollection_2">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>; readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>; - legacycaller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index); - legacycaller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> object (DOMString name); + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> (unsigned long index); + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> object (DOMString name); void <a href="#dom-form-submit" title="dom-form-submit">submit</a>(); void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();
Received on Friday, 28 October 2011 23:57:32 UTC