html5/spec Overview.html,1.1647,1.1648

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26265

Modified Files:
	Overview.html 
Log Message:
typo (credit: pt) (whatwg r2477)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1647
retrieving revision 1.1648
diff -u -d -r1.1647 -r1.1648
--- Overview.html	29 Nov 2008 22:28:07 -0000	1.1647
+++ Overview.html	29 Nov 2008 22:39:34 -0000	1.1648
@@ -43944,9 +43944,9 @@
    <li><p>The presence of a <code title=attr-img-border>border</code> attribute on an
    <code><a href=#the-img-element>img</a></code> element if its value is the string "<code title="">0</code>".</li>
 
-   <li><p>The presence of a <code title=attr-script-language></code>
-   attribute on a <code><a href=#script>script</a></code> element if its value is an
-   <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">JavaScript</code>".</li>
+   <li><p>The presence of a <code title=attr-script-language>language</code> attribute on a
+   <code><a href=#script>script</a></code> element if its value is an <a href=#ascii-case-insensitive>ASCII
+   case-insensitive</a> match for the string "<code title="">JavaScript</code>".</li>
 
   </ul><h2 id=no><span class=secno>11 </span>Things that you can't do with this specification because
   they are better handled using other technologies that are further

Received on Saturday, 29 November 2008 22:39:45 UTC