- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Aug 2010 23:37:30 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: type is optional; doh
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.107&r2=1.108&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html 31 Aug 2010 14:24:47 -0000 1.107
+++ Overview.html 31 Aug 2010 14:30:52 -0000 1.108
@@ -901,6 +901,10 @@
<h3 id=changed-attributes><span class=secno>3.4. </span>Changed attributes</h3>
+ <p>The <code>type</code> attribute on <code>script</code> and
+ <code>style</code> is no longer required if the scripting language is
+ ECMAScript and the styling language is CSS respectively.
+
<p>The following attributes are allowed but authors are discouraged from
using them and instead strongly encouraged to use an alternative solution:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.src.html 31 Aug 2010 14:24:47 -0000 1.85
+++ Overview.src.html 31 Aug 2010 14:30:52 -0000 1.86
@@ -720,6 +720,11 @@
<h3 id="changed-attributes">Changed attributes</h3>
+ <p>The <code>type</code> attribute on <code>script</code> and
+ <code>style</code> is no longer required if the scripting language is
+ ECMAScript and the styling language is CSS respectively.</p>
+
+
<p>The following attributes are allowed but authors are discouraged from
using them and instead strongly encouraged to use an alternative
solution:</p>
Received on Tuesday, 31 August 2010 14:31:47 UTC