- From: poot <cvsmail@w3.org>
- Date: Sun, 30 Nov 2008 07:42:22 +0900 (JST)
- To: public-html-diffs@w3.org
typo (credit: pt) (whatwg r2477) 10.2 Conformance checkers http://people.w3.org/mike/diffs/html5/spec/Overview.1.1648.html#conformance-checkers-0 11 Things that you can't do with this specification because they are better handled using other technologies that are further described herein http://people.w3.org/mike/diffs/html5/spec/Overview.1.1648.html#no http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1647&r2=1.1648&f=h http://html5.org/tools/web-apps-tracker?from=2476&to=2477 =================================================================== 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:43:14 UTC