- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Mar 2009 19:32:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3885
Modified Files:
Overview.html
Log Message:
Extract Web Sockets, Event Source, and Web Storage out of HTML5. (whatwg r2877)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2049
retrieving revision 1.2050
diff -u -d -r1.2049 -r1.2050
--- Overview.html 18 Mar 2009 06:50:02 -0000 1.2049
+++ Overview.html 18 Mar 2009 19:32:29 -0000 1.2050
@@ -1,11 +1,145 @@
<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><title>HTML 5</title><style type=text/css>
- .note { color: green; background: transparent; }
- .example { font-style: italic; }
- .idl { color: black; background: silver; }
- .XXX { color: red; background: transparent; }
- .warning { color: yellow; background: maroon; }
- .bad { color: gray; }
- .bad.XXX { color: red; }
+ pre { margin-left: 2em; white-space: pre-wrap; }
+ h2 { margin: 3em 0 1em 0; }
+ h3 { margin: 2.5em 0 1em 0; }
[...2825 lines suppressed...]
<p>In general, user agents are expected to support CSS, and many of
the suggestions in this section are expressed in CSS terms. User
@@ -56340,7 +54385,7 @@
<h3 id=the-css-user-agent-style-sheet-and-presentational-hints><span class=secno>10.2 </span>The CSS user agent style sheet and presentational hints</h3>
- <h4 id=introduction-11><span class=secno>10.2.1 </span>Introduction</h4>
+ <h4 id=introduction-8><span class=secno>10.2.1 </span>Introduction</h4>
<p>The CSS rules given in these subsections are, unless otherwise
specified, expected to be used as part of the user-agent level style
@@ -57511,7 +55556,7 @@
<h3 id=bindings><span class=secno>10.4 </span>Bindings</h3>
- <h4 id=introduction-12><span class=secno>10.4.1 </span>Introduction</h4>
+ <h4 id=introduction-9><span class=secno>10.4.1 </span>Introduction</h4>
<p>A number of elements have their rendering defined in terms of the
'binding' property. <a href=#references>[BECSS]</a></p>
Received on Wednesday, 18 March 2009 19:32:45 UTC