Skip to content

Commit

Permalink
[e] (0) markup consistency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2676 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 16, 2009
1 parent 7472de6 commit c0365de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions index
Expand Up @@ -9449,10 +9449,10 @@ people expect to have work and what is necessary.
<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
Expand Down Expand Up @@ -9657,12 +9657,12 @@ people expect to have work and what is necessary.
<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
Expand Down
20 changes: 10 additions & 10 deletions source
Expand Up @@ -9929,10 +9929,10 @@ people expect to have work and what is necessary.
<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
Expand Down Expand Up @@ -10168,12 +10168,12 @@ people expect to have work and what is necessary.
<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>
Expand Down

0 comments on commit c0365de

Please sign in to comment.