[html5] r4513 - [e] (0) Add text to handle external XML formats just like we handle internal XML [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 00:25:31 PST 2010


Author: ianh
Date: 2010-01-06 00:25:27 -0800 (Wed, 06 Jan 2010)
New Revision: 4513

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add text to handle external XML formats just like we handle internal XML formats.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8310

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 08:17:08 UTC (rev 4512)
+++ complete.html	2010-01-06 08:25:27 UTC (rev 4513)
@@ -12572,7 +12572,7 @@
       <p>Initialize <dfn id="the-script-block's-source"><var>the script block's source</var></dfn> as
       follows:</p>
 
-      <dl class=switch><dt>If the script is from an external file</dt>
+      <dl class=switch><dt>If the script is from an external file and <var><a href="#the-script-block's-type">the script block's type</a></var> is a text-based language</dt>
 
        <dd>
 
@@ -12617,6 +12617,17 @@
 
        </dd>
 
+       <dt>If the script is from an external file and <var><a href="#the-script-block's-type">the script block's type</a></var> is an XML-based language</dt>
+
+       <dd>
+
+        <p>The external file is the script source. When it is later
+        executed, it must be interpreted in a manner consistent with
+        the specification defining the language given by <var><a href="#the-script-block's-type">the
+        script block's type</a></var>.</p>
+
+       </dd>
+
        <dt>If the script is inline and <var><a href="#the-script-block's-type">the script block's type</a></var> is a text-based language</dt>
 
        <dd>

Modified: index
===================================================================
--- index	2010-01-06 08:17:08 UTC (rev 4512)
+++ index	2010-01-06 08:25:27 UTC (rev 4513)
@@ -12407,7 +12407,7 @@
       <p>Initialize <dfn id="the-script-block's-source"><var>the script block's source</var></dfn> as
       follows:</p>
 
-      <dl class=switch><dt>If the script is from an external file</dt>
+      <dl class=switch><dt>If the script is from an external file and <var><a href="#the-script-block's-type">the script block's type</a></var> is a text-based language</dt>
 
        <dd>
 
@@ -12452,6 +12452,17 @@
 
        </dd>
 
+       <dt>If the script is from an external file and <var><a href="#the-script-block's-type">the script block's type</a></var> is an XML-based language</dt>
+
+       <dd>
+
+        <p>The external file is the script source. When it is later
+        executed, it must be interpreted in a manner consistent with
+        the specification defining the language given by <var><a href="#the-script-block's-type">the
+        script block's type</a></var>.</p>
+
+       </dd>
+
        <dt>If the script is inline and <var><a href="#the-script-block's-type">the script block's type</a></var> is a text-based language</dt>
 
        <dd>

Modified: source
===================================================================
--- source	2010-01-06 08:17:08 UTC (rev 4512)
+++ source	2010-01-06 08:25:27 UTC (rev 4513)
@@ -13156,7 +13156,7 @@
 
       <dl class="switch">
 
-       <dt>If the script is from an external file</dt>
+       <dt>If the script is from an external file and <var>the script block's type</var> is a text-based language</dt>
 
        <dd>
 
@@ -13211,6 +13211,17 @@
 
        </dd>
 
+       <dt>If the script is from an external file and <var>the script block's type</var> is an XML-based language</dt>
+
+       <dd>
+
+        <p>The external file is the script source. When it is later
+        executed, it must be interpreted in a manner consistent with
+        the specification defining the language given by <var>the
+        script block's type</var>.</p>
+
+       </dd>
+
        <dt>If the script is inline and <var>the script block's type</var> is a text-based language</dt>
 
        <dd>




More information about the Commit-Watchers mailing list