- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Apr 2010 06:27:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv6344
Modified Files:
Overview.html introduction.html spec.html
Log Message:
typo (whatwg r4952)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.819
retrieving revision 1.820
diff -u -d -r1.819 -r1.820
--- Overview.html 2 Apr 2010 06:17:30 -0000 1.819
+++ Overview.html 2 Apr 2010 06:27:50 -0000 1.820
@@ -308,7 +308,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3973.
+This is revision 1.3975.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.827
retrieving revision 1.828
diff -u -d -r1.827 -r1.828
--- spec.html 2 Apr 2010 06:17:30 -0000 1.827
+++ spec.html 2 Apr 2010 06:27:50 -0000 1.828
@@ -306,7 +306,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3973.
+This is revision 1.3975.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -1355,7 +1355,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>
@@ -1619,7 +1619,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>
@@ -1671,8 +1671,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
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -d -r1.577 -r1.578
--- introduction.html 2 Apr 2010 02:46:59 -0000 1.577
+++ introduction.html 2 Apr 2010 06:27:50 -0000 1.578
@@ -709,7 +709,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>
@@ -973,7 +973,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>
@@ -1025,8 +1025,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="scripting-1.html#script">script</a></code>
element when the <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code>
attribute is present. This means that authors who are validating
Received on Friday, 2 April 2010 06:27:55 UTC