- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 05:46:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv7991/src
Modified Files:
datatypes.html
Log Message:
added the "language" attribute on <script> (with requirement that its value must be "javascript" (case insensitively))
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- datatypes.html 21 Jul 2009 01:45:10 -0000 1.28
+++ datatypes.html 21 Jul 2009 05:46:29 -0000 1.29
@@ -404,4 +404,12 @@
<code title="U+0030 DIGIT ZERO">0</code>.</div>
</dd>
</dl>
+ <dl><dt>javascript</dt>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">Any
+ <a href="#ascii-case-insensitive">ASCII case-insensitive</a>
+ match for the literal string "<code>javascript</code>".</div>
+ </dd>
+ </dl>
</section>
Received on Tuesday, 21 July 2009 05:46:47 UTC