[html5] r6975 - [giow] (2) Match implementations better. Fixing https://www.w3.org/Bugs/Public/s [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 6 16:57:40 PST 2012


Author: ianh
Date: 2012-02-06 16:57:39 -0800 (Mon, 06 Feb 2012)
New Revision: 6975

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Match implementations better.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15596
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-02-07 00:41:26 UTC (rev 6974)
+++ complete.html	2012-02-07 00:57:39 UTC (rev 6975)
@@ -49307,16 +49307,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

Modified: index
===================================================================
--- index	2012-02-07 00:41:26 UTC (rev 6974)
+++ index	2012-02-07 00:57:39 UTC (rev 6975)
@@ -49307,16 +49307,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

Modified: source
===================================================================
--- source	2012-02-07 00:41:26 UTC (rev 6974)
+++ source	2012-02-07 00:57:39 UTC (rev 6975)
@@ -57430,20 +57430,16 @@
   title="attr-option-selected">selected</code> content attribute.</p>
 
   <p>The <dfn 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">label</code> content attribute, if it has
-  one, or else the value of the element's <code>textContent</code> IDL
-  attribute. On setting, the element's <code
-  title="attr-option-label">label</code> content attribute must be set
-  to the new value.</p>
+  attribute, on getting, must return the element's <span
+  title="concept-option-label">label</span>. On setting, the element's
+  <code title="attr-option-label">label</code> content attribute must
+  be set to the new value.</p>
 
   <p>The <dfn 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">value</code> content attribute, if it has
-  one, or else the value of the element's <code>textContent</code> IDL
-  attribute. On setting, the element's <code
-  title="attr-option-value">value</code> content attribute must be set
-  to the new value.</p>
+  attribute, on getting, must return the element's <span
+  title="concept-option-value">value</span>. On setting, the element's
+  <code title="attr-option-value">value</code> content attribute must
+  be set to the new value.</p>
 
   <p>The <dfn title="dom-option-selected"><code>selected</code></dfn>
   IDL attribute, on getting, must return true if the element's <span




More information about the Commit-Watchers mailing list