- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2012 19:34:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16561 Modified Files: Overview.html Log Message: Add ellipse support to canvas. (whatwg r7025) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5607 retrieving revision 1.5608 diff -u -d -r1.5607 -r1.5608 --- Overview.html 7 Mar 2012 00:40:57 -0000 1.5607 +++ Overview.html 13 Mar 2012 19:34:02 -0000 1.5608 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US-x-Hixie"><title>HTML5</title><style type="text/css"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><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; } @@ -192,7 +192,43 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><style type="text/css"> + .stability { [...26687 lines suppressed...] 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, + </div> + + <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> + + + + +
Received on Tuesday, 13 March 2012 19:34:14 UTC