html5/spec-author-view patch.spec-splitter.1,1.7,1.8 spec.html,1.1617,1.1618

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv1836

Modified Files:
	patch.spec-splitter.1 spec.html 
Log Message:
Attempt to reorganise the rendering section to make it more usable for implementors (whatwg r6276)

[updated by splitter]


Index: patch.spec-splitter.1
===================================================================
RCS file: /sources/public/html5/spec-author-view/patch.spec-splitter.1,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- patch.spec-splitter.1	5 Jul 2011 11:36:27 -0000	1.7
+++ patch.spec-splitter.1	5 Jul 2011 12:00:03 -0000	1.8
@@ -102,7 +102,7 @@
      'predefined-vocabularies-0', 'converting-html-to-other-formats', # <-- microdata
      'origin-0', 'timers', 'offline', 'history', 'links', # <-- browsers
 +    'user-prompts',
-+    'system-state-and-capabilities:-the-navigator-object',
++    'system-state-and-capabilities',
      'dnd', # <-- editing
 +    'editing-apis',
  

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1617
retrieving revision 1.1618
diff -u -d -r1.1617 -r1.1618
--- spec.html	5 Jul 2011 11:36:28 -0000	1.1617
+++ spec.html	5 Jul 2011 12:00:03 -0000	1.1618
@@ -1,63956 +0,0 @@
-<!doctype html>
-<html lang="en-US-x-Hixie"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><title>HTML5: Edition for Web Authors</title><meta content="width=device-width;" name="viewport"><link href="whatwg.css" rel="stylesheet"><style type="text/css">
-   pre { margin-left: 2em; white-space: pre-wrap; }
-   h2 { margin: 3em 0 1em 0; }
-   h3 { margin: 2.5em 0 1em 0; }
-   h4 { margin: 2.5em 0 0.75em 0; }
-   h5, h6 { margin: 2.5em 0 1em; }
-   h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
-   h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
-   p { margin: 1em 0; }
-   hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
[...63925 lines suppressed...]
-  for their useful comments, both large and small, that have led to
-  changes to this specification over the years.</p><p>Thanks also to everyone who has ever posted about HTML to their
-  blogs, public mailing lists, or forums, including all the
-  contributors to the <a href="http://www.w3.org/html/wg/lists/">various W3C HTML WG
-  lists</a> 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" id="canvas_27">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_3">contenteditable</a></code>, and other
-  features first widely deployed by the Windows Internet Explorer
-  browser.</p><p>Thanks to the SubRip community, including in particular Zuggy and
-  ai4spam, for their work on the SubRip software program whose SRT
-  file format was used as the basis for the WebVTT text track file
-  format.</p><p>Thanks to the many sources that provided inspiration for the
-  examples used in the specification.</p><p>Thanks also to the Microsoft blogging community for some ideas,
-  to the attendees of the W3C Workshop on Web Applications and
-  Compound Documents for inspiration, to the #mrt crew, the #mrt.no
-  crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
-  and support.</p></body></html>

Received on Tuesday, 5 July 2011 12:00:14 UTC