- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Apr 2010 06:22:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7259
Modified Files:
Overview.html
Log Message:
typo (whatwg r4952)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3974
retrieving revision 1.3975
diff -u -d -r1.3974 -r1.3975
--- Overview.html 2 Apr 2010 06:20:58 -0000 1.3974
+++ Overview.html 2 Apr 2010 06:22:55 -0000 1.3975
@@ -1665,7 +1665,7 @@
<dd>
- <p>To allow user agents to be used in constrolled environments
+ <p>To allow user agents to be used in controlled environments
without having to implement the more bizarre and convoluted error
handling rules, user agents are permitted to fail whenever
encountering a <a href="#parse-error">parse error</a>.</p>
@@ -1929,7 +1929,7 @@
"<code title="">false</code>" is disallowed, because despite the
appearance of meaning that the element is enabled, it in fact
means that the element is <em>disabled</em> (what matters for
- implementations it the presence of the attribute, not its
+ implementations is the presence of the attribute, not its
value).</p>
</dd>
Received on Friday, 2 April 2010 06:23:00 UTC