- From: poot <cvsmail@w3.org>
- Date: Fri, 2 Apr 2010 15:22:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typos (whatwg r4951)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3973&r2=1.3974&f=h
http://html5.org/tools/web-apps-tracker?from=4950&to=4951
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3973
retrieving revision 1.3974
diff -u -d -r1.3973 -r1.3974
--- Overview.html 2 Apr 2010 06:12:40 -0000 1.3973
+++ Overview.html 2 Apr 2010 06:20:58 -0000 1.3974
@@ -1981,8 +1981,8 @@
element's contents to be ignored. However, this isn't obvious,
especially if the element's contents appear to be executable
script — which can lead to authors spending a lot of time
- trying to debug the inlien script without realising that it is not
- executing. To reduce this problem, this specifications makes it
+ trying to debug the inline script without realising that it is not
+ executing. To reduce this problem, this specification makes it
non-conforming to have executable script in a <code><a href="#script">script</a></code>
element when the <code title="attr-script-src"><a href="#attr-script-src">src</a></code>
attribute is present. This means that authors who are validating
Received on Friday, 2 April 2010 06:22:39 UTC