- 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/elements In directory hutz:/tmp/cvs-serv7991/elements Modified Files: script.html Log Message: added the "language" attribute on <script> (with requirement that its value must be "javascript" (case insensitively)) Index: script.html =================================================================== RCS file: /sources/public/html5/markup/elements/script.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- script.html 5 Jun 2009 10:18:01 -0000 1.6 +++ script.html 21 Jul 2009 05:46:29 -0000 1.7 @@ -29,5 +29,9 @@ <dd>Specifies that script should be executed after the document has been parsed.</dd> </dl> + <dl> + <dt id="script.attrs.language">language</dt> + <dd>Specifies that the language of the script is JavaScript.</dd> + </dl> </div> </div>
Received on Tuesday, 21 July 2009 05:46:39 UTC