- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Oct 2012 12:01:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author/utils
In directory hutz:/tmp/cvs-serv22645/utils
Modified Files:
elementdesc.txt elements.html
Log Message:
Typo
Index: elementdesc.txt
===================================================================
RCS file: /sources/public/html5/html-author/utils/elementdesc.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- elementdesc.txt 23 Mar 2009 17:14:11 -0000 1.10
+++ elementdesc.txt 24 Oct 2012 12:00:58 -0000 1.11
@@ -159,6 +159,14 @@
status=active
html4=strict
+[hgroup]
+desc=The <code>hgroup</code> element represents the heading of a section. The element is used to group a set of <code>h1</code>–<code>h6</code> elements when the heading has multiple levels, such as subheadings, alternative titles, or taglines.
+meaning=Heading group
+start=required
+end=required
+status=active
+html4=none
+
[header]
desc=The <code>header</code> element represents the header of a section, typically containing headings and subheadings, and other metadata about the section.
meaning=Section header
@@ -752,6 +760,14 @@
status=active
html4=strict
+[keygen]
+desc=The <code>keygen</code> element represents a key pair generator control.
+meaning=Key generator
+start=required
+end=empty
+status=active
+html4=none
+
[output]
desc=The <code>output</code> element represents the result of a calculation.
meaning=Output control
@@ -800,6 +816,14 @@
status=active
html4=transitional
+[device]
+desc=The device element represents a device selector, to allow the user to give the page access to a device, for example a video camera.
+meaning=Device selector
+start=required
+end=empty
+status=active
+html4=none
+
[legend]
desc=The <code>legend</code> element represents a title or explanatory caption for the rest of the contents of the <code>legend</code> element’s parent element.
meaning=Explanatory title or caption
Index: elements.html
===================================================================
RCS file: /sources/public/html5/html-author/utils/elements.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- elements.html 11 Mar 2009 15:22:44 -0000 1.3
+++ elements.html 24 Oct 2012 12:00:58 -0000 1.4
@@ -30,7 +30,9 @@
<ul><li><span>Global attributes</span></li><li><code title="attr-html-manifest">manifest</code></li></ul></div>
<div class="dom">
<h3 class="no-num no-toc">DOM Interface</h3>
- <ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
+ <ul><li>
+ <pre class="idl">interface <dfn>HTMLHtmlElement</dfn> : <span>HTMLElement</span> {};</pre>
+ </li></ul></div>
</div>
</div>
</div>
@@ -67,7 +69,9 @@
[...1889 lines suppressed...]
- <th>Contained By:</th>
- <td><ul><li>Where <span>flow content</span> is expected.</li></ul></td>
- </tr>
- <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>
+ </li></ul></div>
</div>
</div>
</div>
Received on Wednesday, 24 October 2012 12:01:01 UTC