- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 22:06:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10285
Modified Files:
acknowledgements.html introduction.html spec.html
Log Message:
typo (whatwg r5207)
[updated by splitter]
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1009
retrieving revision 1.1010
diff -u -d -r1.1009 -r1.1010
--- acknowledgements.html 23 Jul 2010 20:47:20 -0000 1.1009
+++ acknowledgements.html 27 Jul 2010 22:06:45 -0000 1.1010
@@ -677,6 +677,7 @@
Michael Gratton,
Michael Nordman,
Michael Powers,
+ Michael Rakowski,
Michael(tm) Smith,
Michal Zalewski,
Michel Fortin,
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1079
retrieving revision 1.1080
diff -u -d -r1.1079 -r1.1080
--- spec.html 27 Jul 2010 21:46:43 -0000 1.1079
+++ spec.html 27 Jul 2010 22:06:45 -0000 1.1080
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4141.
+This is revision 1.4142.
</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: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.999
retrieving revision 1.1000
diff -u -d -r1.999 -r1.1000
--- introduction.html 2 Jul 2010 23:06:46 -0000 1.999
+++ introduction.html 27 Jul 2010 22:06:45 -0000 1.1000
@@ -1130,7 +1130,7 @@
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 inline script without realising that it is not
+ trying to debug the inline script without realizing 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>
Received on Tuesday, 27 July 2010 22:06:48 UTC