- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Oct 2012 13:21:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3681
Modified Files:
Makefile spec.html spec.preprocessed.html tidy-out.html
Log Message:
updated
Index: tidy-out.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tidy-out.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- tidy-out.html 11 Oct 2012 12:26:43 -0000 1.16
+++ tidy-out.html 11 Oct 2012 13:21:13 -0000 1.17
@@ -1889,10 +1889,12 @@
script can ever detect the simultaneous execution of other scripts.
Even with <span title="Worker">workers</span>, the intent is that
the behavior of implementations can be thought of as completely
-serializing the execution of all scripts in all <a href="#browsing-context" id="browsing-context_0" title="browsing context">browsing contexts</a>.</p>
-<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
-method, in this model, is equivalent to allowing other scripts to
-run while the calling script is blocked.</p>
+serializing the execution of all scripts in all <a href="http://dev.w3.org/html5/spec/single-page.html#browsing-context" id="browsing-context_0" title="browsing context">browsing
+contexts</a>.</p>
+<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#dom-navigator-yieldforstorageupdates">
+navigator.yieldForStorageUpdates()</a></code> method, in this
[...27956 lines suppressed...]
<dd><a class="dfn-ref" href="#attr-tdth-width"><span class="secno">10.2</span> Non-conforming features</a></dd>
</dl>
<dl id="willful-violation_index">
@@ -57377,11 +57682,12 @@
and the <a href="http://www.whatwg.org/mailing-list">various WHATWG
lists</a>.</p>
<p>Special thanks to Richard Williamson for creating the first
-implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the
-canvas feature was designed.</p>
+implementation of <code><a href="http://dev.w3.org/html5/spec/single-page.html#the-canvas-element">canvas</a></code>
+in Safari, from which the canvas feature was designed.</p>
<p>Special thanks also to the Microsoft employees who first
-implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable_4">contenteditable</a></code>, and other features
-first widely deployed by the Windows Internet Explorer browser.</p>
+implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="http://dev.w3.org/html5/spec/single-page.html#attr-contenteditable" id="contenteditable_4">contenteditable</a></code>, and other
+features first widely deployed by the Windows Internet Explorer
+browser.</p>
<!--MD-->
<p>Thanks to the many sources that provided inspiration for the
examples used in the specification.</p>
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Makefile 11 Oct 2012 12:26:36 -0000 1.83
+++ Makefile 11 Oct 2012 13:21:05 -0000 1.84
@@ -40,7 +40,7 @@
$(PERL) $(PERLFLAGS) -pi -e 's/affect <code> nested in <a>//g' tidy-out.html
$(PERL) $(PERLFLAGS) -pi -e 's/"&"/"&"/g' tidy-out.html
$(PERL) $(PERLFLAGS) -pi -e 's/ < / < /g' tidy-out.html
- $(PERL) $(PERLFLAGS) -pi -e 's/href="#/href="http:\/\/dev.w3.org\/html5\/spec\/single-page.html#/g' tidy-out.html
+ $(PERL) $(PERLFLAGS) -pi -e 's/"#/"http:\/\/dev.w3.org\/html5\/spec\/single-page.html#/g' tidy-out.html
$(XSLTPROC) $(XSLTPROCFLAGS) \
--stringparam RCSREVISION $(REVISION) \
--stringparam html5 $(HTML5URL) \
@@ -72,6 +72,7 @@
$(PERL) $(PERLFLAGS) -pi -e "s/<\/dt><\/dt>/<\/dt>/g" $@
$(PERL) $(PERLFLAGS) -pi -e 's/="application\//="application-/g' $@
$(PERL) $(PERLFLAGS) -pi -e 's/="text\//="text-/g' $@
+ $(PERL) $(PERLFLAGS) -pi -e 's/="text-css/="text\/css/g' $@
$(PERL) $(PERLFLAGS) -pi -e 's/="multipart\//="multipart-/g' $@
$(PERL) $(PERLFLAGS) -pi -e 's/="#application\//="#application-/g' $@
$(PERL) $(PERLFLAGS) -pi -e 's/="#text\//="#text-/g' $@
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1981
retrieving revision 1.1982
diff -u -d -r1.1981 -r1.1982
--- spec.html 11 Oct 2012 12:26:36 -0000 1.1981
+++ spec.html 11 Oct 2012 13:21:05 -0000 1.1982
@@ -9,7 +9,7 @@
<title>HTML5</title>
<link rel=stylesheet href=style.css>
-<style type="text-css">
+<style type="text/css">
/**/
/**/
@@ -129,7 +129,7 @@
"data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20}"
id="highlight" rel="alternate stylesheet" title=
[...48976 lines suppressed...]
lists</a>.</p>
<p>Special thanks to Richard Williamson for creating the first
implementation of <code><a href=
-"#the-canvas-element">canvas</a></code> in Safari, from which the
-canvas feature was designed.</p>
+"http://dev.w3.org/html5/spec/single-page.html#the-canvas-element">canvas</a></code>
+in Safari, from which the canvas feature was designed.</p>
<p>Special thanks also to the Microsoft employees who first
implemented the event-based drag-and-drop mechanism, <code title=
-"attr-contenteditable"><a href="#attr-contenteditable" id=
-"contenteditable_4">contenteditable</a></code>, and other features
-first widely deployed by the Windows Internet Explorer browser.</p>
+"attr-contenteditable"><a href=
+"http://dev.w3.org/html5/spec/single-page.html#attr-contenteditable"
+id="contenteditable_4">contenteditable</a></code>, and other
+features first widely deployed by the Windows Internet Explorer
+browser.</p>
<!--MD-->
<p>Thanks to the many sources that provided inspiration for the
examples used in the specification.</p>
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.817
retrieving revision 1.818
diff -u -d -r1.817 -r1.818
--- spec.preprocessed.html 11 Oct 2012 12:26:42 -0000 1.817
+++ spec.preprocessed.html 11 Oct 2012 13:21:11 -0000 1.818
@@ -589,7 +589,7 @@
<li><a href="http://dev.w3.org/html5/spec/single-page.html#a-quick-introduction-to-html"><span class="secno">1.9</span> A quick introduction to HTML</a>
<ol class="toc">
<li><a href="http://dev.w3.org/html5/spec/single-page.html#writing-secure-applications-with-html"><span class="secno">1.9.1</span> Writing secure applications with HTML</a></li>
-<li><a href="#common-pitfalls-to-avoid-when-using-the-scripting-apis"><span class="secno">
+<li><a href="http://dev.w3.org/html5/spec/single-page.html#common-pitfalls-to-avoid-when-using-the-scripting-apis"><span class="secno">
1.9.2</span> Common pitfalls to avoid when using the scripting
APIs</a></li>
</ol>
@@ -599,7 +599,7 @@
<li><a href="http://dev.w3.org/html5/spec/single-page.html#presentational-markup"><span class="secno">1.10.1</span> Presentational markup</a></li>
<li><a href="http://dev.w3.org/html5/spec/single-page.html#syntax-errors"><span class="secno">1.10.2</span>
[...56006 lines suppressed...]
</tr>
<tr>
-<td><code title="event-readystatechange"><a href="#event-readystatechange">readystatechange</a></code></td>
+<td><code title="event-readystatechange"><a href="http://dev.w3.org/html5/spec/single-page.html#event-readystatechange">readystatechange</a></code></td>
<td><code><a href="http://dev.w3.org/html5/spec/single-page.html#event">Event</a></code></td>
<td>Fired at the <code><a href="http://dev.w3.org/html5/spec/single-page.html#document">Document</a></code> when
it finishes parsing and again when all its subresources have
@@ -84386,10 +84386,10 @@
and the <a href="http://www.whatwg.org/mailing-list">various WHATWG
lists</a>.</p>
<p>Special thanks to Richard Williamson for creating the first
-implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the
+implementation of <code><a href="http://dev.w3.org/html5/spec/single-page.html#the-canvas-element">canvas</a></code> in Safari, from which the
canvas feature was designed.</p>
<p>Special thanks also to the Microsoft employees who first
-implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code>, and other
+implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="http://dev.w3.org/html5/spec/single-page.html#attr-contenteditable">contenteditable</a></code>, and other
features first widely deployed by the Windows Internet Explorer
browser.</p>
<!--MD-->
Received on Thursday, 11 October 2012 13:21:56 UTC