- From: poot <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 19:59:57 -0500
- To: public-html-diffs@w3.org
hixie: Match implementations better. (whatwg r6975) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5569&r2=1.5570&f=h http://html5.org/tools/web-apps-tracker?from=6974&to=6975 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5569 retrieving revision 1.5570 diff -u -d -r1.5569 -r1.5570 --- Overview.html 7 Feb 2012 00:41:32 -0000 1.5569 +++ Overview.html 7 Feb 2012 00:57:44 -0000 1.5570 @@ -39512,16 +39512,14 @@ IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> content attribute.</p> <p>The <dfn id="dom-option-label" title="dom-option-label"><code>label</code></dfn> IDL - attribute, on getting, must return the value of the element's <code title="attr-option-label"><a href="#attr-option-label">label</a></code> content attribute, if it has - one, or else the value of the element's <code><a href="#textcontent">textContent</a></code> IDL - attribute. On setting, the element's <code title="attr-option-label"><a href="#attr-option-label">label</a></code> content attribute must be set - to the new value.</p> + attribute, on getting, must return the element's <a href="#concept-option-label" title="concept-option-label">label</a>. On setting, the element's + <code title="attr-option-label"><a href="#attr-option-label">label</a></code> content attribute must + be set to the new value.</p> <p>The <dfn id="dom-option-value" title="dom-option-value"><code>value</code></dfn> IDL - attribute, on getting, must return the value of the element's <code title="attr-option-value"><a href="#attr-option-value">value</a></code> content attribute, if it has - one, or else the value of the element's <code><a href="#textcontent">textContent</a></code> IDL - attribute. On setting, the element's <code title="attr-option-value"><a href="#attr-option-value">value</a></code> content attribute must be set - to the new value.</p> + attribute, on getting, must return the element's <a href="#concept-option-value" title="concept-option-value">value</a>. On setting, the element's + <code title="attr-option-value"><a href="#attr-option-value">value</a></code> content attribute must + be set to the new value.</p> <p>The <dfn id="dom-option-selected" title="dom-option-selected"><code>selected</code></dfn> IDL attribute, on getting, must return true if the element's <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is true, and
Received on Tuesday, 7 February 2012 01:02:21 UTC