- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jan 2009 06:18:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21891 Modified Files: Overview.html Log Message: markup consistency (whatwg r2676) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1845 retrieving revision 1.1846 diff -u -d -r1.1845 -r1.1846 --- Overview.html 16 Jan 2009 01:58:32 -0000 1.1845 +++ Overview.html 16 Jan 2009 06:18:09 -0000 1.1846 @@ -7755,10 +7755,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 @@ -7902,12 +7902,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
Received on Friday, 16 January 2009 06:18:21 UTC