- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Feb 2012 00:57:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5166 Modified Files: Overview.html Log Message: Match implementations better. (whatwg r6975) Index: Overview.html =================================================================== 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 00:59:53 UTC