html5/spec Overview.html,1.3501,1.3502

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1214

Modified Files:
	Overview.html 
Log Message:
Explain what 'a script resource of the given type' means. (whatwg r4369)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3501
retrieving revision 1.3502
diff -u -d -r1.3501 -r1.3502
--- Overview.html	27 Oct 2009 20:31:12 -0000	1.3501
+++ Overview.html	27 Oct 2009 20:35:59 -0000	1.3502
@@ -10852,7 +10852,10 @@
   resource to use. The value of the attribute must be a <a href="#valid-url">valid
   URL</a> identifying a script resource of the type given by the
   <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute, if the
-  attribute is present, or of the type "<code title="">text/javascript</code>", if the attribute is absent.<p>The <dfn id="attr-script-charset" title="attr-script-charset"><code>charset</code></dfn>
+  attribute is present, or of the type "<code title="">text/javascript</code>", if the attribute is absent. A
+  resource is a script resource of a given type if that type
+  identifies a scripting language and the resource conforms with the
+  requirements of that language's specification.<p>The <dfn id="attr-script-charset" title="attr-script-charset"><code>charset</code></dfn>
   attribute gives the character encoding of the external script
   resource. The attribute must not be specified if the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is not present. If the
   attribute is set, its value must be a valid character encoding name,

Received on Tuesday, 27 October 2009 20:36:04 UTC