- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 01 Feb 2009 22:09:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv19900
Modified Files:
Overview.html Overview.src.html
Log Message:
Re-added category descriptions from older draft
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html 1 Feb 2009 21:52:11 -0000 1.27
+++ Overview.html 1 Feb 2009 22:09:03 -0000 1.28
@@ -131,106 +131,118 @@
<li><a href=#html><span class=secno>3.1 </span>HTML</a></li></ol></li>
<li><a href=#the-html-vocabulary-and-apis><span class=secno>4 </span>The HTML Vocabulary and APIs</a>
<ol class=toc>
- <li><a href=#the-html-element><span class=secno>4.1 </span>The <code>html</code> element</a></li>
- <li><a href=#the-head-element><span class=secno>4.2 </span>The <code>head</code> element</a></li>
- <li><a href=#the-title-element><span class=secno>4.3 </span>The <code>title</code> element</a></li>
- <li><a href=#the-base-element><span class=secno>4.4 </span>The <code>base</code> element</a></li>
- <li><a href=#the-link-element><span class=secno>4.5 </span>The <code>link</code> element</a></li>
- <li><a href=#the-meta-element><span class=secno>4.6 </span>The <code>meta</code> element</a></li>
- <li><a href=#the-style-element><span class=secno>4.7 </span>The <code>style</code> element</a></li>
- <li><a href=#the-script-element><span class=secno>4.8 </span>The <code>script</code> element</a></li>
[...7669 lines suppressed...]
- <ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
+ <div class=properties>
+ <div class=attributes>
+ <h5 class="no-num no-toc" id=attributes-95>Attributes</h5>
+ <ul><li><span>Global attributes</span></li></ul></div>
+ <div class=dom>
+ <h5 class="no-num no-toc" id=dom-interface-95>DOM Interface</h5>
+ <ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
+ </div>
</div>
</div>
- </div>
-
+ </section>
</section>
-
<section>
<h2 id=how-to-read-this-guide><span class=secno>5 </span>How to Read This Guide</h2>
<p class=issue>This section needs major revision and may be dropped.</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.src.html 1 Feb 2009 21:52:12 -0000 1.28
+++ Overview.src.html 1 Feb 2009 22:09:03 -0000 1.29
@@ -284,3892 +284,4010 @@
for now. Attributes will likely be accompanied by brief descriptions
within the summary box, in addition to fuller descriptions and examples
afterwards.</p>
- <div class=element>
- <h2>The <dfn><code>html</code></dfn> element</h2>
- <div class=summary>
- <p class=desc></p>
- <dl class=html-tags>
- <dt>Start tag:</dt> <dd></dd>
- <dt>End tag:</dt> <dd></dd>
[...7450 lines suppressed...]
- <ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
+ <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>
- </div>
-
+ </section>
</section>
-
<section>
<h1>How to Read This Guide</h1>
<p class=issue>This section needs major revision and may be dropped.</p>
Received on Sunday, 1 February 2009 22:09:14 UTC