- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 01 Feb 2009 21:49:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv15715
Modified Files:
Overview.html Overview.src.html
Log Message:
Add initial element summaries
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.html 29 Jan 2009 16:43:31 -0000 1.25
+++ Overview.html 1 Feb 2009 21:49:04 -0000 1.26
@@ -2,10 +2,27 @@
<meta charset=UTF-8>
<title>HTML 5 Reference</title>
<style type=text/css>
- .element { margin: 1em 0 ; padding: 0 0 0.25em; }
+ .element { margin: 1em 0; }
+ .element .summary { background: #EFE; padding: 1px 0; border: solid #9F9; border-width: 0 3px 3px; position: relative; }
- .summary { background: #EFE; padding: .5em 0 .5em 2em; border-left: 3px solid #9F9; }
- .summary dt { margin: .5em 0 .25em;}
+ .element h1, .element h2, .element h3,
+ .element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .2em 0 0 .2em; }
[...4097 lines suppressed...]
+ <ul><li><span>Global attributes</span></li></ul></div>
+ <div class=dom>
+ <h4 class="no-num no-toc" id=dom-interface-95>DOM Interface</h4>
+ <ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
+ </div>
+ </div>
+ </div>
+
</section>
@@ -337,7 +4352,7 @@
<section>
- <h5 id=attributes><span class=secno>5.1.2.1 </span>Attributes</h5>
+ <h5 id=attributes-96><span class=secno>5.1.2.1 </span>Attributes</h5>
<p>Unless explicitly stated otherwise for a specific purpose, all attribute
values in examples are quoted using double quotes. In HTML examples,
boolean attributes are written in their minimised form and in XHTML
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.src.html 29 Jan 2009 16:43:31 -0000 1.26
+++ Overview.src.html 1 Feb 2009 21:49:04 -0000 1.27
@@ -4,10 +4,27 @@
<meta charset="UTF-8">
<title>HTML 5 Reference</title>
<style type="text/css">
- .element { margin: 1em 0 ; padding: 0 0 0.25em; }
+ .element { margin: 1em 0; }
+ .element .summary { background: #EFE; padding: 1px 0; border: solid #9F9; border-width: 0 3px 3px; position: relative; }
- .summary { background: #EFE; padding: .5em 0 .5em 2em; border-left: 3px solid #9F9; }
- .summary dt { margin: .5em 0 .25em;}
+ .element h1, .element h2, .element h3,
+ .element h4, .element h5, .element h6 { background: #9F9; margin: 0; padding: .2em 0 0 .2em; }
[...3955 lines suppressed...]
+ <tr>
+ <th>Content Model:</th>
+ <td><ul><li><span>Flow content</span>.</li></ul></td>
+ </tr>
+ </tbody></table>
+
+ <div class=properties>
+ <div class=attributes>
+ <h3 class="no-num no-toc">Attributes</h3>
+ <ul><li><span>Global attributes</span></li></ul></div>
+ <div class=dom>
+ <h3 class="no-num no-toc">DOM Interface</h3>
+ <ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
+ </div>
+ </div>
+ </div>
+
</section>
Received on Sunday, 1 February 2009 21:49:17 UTC