[html5] r4676 - [ac] (0) Harmonise <script type> and <style type> rules. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 5 17:58:05 PST 2010


Author: ianh
Date: 2010-02-05 17:58:02 -0800 (Fri, 05 Feb 2010)
New Revision: 4676

Modified:
   complete.html
   index
   source
Log:
[ac] (0) Harmonise <script type> and <style type> rules.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8703

Modified: complete.html
===================================================================
--- complete.html	2010-02-06 00:32:09 UTC (rev 4675)
+++ complete.html	2010-02-06 01:58:02 UTC (rev 4676)
@@ -11989,10 +11989,12 @@
   one of several inputs to the <a href=#styling>styling processing
   model</a>. The element does not <a href=#represents title=represents>represent</a> content for the user.</p>
 
-  <p>If the <dfn id=attr-style-type title=attr-style-type><code>type</code></dfn>
-  attribute is given, it must contain a <a href=#valid-mime-type>valid MIME type</a>
-  that designates a styling language. If the attribute is absent, the
-  type defaults to <code>text/css</code>. <a href=#refsRFC2318>[RFC2318]</a></p>
+  <p>The <dfn id=attr-style-type title=attr-style-type><code>type</code></dfn>
+  attribute gives the styling language. If the attribute is present,
+  its value must be a <a href=#valid-mime-type>valid MIME type</a> that designates a
+  styling language. The <code title="">charset</code> parameter must
+  not be specified. The default, which is used if the attribute is
+  absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p>
 
   <div class=impl>
 
@@ -12370,8 +12372,8 @@
   attribute gives the language of the script or format of the data. If
   the attribute is present, its value must be a <a href=#valid-mime-type>valid MIME
   type</a>. The <code title="">charset</code> parameter must not be
-  specified. (The default, which is used if the attribute is absent,
-  is "<code title="">text/javascript</code>".)</p>
+  specified. The default, which is used if the attribute is absent,
+  is "<code title="">text/javascript</code>".</p>
 
   <p>The <dfn id=attr-script-src title=attr-script-src><code>src</code></dfn>
   attribute, if specified, gives the address of the external script

Modified: index
===================================================================
--- index	2010-02-06 00:32:09 UTC (rev 4675)
+++ index	2010-02-06 01:58:02 UTC (rev 4676)
@@ -11888,10 +11888,12 @@
   one of several inputs to the <a href=#styling>styling processing
   model</a>. The element does not <a href=#represents title=represents>represent</a> content for the user.</p>
 
-  <p>If the <dfn id=attr-style-type title=attr-style-type><code>type</code></dfn>
-  attribute is given, it must contain a <a href=#valid-mime-type>valid MIME type</a>
-  that designates a styling language. If the attribute is absent, the
-  type defaults to <code>text/css</code>. <a href=#refsRFC2318>[RFC2318]</a></p>
+  <p>The <dfn id=attr-style-type title=attr-style-type><code>type</code></dfn>
+  attribute gives the styling language. If the attribute is present,
+  its value must be a <a href=#valid-mime-type>valid MIME type</a> that designates a
+  styling language. The <code title="">charset</code> parameter must
+  not be specified. The default, which is used if the attribute is
+  absent, is "<code title="">text/css</code>". <a href=#refsRFC2318>[RFC2318]</a></p>
 
   <div class=impl>
 
@@ -12269,8 +12271,8 @@
   attribute gives the language of the script or format of the data. If
   the attribute is present, its value must be a <a href=#valid-mime-type>valid MIME
   type</a>. The <code title="">charset</code> parameter must not be
-  specified. (The default, which is used if the attribute is absent,
-  is "<code title="">text/javascript</code>".)</p>
+  specified. The default, which is used if the attribute is absent,
+  is "<code title="">text/javascript</code>".</p>
 
   <p>The <dfn id=attr-script-src title=attr-script-src><code>src</code></dfn>
   attribute, if specified, gives the address of the external script

Modified: source
===================================================================
--- source	2010-02-06 00:32:09 UTC (rev 4675)
+++ source	2010-02-06 01:58:02 UTC (rev 4676)
@@ -12573,10 +12573,12 @@
   model</span>. The element does not <span
   title="represents">represent</span> content for the user.</p>
 
-  <p>If the <dfn title="attr-style-type"><code>type</code></dfn>
-  attribute is given, it must contain a <span>valid MIME type</span>
-  that designates a styling language. If the attribute is absent, the
-  type defaults to <code>text/css</code>. <a
+  <p>The <dfn title="attr-style-type"><code>type</code></dfn>
+  attribute gives the styling language. If the attribute is present,
+  its value must be a <span>valid MIME type</span> that designates a
+  styling language. The <code title="">charset</code> parameter must
+  not be specified. The default, which is used if the attribute is
+  absent, is "<code title="">text/css</code>". <a
   href="#refsRFC2318">[RFC2318]</a></p>
 
   <div class="impl">
@@ -12996,8 +12998,8 @@
   attribute gives the language of the script or format of the data. If
   the attribute is present, its value must be a <span>valid MIME
   type</span>. The <code title="">charset</code> parameter must not be
-  specified. (The default, which is used if the attribute is absent,
-  is "<code title="">text/javascript</code>".)</p>
+  specified. The default, which is used if the attribute is absent,
+  is "<code title="">text/javascript</code>".</p>
 
   <p>The <dfn title="attr-script-src"><code>src</code></dfn>
   attribute, if specified, gives the address of the external script




More information about the Commit-Watchers mailing list