- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 12:49:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv25525/elements Modified Files: a.html area.html audio.html base.html blockquote.html body.html br.html button.button.html button.reset.html button.submit.html canvas.html caption.html col.html colgroup.html command.checkbox.html command.command.html command.radio.html datalist.html del.html details.html div.html dl.html embed.html fieldset.html form.html h1.html h2.html h3.html h4.html h5.html h6.html head.html hr.html html.html Log Message: checkpointing + added some DOM interfaces Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/elements/h2.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h2.html 29 Jan 2010 04:24:13 -0000 1.4 +++ h2.html 10 Feb 2010 12:49:08 -0000 1.5 @@ -1,10 +1,11 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 1)</div> + <div id="shortdesc">heading</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLHeadingElement</div> </div> Index: body.html =================================================================== RCS file: /sources/public/html5/markup/elements/body.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- body.html 29 Jan 2010 02:30:51 -0000 1.5 +++ body.html 10 Feb 2010 12:48:54 -0000 1.6 @@ -24,5 +24,6 @@ title="syntax-comments">comment</a> and the element is either not empty or its <span title="syntax-start-tag">start tag</span> has not been omitted.</p> - </div> + </div> + <div id="dom-interface">HTMLBodyElement</div> </div> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/elements/head.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- head.html 29 Jan 2010 04:24:13 -0000 1.6 +++ head.html 10 Feb 2010 12:49:09 -0000 1.7 @@ -28,4 +28,5 @@ or a <a href="#comments" title="syntax-comments">comment</a>.</p> </div> + <div id="dom-interface">HTMLHeadElement</div> </div> Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/elements/h6.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h6.html 29 Jan 2010 04:24:13 -0000 1.4 +++ h6.html 10 Feb 2010 12:49:09 -0000 1.5 @@ -1,10 +1,11 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 1)</div> + <div id="shortdesc">heading</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLHeadingElement</div> </div> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.button.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- button.button.html 29 Jan 2010 02:30:54 -0000 1.5 +++ button.button.html 10 Feb 2010 12:49:07 -0000 1.6 @@ -21,4 +21,5 @@ this button for the purposes of form submission.</dd> </dl> </div> + <div id="dom-interface">HTMLButtonElement</div> </div> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/elements/form.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- form.html 8 Feb 2010 10:17:26 -0000 1.7 +++ form.html 10 Feb 2010 12:49:08 -0000 1.8 @@ -45,4 +45,5 @@ this element for form submission.</dd> </dl> </div> + <div id="dom-interface">HTMLFormElement</div> </div> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/elements/area.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- area.html 7 Feb 2010 11:54:03 -0000 1.9 +++ area.html 10 Feb 2010 12:48:54 -0000 1.10 @@ -90,4 +90,5 @@ entire image.</dd> </dl> </div> + <div id="dom-interface">HTMLAreaElement</div> </div> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.checkbox.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- command.checkbox.html 3 Feb 2010 10:27:03 -0000 1.6 +++ command.checkbox.html 10 Feb 2010 12:49:07 -0000 1.7 @@ -33,4 +33,5 @@ available.</dd> </dl> </div> + <div id="dom-interface">HTMLCommandElement</div> </div> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- a.html 8 Feb 2010 06:49:35 -0000 1.15 +++ a.html 10 Feb 2010 12:48:54 -0000 1.16 @@ -67,6 +67,7 @@ with the name given by the value of this attribute.</dd> </dl> </div> + <div id="dom-interface">HTMLAnchorElement</div> <div id="details"> <p>If the <a href="#contents">contents</a> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/elements/del.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- del.html 29 Jan 2010 03:43:03 -0000 1.6 +++ del.html 10 Feb 2010 12:49:08 -0000 1.7 @@ -18,4 +18,5 @@ <dd>The time and date when the text was deleted.</dd> </dl> </div> + <div id="dom-interface">HTMLModElement</div> </div> Index: br.html =================================================================== RCS file: /sources/public/html5/markup/elements/br.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- br.html 29 Jan 2010 02:30:52 -0000 1.5 +++ br.html 10 Feb 2010 12:48:55 -0000 1.6 @@ -6,4 +6,5 @@ a line break.</p> </div> <div id="prose-model">Empty</div> + <div id="dom-interface">HTMLBRElement</div> </div> Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/elements/h4.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h4.html 29 Jan 2010 04:24:13 -0000 1.4 +++ h4.html 10 Feb 2010 12:49:09 -0000 1.5 @@ -1,10 +1,11 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 1)</div> + <div id="shortdesc">heading</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLHeadingElement</div> </div> Index: div.html =================================================================== RCS file: /sources/public/html5/markup/elements/div.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- div.html 29 Jan 2010 03:43:03 -0000 1.5 +++ div.html 10 Feb 2010 12:49:08 -0000 1.6 @@ -17,4 +17,5 @@ <a href="#common.attrs.title">title</a> to add additional semantics and structure to flow content.</p> </div> + <div id="dom-interface">HTMLDivElement</div> </div> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/colgroup.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- colgroup.html 29 Jan 2010 02:56:21 -0000 1.7 +++ colgroup.html 10 Feb 2010 12:49:07 -0000 1.8 @@ -38,4 +38,5 @@ immediately followed by a <a href="#space">space character</a> or a <a href="#comments" title="syntax-comments">comment</a>.</p> </div> + <div id="dom-interface">HTMLTableColElement</div> </div> Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/elements/dl.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- dl.html 29 Jan 2010 04:24:13 -0000 1.8 +++ dl.html 10 Feb 2010 12:49:08 -0000 1.9 @@ -28,4 +28,5 @@ (the contents of <a href="#dd" class="element">dd</a> elements).</p> </div> + <div id="dom-interface">HTMLDListElement</div> </div> Index: col.html =================================================================== RCS file: /sources/public/html5/markup/elements/col.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- col.html 29 Jan 2010 02:51:40 -0000 1.5 +++ col.html 10 Feb 2010 12:49:07 -0000 1.6 @@ -16,4 +16,5 @@ spans.</dd> </dl> </div> + <div id="dom-interface">HTMLTableSectionElement</div> </div> Index: hr.html =================================================================== RCS file: /sources/public/html5/markup/elements/hr.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- hr.html 3 Feb 2010 10:27:04 -0000 1.7 +++ hr.html 10 Feb 2010 12:49:09 -0000 1.8 @@ -12,4 +12,5 @@ transition to another topic within a section of a reference book.</p> </div> + <div id="dom-interface">HTMLHRElement</div> </div> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.radio.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- command.radio.html 3 Feb 2010 10:27:04 -0000 1.6 +++ command.radio.html 10 Feb 2010 12:49:07 -0000 1.7 @@ -38,4 +38,5 @@ available.</dd> </dl> </div> + <div id="dom-interface">HTMLCommandElement</div> </div> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/elements/html.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- html.html 7 Feb 2010 11:54:03 -0000 1.10 +++ html.html 10 Feb 2010 12:49:09 -0000 1.11 @@ -35,4 +35,5 @@ empty or whose <span title="syntax-start-tag">start tag</span> has not been omitted.</p> </div> + <div id="dom-interface">HTMLHtmlElement</div> </div> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.reset.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- button.reset.html 29 Jan 2010 02:30:54 -0000 1.5 +++ button.reset.html 10 Feb 2010 12:49:07 -0000 1.6 @@ -21,4 +21,5 @@ this button for the purposes of form submission.</dd> </dl> </div> + <div id="dom-interface">HTMLButtonElement</div> </div> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/elements/embed.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- embed.html 29 Jan 2010 04:11:58 -0000 1.6 +++ embed.html 10 Feb 2010 12:49:08 -0000 1.7 @@ -32,4 +32,5 @@ third-party plugin as a handler (rather than being natively supported by the UA).</p> </div> + <div id="dom-interface">HTMLEmbedElement</div> </div> Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/elements/h5.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h5.html 29 Jan 2010 04:24:13 -0000 1.4 +++ h5.html 10 Feb 2010 12:49:09 -0000 1.5 @@ -1,10 +1,11 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 1)</div> + <div id="shortdesc">heading</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLHeadingElement</div> </div> Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/elements/blockquote.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- blockquote.html 29 Jan 2010 02:30:51 -0000 1.6 +++ blockquote.html 10 Feb 2010 12:48:54 -0000 1.7 @@ -13,4 +13,5 @@ <dd>A URL referencing the original source for the quoted material.</dd> </dl> </div> + <div id="dom-interface">HTMLQuoteElement</div> </div> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.command.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- command.command.html 3 Feb 2010 10:27:03 -0000 1.6 +++ command.command.html 10 Feb 2010 12:49:07 -0000 1.7 @@ -29,4 +29,5 @@ available.</dd> </dl> </div> + <div id="dom-interface">HTMLCommandElement</div> </div> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/elements/audio.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- audio.html 3 Feb 2010 10:27:03 -0000 1.9 +++ audio.html 10 Feb 2010 12:48:54 -0000 1.10 @@ -44,4 +44,5 @@ audio stream upon reaching the end.</dd> </dl> </div> + <div id="dom-interface">HTMLAudioElement</div> </div> Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/elements/canvas.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- canvas.html 3 Feb 2010 10:27:03 -0000 1.5 +++ canvas.html 10 Feb 2010 12:49:07 -0000 1.6 @@ -18,4 +18,5 @@ <dd>The height of the canvas, in CSS pixels.</dd> </dl> </div> + <div id="dom-interface">HTMLCanvasElement</div> </div> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.submit.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- button.submit.html 29 Jan 2010 02:30:54 -0000 1.5 +++ button.submit.html 10 Feb 2010 12:49:07 -0000 1.6 @@ -21,4 +21,5 @@ this button for the purposes of form submission.</dd> </dl> </div> + <div id="dom-interface">HTMLButtonElement</div> </div> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/elements/fieldset.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- fieldset.html 29 Jan 2010 04:24:13 -0000 1.5 +++ fieldset.html 10 Feb 2010 12:49:08 -0000 1.6 @@ -14,4 +14,5 @@ <a href="#normal-character-data">normal character data</a> </p> </div> + <div id="dom-interface">HTMLFieldSetElement</div> </div> Index: datalist.html =================================================================== RCS file: /sources/public/html5/markup/elements/datalist.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- datalist.html 3 Feb 2010 10:27:04 -0000 1.6 +++ datalist.html 10 Feb 2010 12:49:08 -0000 1.7 @@ -25,4 +25,5 @@ <a href="#option" class="element">option</a> elements that represent the predefined options.</p> </div> + <div id="dom-interface">HTMLDataListElement</div> </div> Index: h1.html =================================================================== RCS file: /sources/public/html5/markup/elements/h1.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h1.html 29 Jan 2010 04:24:13 -0000 1.4 +++ h1.html 10 Feb 2010 12:49:08 -0000 1.5 @@ -1,10 +1,11 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 1)</div> + <div id="shortdesc">heading</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLHeadingElement</div> </div> Index: details.html =================================================================== RCS file: /sources/public/html5/markup/elements/details.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- details.html 3 Feb 2010 10:27:04 -0000 1.5 +++ details.html 10 Feb 2010 12:49:08 -0000 1.6 @@ -23,4 +23,5 @@ should be shown to the user.</dd> </dl> </div> + <div id="dom-interface">HTMLDetailsElement</div> </div> Index: caption.html =================================================================== RCS file: /sources/public/html5/markup/elements/caption.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- caption.html 29 Jan 2010 02:30:54 -0000 1.4 +++ caption.html 10 Feb 2010 12:49:07 -0000 1.5 @@ -7,4 +7,5 @@ represents the title of the <a href="#table" class="element">table</a> that is its parent.</p> </div> + <div id="dom-interface">HTMLTableCaptionElement</div> </div> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/elements/base.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- base.html 7 Feb 2010 11:54:03 -0000 1.9 +++ base.html 10 Feb 2010 12:48:54 -0000 1.10 @@ -20,4 +20,5 @@ keyword for use in following hyperlinks.</dd> </dl> </div> + <div id="dom-interface">HTMLBaseElement</div> </div> Index: h3.html =================================================================== RCS file: /sources/public/html5/markup/elements/h3.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- h3.html 29 Jan 2010 04:24:13 -0000 1.4 +++ h3.html 10 Feb 2010 12:49:09 -0000 1.5 @@ -1,10 +1,11 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> - <div id="shortdesc">heading (level 1)</div> + <div id="shortdesc">heading</div> <div id="longdesc"> <p>The <a href="#h1" class="element">h1</a> through <a href="#h6" class="element">h6</a> elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLHeadingElement</div> </div>
Received on Wednesday, 10 February 2010 12:49:13 UTC