- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Jul 2011 21:14:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19495
Modified Files:
Overview.html
Log Message:
Fix the handling of infinite loops in the various microdata algorithms. (whatwg r6277)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5024
retrieving revision 1.5025
diff -u -d -r1.5024 -r1.5025
--- Overview.html 2 Jul 2011 00:13:08 -0000 1.5024
+++ Overview.html 7 Jul 2011 21:14:19 -0000 1.5025
@@ -1,73065 +1,208 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US-x-Hixie"><title>HTML5</title><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; }
- dl, dd { margin-top: 0; margin-bottom: 0; }
[...73239 lines suppressed...]
- canvas feature was designed.<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
- features first widely deployed by the Windows Internet Explorer
- browser.<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.<div class="impl">
- <p>Special thanks and $10,000 to David Hyatt who came up with a
- broken implementation of the <a href="#adoptionAgency">adoption
- agency algorithm</a> that the editor had to reverse engineer and fix
- before using it in the parsing section.</p>
- </div><p>Thanks to the many sources that provided inspiration for the
- examples used in the specification.<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>
\ No newline at end of file
Received on Thursday, 7 July 2011 21:14:28 UTC