[html5] r4369 - [e] (0) Explain what 'a script resource of the given type' means. Fixing http:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 13:36:00 PDT 2009


Author: ianh
Date: 2009-10-27 13:35:56 -0700 (Tue, 27 Oct 2009)
New Revision: 4369

Modified:
   complete.html
   index
   source
Log:
[e] (0) Explain what 'a script resource of the given type' means.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8089

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 20:31:09 UTC (rev 4368)
+++ complete.html	2009-10-27 20:35:56 UTC (rev 4369)
@@ -12376,7 +12376,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>
+  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>
 
   <p>The <dfn id=attr-script-charset title=attr-script-charset><code>charset</code></dfn>
   attribute gives the character encoding of the external script

Modified: index
===================================================================
--- index	2009-10-27 20:31:09 UTC (rev 4368)
+++ index	2009-10-27 20:35:56 UTC (rev 4369)
@@ -12194,7 +12194,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>
+  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>
 
   <p>The <dfn id=attr-script-charset title=attr-script-charset><code>charset</code></dfn>
   attribute gives the character encoding of the external script

Modified: source
===================================================================
--- source	2009-10-27 20:31:09 UTC (rev 4368)
+++ source	2009-10-27 20:35:56 UTC (rev 4369)
@@ -12911,7 +12911,10 @@
   URL</span> identifying a script resource of the type given by the
   <code title="attr-script-type">type</code> attribute, if the
   attribute is present, or of the type "<code
-  title="">text/javascript</code>", if the attribute is absent.</p>
+  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>
 
   <p>The <dfn title="attr-script-charset"><code>charset</code></dfn>
   attribute gives the character encoding of the external script




More information about the Commit-Watchers mailing list