- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 May 2011 15:27:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv7649
Modified Files:
Overview.html spec.html spec.preprocessed.html
Log Message:
Make sure that if you cancel a navigation via onbeforeunload, it doesn't abort the parser and so forth anyway. (whatwg r6045)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1341
retrieving revision 1.1342
diff -u -d -r1.1341 -r1.1342
--- Overview.html 29 Apr 2011 22:54:38 -0000 1.1341
+++ Overview.html 2 May 2011 15:27:09 -0000 1.1342
@@ -373,16 +373,17 @@
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
- </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p class="strong-note">This is a strict subset of the
+ </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p class="strong-note">This non-normative document a strict subset of
+ the
<a href="http://dev.w3.org/html5/spec/">HTML5 specification</a>
that omits user-agent (UA) implementation details. It is
targeted toward Web authors and others who are not UA
- implementors and who want a view of the HTML specification
- that focuses more precisely on details relevant to using the
- HTML language to create Web documents and Web applications.
- Because this document does not provide implementation
- conformance criteria, UA implementors should not rely on it,
- but should instead refer to the full specification.<p>This specification defines the 5th major revision of the core
+ implementors and who want an informational view of the HTML
+ specification that focuses more precisely on details relevant to
+ using the HTML language to create Web documents and Web applications.
+ Because this document does not provide implementation conformance
+ criteria, UA implementors should not rely on it, but should instead
+ refer to the full specification.<p>This specification defines the 5th major revision of the core
language of the World Wide Web: the Hypertext Markup Language
(HTML). In this version, new features are introduced to help Web
application authors, new elements are introduced based on research
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1402
retrieving revision 1.1403
diff -u -d -r1.1402 -r1.1403
--- spec.html 29 Apr 2011 22:54:44 -0000 1.1402
+++ spec.html 2 May 2011 15:27:10 -0000 1.1403
@@ -374,16 +374,17 @@
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
- </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p class="strong-note">This is a strict subset of the
+ </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p class="strong-note">This non-normative document a strict subset of
+ the
<a href="http://dev.w3.org/html5/spec/">HTML5 specification</a>
that omits user-agent (UA) implementation details. It is
targeted toward Web authors and others who are not UA
- implementors and who want a view of the HTML specification
- that focuses more precisely on details relevant to using the
- HTML language to create Web documents and Web applications.
- Because this document does not provide implementation
- conformance criteria, UA implementors should not rely on it,
- but should instead refer to the full specification.</p><p>This specification defines the 5th major revision of the core
+ implementors and who want an informational view of the HTML
+ specification that focuses more precisely on details relevant to
+ using the HTML language to create Web documents and Web applications.
+ Because this document does not provide implementation conformance
+ criteria, UA implementors should not rely on it, but should instead
+ refer to the full specification.</p><p>This specification defines the 5th major revision of the core
language of the World Wide Web: the Hypertext Markup Language
(HTML). In this version, new features are introduced to help Web
application authors, new elements are introduced based on research
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- spec.preprocessed.html 29 Apr 2011 22:54:48 -0000 1.287
+++ spec.preprocessed.html 2 May 2011 15:27:14 -0000 1.288
@@ -385,16 +385,17 @@
</div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2>
-<p class="strong-note">This is a strict subset of the
+<p class="strong-note">This non-normative document a strict subset of
+ the
<a href="http://dev.w3.org/html5/spec/">HTML5 specification</a>
that omits user-agent (UA) implementation details. It is
targeted toward Web authors and others who are not UA
- implementors and who want a view of the HTML specification
- that focuses more precisely on details relevant to using the
- HTML language to create Web documents and Web applications.
- Because this document does not provide implementation
- conformance criteria, UA implementors should not rely on it,
- but should instead refer to the full specification.</p><p>This specification defines the 5th major revision of the core
+ implementors and who want an informational view of the HTML
+ specification that focuses more precisely on details relevant to
+ using the HTML language to create Web documents and Web applications.
+ Because this document does not provide implementation conformance
+ criteria, UA implementors should not rely on it, but should instead
+ refer to the full specification.</p><p>This specification defines the 5th major revision of the core
language of the World Wide Web: the Hypertext Markup Language
(HTML). In this version, new features are introduced to help Web
application authors, new elements are introduced based on research
Received on Monday, 2 May 2011 15:27:18 UTC