[html5] r1612 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 14 00:56:37 PDT 2008


Author: ianh
Date: 2008-05-14 00:56:37 -0700 (Wed, 14 May 2008)
New Revision: 1612

Modified:
   index
   source
Log:
[] (0) Undo the change 'Support language=javascript1.1 to 1.3 as being regular old javascript.' since it turns out the previous text already did that.

Modified: index
===================================================================
--- index	2008-05-14 07:51:41 UTC (rev 1611)
+++ index	2008-05-14 07:56:37 UTC (rev 1612)
@@ -22711,27 +22711,15 @@
      of that attribute.</p>
 
     <p>Otherwise, the element has a <code
-     title=attr-script-language>language</code> attribute; apply the rules
-     given for the first matching condition in the following list:</p>
+     title=attr-script-language>language</code> attribute; let <var><a
+     href="#the-scripts">the script's type</a></var> for this <code><a
+     href="#script0">script</a></code> element be the concatenation of the
+     string "<code title="">text/</code>" followed by the value of the <code
+     title=attr-script-language>language</code> attribute.</p>
+    <!-- user agents already support, e.g., type="text/javascript1.3",
+    so we don't have to support that separately. -->
+    
 
-    <dl>
-     <dt>If the value of the <code title=attr-script-language>language</code>
-      attribute is a case-insensitive<!-- XXX ASCII --> match for one of:
-      "<code title="">javascript1.1</code>", "<code
-      title="">javascript1.2</code>", "<code title="">javascript1.3</code>"
-
-     <dd>Let <var><a href="#the-scripts">the script's type</a></var> for this
-      <code><a href="#script0">script</a></code> element be "<code
-      title="">text/javascript</code>".
-
-     <dt>Otherwise
-
-     <dd>Let <var><a href="#the-scripts">the script's type</a></var> for this
-      <code><a href="#script0">script</a></code> element be the concatenation
-      of the string "<code title="">text/</code>" followed by the value of
-      the <code title=attr-script-language>language</code> attribute.
-    </dl>
-
    <li>
     <p>If the <code><a href="#script0">script</a></code> element has a <code
      title=attr-script-charset><a href="#charset2">charset</a></code>

Modified: source
===================================================================
--- source	2008-05-14 07:51:41 UTC (rev 1611)
+++ source	2008-05-14 07:56:37 UTC (rev 1612)
@@ -20548,31 +20548,14 @@
     value of that attribute.</p>
 
     <p>Otherwise, the element has a <code
-    title="attr-script-language">language</code> attribute; apply the
-    rules given for the first matching condition in the following
-    list:</p>
+    title="attr-script-language">language</code> attribute; let
+    <var>the script's type</var> for this <code>script</code> element
+    be the concatenation of the string "<code title="">text/</code>"
+    followed by the value of the <code
+    title="attr-script-language">language</code> attribute.</p>
+    <!-- user agents already support, e.g., type="text/javascript1.3",
+    so we don't have to support that separately. -->
 
-    <dl>
-
-     <dt>If the value of the <code
-     title="attr-script-language">language</code> attribute is a
-     case-insensitive<!-- XXX ASCII --> match for one of: "<code
-     title="">javascript1.1</code>", "<code
-     title="">javascript1.2</code>", "<code
-     title="">javascript1.3</code>"</dt>
-
-     <dd>Let <var>the script's type</var> for this <code>script</code>
-     element be "<code title="">text/javascript</code>".</dd>
-
-     <dt>Otherwise</dt>
-
-     <dd>Let <var>the script's type</var> for this
-     <code>script</code> element be the concatenation of the string
-     "<code title="">text/</code>" followed by the value of the <code
-     title="attr-script-language">language</code> attribute.</dd>
-
-    </dl>
-
    </li>
 
    <li>




More information about the Commit-Watchers mailing list