- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Oct 2011 19:46:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4668 Modified Files: spec.html the-button-element.html Log Message: update header for pub drafts to reduce confusion [updated by splitter] Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- the-button-element.html 4 Oct 2011 17:46:33 -0000 1.94 +++ the-button-element.html 4 Oct 2011 19:46:26 -0000 1.95 @@ -1208,8 +1208,8 @@ attribute's behavior depends on whether the <code><a href="#the-option-element">option</a></code> element is in a <code><a href="#the-select-element">select</a></code> element or not. If the <code><a href="#the-option-element">option</a></code> has a <code><a href="#the-select-element">select</a></code> element as its parent, - or has a <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element as its parent and that - <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element has a <code><a href="#the-select-element">select</a></code> element as + or has a <code><a href="#the-optgroup-element">optgroup</a></code> element as its parent and that + <code><a href="#the-optgroup-element">optgroup</a></code> element has a <code><a href="#the-select-element">select</a></code> element as its parent, then the <code title="dom-option-form"><a href="#dom-option-form">form</a></code> IDL attribute must return the same value as the <code title="dom-fae-form"><a href="association-of-controls-and-forms.html#dom-fae-form">form</a></code> IDL attribute on that <code><a href="#the-select-element">select</a></code> element. Otherwise, it must return null.</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1698 retrieving revision 1.1699 diff -u -d -r1.1698 -r1.1699 --- spec.html 4 Oct 2011 17:46:32 -0000 1.1698 +++ spec.html 4 Oct 2011 19:46:25 -0000 1.1699 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5309. +This is revision 1.5311. </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
Received on Tuesday, 4 October 2011 19:46:29 UTC