- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jan 2009 01:09:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21547 Modified Files: Overview.html Log Message: clarifications for <script language=''> (credit: jj) (whatwg r2673) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1842 retrieving revision 1.1843 diff -u -d -r1.1842 -r1.1843 --- Overview.html 16 Jan 2009 00:54:27 -0000 1.1842 +++ Overview.html 16 Jan 2009 01:09:13 -0000 1.1843 @@ -7999,12 +7999,15 @@ script block's type</a></var> for this <code><a href=#script>script</a></code> element be the value of that attribute.</p> - <p>Otherwise, the element has a <code title=attr-script-language>language</code> attribute; let + <p>Otherwise, the element has a non-empty <code title=attr-script-language>language</code> attribute; let <var><a href=#the-script-block-s-type>the script block's type</a></var> for this <code><a href=#script>script</a></code> element be the concatenation of the string "<code title="">text/</code>" followed by the value of the <code title=attr-script-language>language</code> attribute.</p> <!-- user agents already support, e.g., type="text/javascript1.3", so we don't have to support that separately. --> + <p class=note>The <code title=attr-script-language>language</code> attribute is never + conforming, and is always ignored if there is a <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute present.</p> + </li> <li>
Received on Friday, 16 January 2009 01:19:48 UTC