- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 20:31:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3904 Modified Files: Overview.html Log Message: Clarify the paragraph that defines how to handle type='' on <script>. (whatwg r2014) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1201 retrieving revision 1.1202 diff -u -d -r1.1201 -r1.1202 --- Overview.html 5 Aug 2008 12:19:58 -0000 1.1201 +++ Overview.html 5 Aug 2008 20:31:20 -0000 1.1202 @@ -26080,18 +26080,26 @@ <ol> <li> - <p>If the <code><a href="#script1">script</a></code> element has a <code - title=attr-script-type><a href="#type11">type</a></code> attribute and - its value is the empty string, or if the <code><a - href="#script1">script</a></code> element has no <code - title=attr-script-type><a href="#type11">type</a></code> attribute but - it has a <code title=attr-script-language>language</code> attribute and - <em>that</em> attribute's value is the empty string, or if the <code><a - href="#script1">script</a></code> element has neither a <code - title=attr-script-type><a href="#type11">type</a></code> attribute nor a - <code title=attr-script-language>language</code> attribute, let <var><a - href="#the-scripts">the script's type</a></var> for this <code><a - href="#script1">script</a></code> element be "<code + <p>If either:</p> + + <ul class=brief> + <li>the <code><a href="#script1">script</a></code> element has a <code + title=attr-script-type><a href="#type11">type</a></code> attribute and + its value is the empty string, or + + <li>the <code><a href="#script1">script</a></code> element has no <code + title=attr-script-type><a href="#type11">type</a></code> attribute but + it has a <code title=attr-script-language>language</code> attribute and + <em>that</em> attribute's value is the empty string, or + + <li>the <code><a href="#script1">script</a></code> element has neither a + <code title=attr-script-type><a href="#type11">type</a></code> + attribute nor a <code title=attr-script-language>language</code> + attribute, then + </ul> + + <p>...let <var><a href="#the-scripts">the script's type</a></var> for + this <code><a href="#script1">script</a></code> element be "<code title="">text/javascript</code>".</p> <p>Otherwise, if the <code><a href="#script1">script</a></code> element
Received on Tuesday, 5 August 2008 20:31:56 UTC