[html5] r1607 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 13 18:49:14 PDT 2008


Author: ianh
Date: 2008-05-13 18:49:14 -0700 (Tue, 13 May 2008)
New Revision: 1607

Modified:
   index
   source
Log:
[e] (0) Remove redundant requirement (this was already in the content model, oops)

Modified: index
===================================================================
--- index	2008-05-14 01:44:18 UTC (rev 1606)
+++ index	2008-05-14 01:49:14 UTC (rev 1607)
@@ -22590,7 +22590,7 @@
   <p>When the <dfn id=src9 title=attr-script-src><code>src</code></dfn>
    attribute is set, the <code><a href="#script0">script</a></code> element
    refers to an external file. The value of the attribute must be a URI (or
-   IRI). If the attribute is set, the element must be empty.
+   IRI).
 
   <p>If the <code title=attr-script-src><a href="#src9">src</a></code>
    attribute is not set, then the script is given by the contents of the

Modified: source
===================================================================
--- source	2008-05-14 01:44:18 UTC (rev 1606)
+++ source	2008-05-14 01:49:14 UTC (rev 1607)
@@ -20432,7 +20432,7 @@
   <p>When the <dfn title="attr-script-src"><code>src</code></dfn>
   attribute is set, the <code>script</code> element refers to an
   external file. The value of the attribute must be a URI (or
-  IRI). If the attribute is set, the element must be empty.</p>
+  IRI).</p>
 
   <p>If the <code title="attr-script-src">src</code> attribute is not
   set, then the script is given by the contents of the element.</p>




More information about the Commit-Watchers mailing list