Skip to content

Commit

Permalink
[e] (0) Explain what 'a script resource of the given type' means.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8089

git-svn-id: http://svn.whatwg.org/webapps@4369 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent e93c25a commit 02bad58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -12376,7 +12376,10 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
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
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -12194,7 +12194,10 @@ c-end = "-->"
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
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -12911,7 +12911,10 @@ c-end = "-->"
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
Expand Down

0 comments on commit 02bad58

Please sign in to comment.