[html5] r2676 - [e] (0) markup consistency

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 15 22:18:05 PST 2009


Author: ianh
Date: 2009-01-15 22:18:04 -0800 (Thu, 15 Jan 2009)
New Revision: 2676

Modified:
   index
   source
Log:
[e] (0) markup consistency

Modified: index
===================================================================
--- index	2009-01-16 01:58:27 UTC (rev 2675)
+++ index	2009-01-16 06:18:04 UTC (rev 2676)
@@ -9449,10 +9449,10 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmlstyleelement>HTMLStyleElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute boolean <code title=dom-style-disabled><a href=#dom-style-disabled>disabled</a></code>;
-           attribute DOMString <code title=dom-style-media><a href=#dom-style-media>media</a></code>;
-           attribute DOMString <code title=dom-style-type><a href=#dom-style-type>type</a></code>;
-           attribute boolean <code title=dom-style-scoped><a href=#dom-style-scoped>scoped</a></code>;
+           attribute boolean <a href=#dom-style-disabled title=dom-style-disabled>disabled</a>;
+           attribute DOMString <a href=#dom-style-media title=dom-style-media>media</a>;
+           attribute DOMString <a href=#dom-style-type title=dom-style-type>type</a>;
+           attribute boolean <a href=#dom-style-scoped title=dom-style-scoped>scoped</a>;
 };</pre>
     <p>The <code>LinkStyle</code> interface must also be implemented
     by this element, the <a href=#styling>styling processing model</a> defines
@@ -9657,12 +9657,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmlscriptelement>HTMLScriptElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute DOMString <code title=dom-script-src><a href=#dom-script-src>src</a></code>;
-           attribute boolean <code title=dom-script-async><a href=#dom-script-async>async</a></code>;
-           attribute boolean <code title=dom-script-defer><a href=#dom-script-defer>defer</a></code>;
-           attribute DOMString <code title=dom-script-type><a href=#dom-script-type>type</a></code>;
-           attribute DOMString <code title=dom-script-charset><a href=#dom-script-charset>charset</a></code>;
-           attribute DOMString <code title=dom-script-text><a href=#dom-script-text>text</a></code>;
+           attribute DOMString <a href=#dom-script-src title=dom-script-src>src</a>;
+           attribute boolean <a href=#dom-script-async title=dom-script-async>async</a>;
+           attribute boolean <a href=#dom-script-defer title=dom-script-defer>defer</a>;
+           attribute DOMString <a href=#dom-script-type title=dom-script-type>type</a>;
+           attribute DOMString <a href=#dom-script-charset title=dom-script-charset>charset</a>;
+           attribute DOMString <a href=#dom-script-text title=dom-script-text>text</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href=#script>script</a></code> element allows authors to include dynamic

Modified: source
===================================================================
--- source	2009-01-16 01:58:27 UTC (rev 2675)
+++ source	2009-01-16 06:18:04 UTC (rev 2676)
@@ -9929,10 +9929,10 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLStyleElement</dfn> : <span>HTMLElement</span> {
-           attribute boolean <code title="dom-style-disabled">disabled</code>;
-           attribute DOMString <code title="dom-style-media">media</code>;
-           attribute DOMString <code title="dom-style-type">type</code>;
-           attribute boolean <code title="dom-style-scoped">scoped</code>;
+           attribute boolean <span title="dom-style-disabled">disabled</span>;
+           attribute DOMString <span title="dom-style-media">media</span>;
+           attribute DOMString <span title="dom-style-type">type</span>;
+           attribute boolean <span title="dom-style-scoped">scoped</span>;
 };</pre>
     <p>The <code>LinkStyle</code> interface must also be implemented
     by this element, the <span>styling processing model</span> defines
@@ -10168,12 +10168,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
-           attribute DOMString <code title="dom-script-src">src</code>;
-           attribute boolean <code title="dom-script-async">async</code>;
-           attribute boolean <code title="dom-script-defer">defer</code>;
-           attribute DOMString <code title="dom-script-type">type</code>;
-           attribute DOMString <code title="dom-script-charset">charset</code>;
-           attribute DOMString <code title="dom-script-text">text</code>;
+           attribute DOMString <span title="dom-script-src">src</span>;
+           attribute boolean <span title="dom-script-async">async</span>;
+           attribute boolean <span title="dom-script-defer">defer</span>;
+           attribute DOMString <span title="dom-script-type">type</span>;
+           attribute DOMString <span title="dom-script-charset">charset</span>;
+           attribute DOMString <span title="dom-script-text">text</span>;
 };</pre>
    </dd>
   </dl>




More information about the Commit-Watchers mailing list