[html5] r7574 - [giow] (3) Remove a case of overriding attributes, to avoid adding more problems [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Dec 8 13:37:58 PST 2012


Author: ianh
Date: 2012-12-08 13:37:57 -0800 (Sat, 08 Dec 2012)
New Revision: 7574

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Remove a case of overriding attributes, to avoid adding more problems to the ongoing overriding debate in WebIDL.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-07 22:57:54 UTC (rev 7573)
+++ complete.html	2012-12-08 21:37:57 UTC (rev 7574)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 December 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 December 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -99275,7 +99275,6 @@
   attributes.</p>
 
   <hr><pre class=idl>partial interface <a href=#htmltablecellelement>HTMLTableCellElement</a> {
-           attribute DOMString <a href=#dom-tdth-abbr title=dom-tdth-abbr>abbr</a>;
            attribute DOMString <a href=#dom-tdth-align title=dom-tdth-align>align</a>;
            attribute DOMString <a href=#dom-tdth-axis title=dom-tdth-axis>axis</a>;
            attribute DOMString <a href=#dom-tdth-height title=dom-tdth-height>height</a>;
@@ -99289,9 +99288,8 @@
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-tdth-bgcolor title=dom-tdth-bgColor>bgColor</a>;
 };</pre>
 
-  <p>The <dfn id=dom-tdth-abbr title=dom-tdth-abbr><code>abbr</code></dfn>, <dfn id=dom-tdth-align title=dom-tdth-align><code>align</code></dfn>, <dfn id=dom-tdth-axis title=dom-tdth-axis><code>axis</code></dfn>, <dfn id=dom-tdth-height title=dom-tdth-height><code>height</code></dfn>, and <dfn id=dom-tdth-width title=dom-tdth-width><code>width</code></dfn> IDL attributes of
-  the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements must
-  <a href=#reflect>reflect</a> the respective content attributes of the same
+  <p>The <dfn id=dom-tdth-align title=dom-tdth-align><code>align</code></dfn>, <dfn id=dom-tdth-axis title=dom-tdth-axis><code>axis</code></dfn>, <dfn id=dom-tdth-height title=dom-tdth-height><code>height</code></dfn>, and <dfn id=dom-tdth-width title=dom-tdth-width><code>width</code></dfn> IDL attributes of the <code><a href=#the-td-element>td</a></code> and
+  <code><a href=#the-th-element>th</a></code> elements must <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
   <p>The <dfn id=dom-tdth-ch title=dom-tdth-ch><code>ch</code></dfn> IDL
@@ -99314,6 +99312,13 @@
   attribute of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements must
   <a href=#reflect>reflect</a> the elements' <code title=attr-tdth-bgcolor><a href=#attr-tdth-bgcolor>bgcolor</a></code> content attributes.</p>
 
+  <hr><pre class=idl>partial interface <a href=#htmltabledatacellelement>HTMLTableDataCellElement</a> {
+           attribute DOMString <a href=#dom-td-abbr title=dom-td-abbr>abbr</a>;
+};</pre>
+
+  <p>The <dfn id=dom-td-abbr title=dom-td-abbr><code>abbr</code></dfn> IDL attribute of the <code><a href=#the-td-element>td</a></code>
+  element must <a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
+
   <hr><pre class=idl>partial interface <a href=#htmltablerowelement>HTMLTableRowElement</a> {
            attribute DOMString <a href=#dom-tr-align title=dom-tr-align>align</a>;
            attribute DOMString <a href=#dom-tr-ch title=dom-tr-ch>ch</a>;

Modified: index
===================================================================
--- index	2012-12-07 22:57:54 UTC (rev 7573)
+++ index	2012-12-08 21:37:57 UTC (rev 7574)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 December 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 December 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -99275,7 +99275,6 @@
   attributes.</p>
 
   <hr><pre class=idl>partial interface <a href=#htmltablecellelement>HTMLTableCellElement</a> {
-           attribute DOMString <a href=#dom-tdth-abbr title=dom-tdth-abbr>abbr</a>;
            attribute DOMString <a href=#dom-tdth-align title=dom-tdth-align>align</a>;
            attribute DOMString <a href=#dom-tdth-axis title=dom-tdth-axis>axis</a>;
            attribute DOMString <a href=#dom-tdth-height title=dom-tdth-height>height</a>;
@@ -99289,9 +99288,8 @@
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-tdth-bgcolor title=dom-tdth-bgColor>bgColor</a>;
 };</pre>
 
-  <p>The <dfn id=dom-tdth-abbr title=dom-tdth-abbr><code>abbr</code></dfn>, <dfn id=dom-tdth-align title=dom-tdth-align><code>align</code></dfn>, <dfn id=dom-tdth-axis title=dom-tdth-axis><code>axis</code></dfn>, <dfn id=dom-tdth-height title=dom-tdth-height><code>height</code></dfn>, and <dfn id=dom-tdth-width title=dom-tdth-width><code>width</code></dfn> IDL attributes of
-  the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements must
-  <a href=#reflect>reflect</a> the respective content attributes of the same
+  <p>The <dfn id=dom-tdth-align title=dom-tdth-align><code>align</code></dfn>, <dfn id=dom-tdth-axis title=dom-tdth-axis><code>axis</code></dfn>, <dfn id=dom-tdth-height title=dom-tdth-height><code>height</code></dfn>, and <dfn id=dom-tdth-width title=dom-tdth-width><code>width</code></dfn> IDL attributes of the <code><a href=#the-td-element>td</a></code> and
+  <code><a href=#the-th-element>th</a></code> elements must <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
   <p>The <dfn id=dom-tdth-ch title=dom-tdth-ch><code>ch</code></dfn> IDL
@@ -99314,6 +99312,13 @@
   attribute of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements must
   <a href=#reflect>reflect</a> the elements' <code title=attr-tdth-bgcolor><a href=#attr-tdth-bgcolor>bgcolor</a></code> content attributes.</p>
 
+  <hr><pre class=idl>partial interface <a href=#htmltabledatacellelement>HTMLTableDataCellElement</a> {
+           attribute DOMString <a href=#dom-td-abbr title=dom-td-abbr>abbr</a>;
+};</pre>
+
+  <p>The <dfn id=dom-td-abbr title=dom-td-abbr><code>abbr</code></dfn> IDL attribute of the <code><a href=#the-td-element>td</a></code>
+  element must <a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
+
   <hr><pre class=idl>partial interface <a href=#htmltablerowelement>HTMLTableRowElement</a> {
            attribute DOMString <a href=#dom-tr-align title=dom-tr-align>align</a>;
            attribute DOMString <a href=#dom-tr-ch title=dom-tr-ch>ch</a>;

Modified: source
===================================================================
--- source	2012-12-07 22:57:54 UTC (rev 7573)
+++ source	2012-12-08 21:37:57 UTC (rev 7574)
@@ -115983,7 +115983,6 @@
   <hr>
 
   <pre class="idl">partial interface <span>HTMLTableCellElement</span> {
-           attribute DOMString <span title="dom-tdth-abbr">abbr</span>;
            attribute DOMString <span title="dom-tdth-align">align</span>;
            attribute DOMString <span title="dom-tdth-axis">axis</span>;
            attribute DOMString <span title="dom-tdth-height">height</span>;
@@ -115997,13 +115996,11 @@
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-tdth-bgColor">bgColor</span>;
 };</pre>
 
-  <p>The <dfn title="dom-tdth-abbr"><code>abbr</code></dfn>, <dfn
-  title="dom-tdth-align"><code>align</code></dfn>, <dfn
+  <p>The <dfn title="dom-tdth-align"><code>align</code></dfn>, <dfn
   title="dom-tdth-axis"><code>axis</code></dfn>, <dfn
   title="dom-tdth-height"><code>height</code></dfn>, and <dfn
-  title="dom-tdth-width"><code>width</code></dfn> IDL attributes of
-  the <code>td</code> and <code>th</code> elements must
-  <span>reflect</span> the respective content attributes of the same
+  title="dom-tdth-width"><code>width</code></dfn> IDL attributes of the <code>td</code> and
+  <code>th</code> elements must <span>reflect</span> the respective content attributes of the same
   name.</p>
 
   <p>The <dfn title="dom-tdth-ch"><code>ch</code></dfn> IDL
@@ -116033,6 +116030,15 @@
 
   <hr>
 
+  <pre class="idl">partial interface <span>HTMLTableDataCellElement</span> {
+           attribute DOMString <span title="dom-td-abbr">abbr</span>;
+};</pre>
+
+  <p>The <dfn title="dom-td-abbr"><code>abbr</code></dfn> IDL attribute of the <code>td</code>
+  element must <span>reflect</span> the respective content attributes of the same name.</p>
+
+  <hr>
+
   <pre class="idl">partial interface <span>HTMLTableRowElement</span> {
            attribute DOMString <span title="dom-tr-align">align</span>;
            attribute DOMString <span title="dom-tr-ch">ch</span>;




More information about the Commit-Watchers mailing list