[html5] r4504 - [e] (0) consistency with HTMLElement cases Fixing http://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 21:28:15 PST 2010


Author: ianh
Date: 2010-01-05 21:28:10 -0800 (Tue, 05 Jan 2010)
New Revision: 4504

Modified:
   complete.html
   index
   source
Log:
[e] (0) consistency with HTMLElement cases
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8451

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 05:25:24 UTC (rev 4503)
+++ complete.html	2010-01-06 05:28:10 UTC (rev 4504)
@@ -16095,9 +16095,7 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-q-cite><a href=#attr-q-cite>cite</a></code></dd>
    <dt>DOM interface:</dt>
-   <dd>
-    The <code><a href=#the-q-element>q</a></code> element uses the <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> interface.
-   </dd>
+   <dd>Uses <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-q-element>q</a></code> element <a href=#represents>represents</a> some <a href=#phrasing-content title="phrasing content">phrasing content</a> quoted from another
   source.</p>
 

Modified: index
===================================================================
--- index	2010-01-06 05:25:24 UTC (rev 4503)
+++ index	2010-01-06 05:28:10 UTC (rev 4504)
@@ -15930,9 +15930,7 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-q-cite><a href=#attr-q-cite>cite</a></code></dd>
    <dt>DOM interface:</dt>
-   <dd>
-    The <code><a href=#the-q-element>q</a></code> element uses the <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> interface.
-   </dd>
+   <dd>Uses <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-q-element>q</a></code> element <a href=#represents>represents</a> some <a href=#phrasing-content title="phrasing content">phrasing content</a> quoted from another
   source.</p>
 

Modified: source
===================================================================
--- source	2010-01-06 05:25:24 UTC (rev 4503)
+++ source	2010-01-06 05:28:10 UTC (rev 4504)
@@ -16968,9 +16968,7 @@
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-q-cite">cite</code></dd>
    <dt>DOM interface:</dt>
-   <dd>
-    The <code>q</code> element uses the <code>HTMLQuoteElement</code> interface.
-   </dd>
+   <dd>Uses <code>HTMLQuoteElement</code>.</dd>
   </dl>
 
   <p>The <code>q</code> element <span>represents</span> some <span




More information about the Commit-Watchers mailing list