- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 18:47:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv1584/elements Modified Files: iframe.html img.html input.button.html input.checkbox.html input.color.html input.date.html input.datetime-local.html input.datetime.html input.email.html input.file.html input.hidden.html input.image.html input.month.html input.number.html input.password.html input.radio.html input.range.html input.reset.html input.search.html input.submit.html input.tel.html input.text.html input.time.html input.url.html input.week.html ins.html keygen.html label.html legend.html li.html link.html map.html menu.html meta.charset.html meta.http-equiv.content-language.html meta.http-equiv.content-type.html meta.http-equiv.default-style.html meta.http-equiv.refresh.html meta.name.html meter.html Log Message: checkpointing + added some DOM interfaces Index: legend.html =================================================================== RCS file: /sources/public/html5/markup/elements/legend.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- legend.html 31 Jan 2010 06:11:03 -0000 1.4 +++ legend.html 10 Feb 2010 18:47:41 -0000 1.5 @@ -8,4 +8,5 @@ element’s parent element.</p> </div> <div id="prose-model">Phrasing content</div> + <div id="dom-interface">HTMLLegendElement</div> </div> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/elements/link.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- link.html 8 Feb 2010 10:17:26 -0000 1.8 +++ link.html 10 Feb 2010 18:47:41 -0000 1.9 @@ -43,4 +43,5 @@ <dd>The sizes of icons for visual media.</dd> </dl> </div> + <div id="dom-interface">HTMLLIElement</div> </div> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.range.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.range.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.range.html 10 Feb 2010 18:47:40 -0000 1.6 @@ -32,4 +32,5 @@ <dd>A string representing a number.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.refresh.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- meta.http-equiv.refresh.html 31 Jan 2010 06:11:03 -0000 1.3 +++ meta.http-equiv.refresh.html 10 Feb 2010 18:47:41 -0000 1.4 @@ -36,4 +36,5 @@ </dd> </dl> </div> + <div id="dom-interface">HTMLMetaElement</div> </div> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/elements/map.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- map.html 1 Feb 2010 02:34:54 -0000 1.6 +++ map.html 10 Feb 2010 18:47:41 -0000 1.7 @@ -22,4 +22,5 @@ <a href="#map" class="element">map</a> element, both attributes must have the same value.</li> </ul> + <div id="dom-interface">HTMLMapElement</div> </div> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.file.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.file.html 29 Jan 2010 10:17:10 -0000 1.3 +++ input.file.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -23,4 +23,5 @@ server is able to accept.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.text.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.text.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.text.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -25,4 +25,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.radio.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.radio.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.radio.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -22,4 +22,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.checkbox.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.checkbox.html 29 Jan 2010 10:17:09 -0000 1.3 +++ input.checkbox.html 10 Feb 2010 18:47:39 -0000 1.4 @@ -21,4 +21,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.datetime-local.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.datetime-local.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.datetime-local.html 10 Feb 2010 18:47:39 -0000 1.6 @@ -33,4 +33,5 @@ <dd>A string representing a local date and time.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.reset.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.reset.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.reset.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -21,4 +21,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.week.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.week.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.week.html 10 Feb 2010 18:47:40 -0000 1.6 @@ -32,4 +32,5 @@ <dd>A string representing a week.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.tel.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.tel.html 3 Feb 2010 10:27:04 -0000 1.3 +++ input.tel.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -22,4 +22,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.email.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.email.html 3 Feb 2010 10:27:04 -0000 1.4 +++ input.email.html 10 Feb 2010 18:47:40 -0000 1.5 @@ -26,4 +26,5 @@ <dd>A list of e-mail addresses.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.month.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.month.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.month.html 10 Feb 2010 18:47:40 -0000 1.6 @@ -32,4 +32,5 @@ <dd>A string representing a month.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/elements/iframe.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- iframe.html 8 Feb 2010 10:17:26 -0000 1.7 +++ iframe.html 10 Feb 2010 18:47:39 -0000 1.8 @@ -49,4 +49,5 @@ pixels.</dd> </dl> </div> + <div id="dom-interface">HTMLIFrameElement</div> </div> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.color.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.color.html 3 Feb 2010 10:27:04 -0000 1.3 +++ input.color.html 10 Feb 2010 18:47:39 -0000 1.4 @@ -22,4 +22,5 @@ <dd>An string representing a simple color.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/elements/ins.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ins.html 31 Jan 2010 06:11:03 -0000 1.5 +++ ins.html 10 Feb 2010 18:47:40 -0000 1.6 @@ -18,4 +18,5 @@ <dd>The time and date when the text was added.</dd> </dl> </div> + <div id="dom-interface">HTMLModElement</div> </div> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/elements/label.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- label.html 31 Jan 2010 06:11:03 -0000 1.6 +++ label.html 10 Feb 2010 18:47:41 -0000 1.7 @@ -14,4 +14,5 @@ is a caption.</dd> </dl> </div> + <div id="dom-interface">HTMLLabelElement</div> </div> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.name.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- meta.name.html 1 Feb 2010 02:34:55 -0000 1.5 +++ meta.name.html 10 Feb 2010 18:47:41 -0000 1.6 @@ -57,4 +57,5 @@ href="http://wiki.whatwg.org/wiki/MetaExtensions" >MetaExtensions registration page</a>.</li> </ul> + <div id="dom-interface">HTMLMetaElement</div> </div> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.time.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.time.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.time.html 10 Feb 2010 18:47:40 -0000 1.6 @@ -33,4 +33,5 @@ information).</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.number.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.number.html 8 Feb 2010 10:17:26 -0000 1.6 +++ input.number.html 10 Feb 2010 18:47:40 -0000 1.7 @@ -32,4 +32,5 @@ <dd>A string representing a number.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.datetime.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.datetime.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.datetime.html 10 Feb 2010 18:47:39 -0000 1.6 @@ -33,4 +33,5 @@ <dd>A string representing a global date and time.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.content-type.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- meta.http-equiv.content-type.html 1 Feb 2010 02:34:55 -0000 1.5 +++ meta.http-equiv.content-type.html 10 Feb 2010 18:47:41 -0000 1.6 @@ -65,4 +65,5 @@ href="#meta.charset.attrs.charset">charset</a> attribute.</li> </ul> + <div id="dom-interface">HTMLMetaElement</div> </div> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.charset.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- meta.charset.html 7 Feb 2010 11:54:03 -0000 1.7 +++ meta.charset.html 10 Feb 2010 18:47:41 -0000 1.8 @@ -29,4 +29,5 @@ href="#encoding-declaration-state">encoding declaration state</a>.</li> </ul> + <div id="dom-interface">HTMLMetaElement</div> </div> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.password.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.password.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.password.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -22,4 +22,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.hidden.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.hidden.html 31 Jan 2010 06:11:01 -0000 1.3 +++ input.hidden.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -23,4 +23,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.content-language.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- meta.http-equiv.content-language.html 3 Feb 2010 10:27:04 -0000 1.3 +++ meta.http-equiv.content-language.html 10 Feb 2010 18:47:41 -0000 1.4 @@ -31,4 +31,5 @@ language.</dd> </dl> </div> + <div id="dom-interface">HTMLMetaElement</div> </div> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.submit.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.submit.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.submit.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -21,4 +21,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.default-style.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- meta.http-equiv.default-style.html 31 Jan 2010 06:11:03 -0000 1.5 +++ meta.http-equiv.default-style.html 10 Feb 2010 18:47:41 -0000 1.6 @@ -38,4 +38,5 @@ </dd> </dl> </div> + <div id="dom-interface">HTMLMetaElement</div> </div> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.date.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.date.html 8 Feb 2010 10:17:26 -0000 1.5 +++ input.date.html 10 Feb 2010 18:47:39 -0000 1.6 @@ -32,4 +32,5 @@ <dd>A string representing a date.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/elements/keygen.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- keygen.html 3 Feb 2010 10:27:04 -0000 1.3 +++ keygen.html 10 Feb 2010 18:47:41 -0000 1.4 @@ -18,4 +18,5 @@ <dd>The type of key generated.</dd> </dl> </div> + <div id="dom-interface">HTMLKeygenElement</div> </div> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.search.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.search.html 3 Feb 2010 10:27:04 -0000 1.4 +++ input.search.html 10 Feb 2010 18:47:40 -0000 1.5 @@ -23,4 +23,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/elements/img.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- img.html 8 Feb 2010 10:17:26 -0000 1.9 +++ img.html 10 Feb 2010 18:47:39 -0000 1.10 @@ -44,4 +44,5 @@ element represents a borderless image.</dd> </dl> </div> + <div id="dom-interface">HTMLImageElement</div> </div> Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/elements/meter.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- meter.html 3 Feb 2010 10:27:04 -0000 1.8 +++ meter.html 10 Feb 2010 18:47:41 -0000 1.9 @@ -36,6 +36,7 @@ meter.</dd> </dl> </div> + <div id="dom-interface">HTMLMeterElement</div> <!-- examples: gauges showing disk usage, the relevance of a query result, or the fraction of a voting population to have selected a particular Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.url.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.url.html 3 Feb 2010 10:27:04 -0000 1.4 +++ input.url.html 10 Feb 2010 18:47:40 -0000 1.5 @@ -22,4 +22,5 @@ <dd>An absolute URL.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/elements/li.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- li.html 7 Feb 2010 11:54:03 -0000 1.7 +++ li.html 10 Feb 2010 18:47:41 -0000 1.8 @@ -34,4 +34,5 @@ followed by another <code><a href="#li">li</a></code> element or if there is no more content in the parent element.</p> </div> + <div id="dom-interface">HTMLLIElement</div> </div> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.button.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.button.html 29 Jan 2010 10:17:09 -0000 1.3 +++ input.button.html 10 Feb 2010 18:47:39 -0000 1.4 @@ -21,4 +21,5 @@ class="element">input</a> element.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/elements/menu.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- menu.html 8 Feb 2010 10:17:26 -0000 1.8 +++ menu.html 10 Feb 2010 18:47:41 -0000 1.9 @@ -36,4 +36,5 @@ <dd>The label of the menu.</dd> </dl> </div> + <div id="dom-interface">HTMLMenuElement</div> </div> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.image.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.image.html 31 Jan 2010 06:11:01 -0000 1.3 +++ input.image.html 10 Feb 2010 18:47:40 -0000 1.4 @@ -41,4 +41,5 @@ <dd>The height of the image, in CSS pixels.</dd> </dl> </div> + <div id="dom-interface">HTMLInputElement</div> </div>
Received on Wednesday, 10 February 2010 18:47:46 UTC