- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 13:14:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv30726 Modified Files: abbr.html address.html article.html aside.html b.html bdo.html cite.html code.html dd.html dfn.html dt.html em.html figcaption.html figure.html footer.html header.html hgroup.html i.html 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 kbd.html keygen.html label.html legend.html li.html link.html map.html mark.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 nav.html noscript.html object.html ol.html optgroup.html option.html output.html p.html param.html pre.html progress.html q.html rp.html rt.html ruby.html samp.html script.html section.html select.html small.html source.html span.html spec.html strong.html style.css style.html sub.html summary.html sup.html table.html tbody.html td.html textarea.html tfoot.html th.html thead.html time.html title.html tr.html ul.html var.html video.html Log Message: checkpointing + added some DOM interfaces Index: legend.html =================================================================== RCS file: /sources/public/html5/markup/legend.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- legend.html 10 Feb 2010 12:48:52 -0000 1.34 +++ legend.html 10 Feb 2010 13:13:58 -0000 1.35 @@ -48,7 +48,7 @@ </div> <div class="no-number no-toc" id="legend-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="legend-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#legend-display">#</a></h2> Index: address.html =================================================================== RCS file: /sources/public/html5/markup/address.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- address.html 10 Feb 2010 12:48:50 -0000 1.36 +++ address.html 10 Feb 2010 13:13:57 -0000 1.37 @@ -65,7 +65,7 @@ represents contact information for that section only.</p> </div></div><div class="no-number no-toc" id="address-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#address-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="address-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#address-display">#</a></h2> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/th.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- th.html 10 Feb 2010 12:48:54 -0000 1.42 +++ th.html 10 Feb 2010 13:14:00 -0000 1.43 @@ -135,7 +135,7 @@ </div> <div class="no-number no-toc" id="th-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#th-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="th-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#th-display">#</a></h2> Index: mark.html =================================================================== RCS file: /sources/public/html5/markup/mark.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- mark.html 10 Feb 2010 12:48:52 -0000 1.35 +++ mark.html 10 Feb 2010 13:13:58 -0000 1.36 @@ -49,7 +49,7 @@ </div> <div class="no-number no-toc" id="mark-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#mark-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.email.html 10 Feb 2010 12:48:52 -0000 1.38 +++ input.email.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -108,7 +108,7 @@ </div> <div class="no-number no-toc" id="input.email-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: tr.html =================================================================== RCS file: /sources/public/html5/markup/tr.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- tr.html 10 Feb 2010 12:48:54 -0000 1.32 +++ tr.html 10 Feb 2010 13:14:00 -0000 1.33 @@ -73,7 +73,7 @@ </div> <div class="no-number no-toc" id="tr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#tr-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="tr-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tr-display">#</a></h2> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.month.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.month.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -112,7 +112,7 @@ </div> <div class="no-number no-toc" id="input.month-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- iframe.html 10 Feb 2010 12:48:51 -0000 1.47 +++ iframe.html 10 Feb 2010 13:13:57 -0000 1.48 @@ -127,7 +127,7 @@ </div> <div class="no-number no-toc" id="iframe-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="iframe-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#iframe-display">#</a></h2> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- ins.html 10 Feb 2010 12:48:52 -0000 1.38 +++ ins.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -65,7 +65,7 @@ </div> <div class="no-number no-toc" id="ins-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="ins-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ins-display">#</a></h2> Index: abbr.html =================================================================== RCS file: /sources/public/html5/markup/abbr.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- abbr.html 10 Feb 2010 12:48:49 -0000 1.34 +++ abbr.html 10 Feb 2010 13:13:57 -0000 1.35 @@ -54,7 +54,7 @@ expansion of the abbreviation or acronym.</p> </div></div><div class="no-number no-toc" id="abbr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#abbr-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- meta.name.html 10 Feb 2010 12:48:53 -0000 1.36 +++ meta.name.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -59,7 +59,7 @@ </div> <div class="no-number no-toc" id="meta.name-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: table.html =================================================================== RCS file: /sources/public/html5/markup/table.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- table.html 10 Feb 2010 12:48:54 -0000 1.38 +++ table.html 10 Feb 2010 13:14:00 -0000 1.39 @@ -99,7 +99,7 @@ </div> <div class="no-number no-toc" id="table-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#table-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="table-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#table-display">#</a></h2> Index: nav.html =================================================================== RCS file: /sources/public/html5/markup/nav.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- nav.html 10 Feb 2010 12:48:53 -0000 1.40 +++ nav.html 10 Feb 2010 13:13:59 -0000 1.41 @@ -67,7 +67,7 @@ appropriate in such cases.</p> </div></div><div class="no-number no-toc" id="nav-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#nav-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="nav-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#nav-display">#</a></h2> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- meta.http-equiv.content-type.html 10 Feb 2010 12:48:52 -0000 1.40 +++ meta.http-equiv.content-type.html 10 Feb 2010 13:13:58 -0000 1.41 @@ -95,7 +95,7 @@ <dfn id="encoding-declaration-state" title="encoding-declaration-state">encoding declaration state</dfn>.</p> </div></div><div class="no-number no-toc" id="meta.http-equiv.content-type-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: footer.html =================================================================== RCS file: /sources/public/html5/markup/footer.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- footer.html 10 Feb 2010 12:48:51 -0000 1.38 +++ footer.html 10 Feb 2010 13:13:57 -0000 1.39 @@ -68,7 +68,7 @@ data, and the like.</p> </div></div><div class="no-number no-toc" id="footer-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#footer-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="footer-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#footer-display">#</a></h2> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- meta.http-equiv.content-language.html 10 Feb 2010 12:48:52 -0000 1.35 +++ meta.http-equiv.content-language.html 10 Feb 2010 13:13:58 -0000 1.36 @@ -82,7 +82,7 @@ </div> <div class="no-number no-toc" id="meta.http-equiv.content-language-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- script.html 10 Feb 2010 12:48:53 -0000 1.48 +++ script.html 10 Feb 2010 13:13:59 -0000 1.49 @@ -109,7 +109,7 @@ </div> <div class="no-number no-toc" id="script-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#script-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="script-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#script-display">#</a></h2> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.range.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.range.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -110,7 +110,7 @@ </div> <div class="no-number no-toc" id="input.range-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- time.html 10 Feb 2010 12:48:54 -0000 1.39 +++ time.html 10 Feb 2010 13:14:00 -0000 1.40 @@ -92,7 +92,7 @@ datatype.</p> </div></div><div class="no-number no-toc" id="time-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#time-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- meta.http-equiv.default-style.html 10 Feb 2010 12:48:53 -0000 1.37 +++ meta.http-equiv.default-style.html 10 Feb 2010 13:13:59 -0000 1.38 @@ -75,7 +75,7 @@ </div> <div class="no-number no-toc" id="meta.http-equiv.default-style-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- keygen.html 10 Feb 2010 12:48:52 -0000 1.38 +++ keygen.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -78,7 +78,7 @@ </div> <div class="no-number no-toc" id="keygen-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/progress.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- progress.html 10 Feb 2010 12:48:53 -0000 1.39 +++ progress.html 10 Feb 2010 13:13:59 -0000 1.40 @@ -79,7 +79,7 @@ </div> <div class="no-number no-toc" id="progress-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#progress-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: dfn.html =================================================================== RCS file: /sources/public/html5/markup/dfn.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- dfn.html 10 Feb 2010 12:48:50 -0000 1.35 +++ dfn.html 10 Feb 2010 13:13:57 -0000 1.36 @@ -56,7 +56,7 @@ </div> <div class="no-number no-toc" id="dfn-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#dfn-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- textarea.html 10 Feb 2010 12:48:54 -0000 1.39 +++ textarea.html 10 Feb 2010 13:14:00 -0000 1.40 @@ -108,7 +108,7 @@ element represent the control’s default value.</p> </div></div><div class="no-number no-toc" id="textarea-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#textarea-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: cite.html =================================================================== RCS file: /sources/public/html5/markup/cite.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- cite.html 10 Feb 2010 12:48:50 -0000 1.33 +++ cite.html 10 Feb 2010 13:13:57 -0000 1.34 @@ -49,7 +49,7 @@ </div> <div class="no-number no-toc" id="cite-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#cite-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="cite-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#cite-display">#</a></h2> Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/meter.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- meter.html 10 Feb 2010 12:48:53 -0000 1.40 +++ meter.html 10 Feb 2010 13:13:59 -0000 1.41 @@ -159,7 +159,7 @@ </div> <div class="no-number no-toc" id="meter-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- input.button.html 10 Feb 2010 12:48:51 -0000 1.36 +++ input.button.html 10 Feb 2010 13:13:57 -0000 1.37 @@ -89,7 +89,7 @@ </div> <div class="no-number no-toc" id="input.button-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: aside.html =================================================================== RCS file: /sources/public/html5/markup/aside.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- aside.html 10 Feb 2010 12:48:50 -0000 1.39 +++ aside.html 10 Feb 2010 13:13:57 -0000 1.40 @@ -64,7 +64,7 @@ formatted as a sidebar or annotation or footnote.</p> </div></div><div class="no-number no-toc" id="aside-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#aside-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="aside-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#aside-display">#</a></h2> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/section.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- section.html 10 Feb 2010 12:48:53 -0000 1.42 +++ section.html 10 Feb 2010 13:13:59 -0000 1.43 @@ -58,7 +58,7 @@ </div> <div class="no-number no-toc" id="section-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#section-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="section-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#section-display">#</a></h2> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- link.html 10 Feb 2010 12:48:52 -0000 1.40 +++ link.html 10 Feb 2010 13:13:58 -0000 1.41 @@ -123,7 +123,7 @@ </div> <div class="no-number no-toc" id="link-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="link-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#link-display">#</a></h2> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- meta.http-equiv.refresh.html 10 Feb 2010 12:48:53 -0000 1.35 +++ meta.http-equiv.refresh.html 10 Feb 2010 13:13:59 -0000 1.36 @@ -79,7 +79,7 @@ </div> <div class="no-number no-toc" id="meta.http-equiv.refresh-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.text.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.text.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -97,7 +97,7 @@ </div> <div class="no-number no-toc" id="input.text-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: samp.html =================================================================== RCS file: /sources/public/html5/markup/samp.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- samp.html 10 Feb 2010 12:48:53 -0000 1.34 +++ samp.html 10 Feb 2010 13:13:59 -0000 1.35 @@ -48,7 +48,7 @@ </div> <div class="no-number no-toc" id="samp-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#samp-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="samp-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#samp-display">#</a></h2> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- input.checkbox.html 10 Feb 2010 12:48:51 -0000 1.36 +++ input.checkbox.html 10 Feb 2010 13:13:58 -0000 1.37 @@ -91,7 +91,7 @@ </div> <div class="no-number no-toc" id="input.checkbox-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- object.html 10 Feb 2010 12:48:53 -0000 1.45 +++ object.html 10 Feb 2010 13:13:59 -0000 1.46 @@ -162,7 +162,7 @@ processed by a plugin.</p> </div></div><div class="no-number no-toc" id="object-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#object-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.tel.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.tel.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -98,7 +98,7 @@ </div> <div class="no-number no-toc" id="input.tel-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/header.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- header.html 10 Feb 2010 12:48:51 -0000 1.39 +++ header.html 10 Feb 2010 13:13:57 -0000 1.40 @@ -69,7 +69,7 @@ section.</p> </div></div><div class="no-number no-toc" id="header-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#header-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="header-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#header-display">#</a></h2> Index: b.html =================================================================== RCS file: /sources/public/html5/markup/b.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- b.html 10 Feb 2010 12:48:50 -0000 1.36 +++ b.html 10 Feb 2010 13:13:57 -0000 1.37 @@ -50,7 +50,7 @@ </div> <div class="no-number no-toc" id="b-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#b-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="b-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#b-display">#</a></h2> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- img.html 10 Feb 2010 12:48:51 -0000 1.45 +++ img.html 10 Feb 2010 13:13:57 -0000 1.46 @@ -142,7 +142,7 @@ </div> <div class="no-number no-toc" id="img-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: bdo.html =================================================================== RCS file: /sources/public/html5/markup/bdo.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- bdo.html 10 Feb 2010 12:48:50 -0000 1.36 +++ bdo.html 10 Feb 2010 13:13:57 -0000 1.37 @@ -57,7 +57,7 @@ </div> <div class="no-number no-toc" id="bdo-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#bdo-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.number.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.number.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -112,7 +112,7 @@ </div> <div class="no-number no-toc" id="input.number-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.datetime.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.datetime.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -113,7 +113,7 @@ </div> <div class="no-number no-toc" id="input.datetime-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.password.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.password.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -97,7 +97,7 @@ </div> <div class="no-number no-toc" id="input.password-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: dd.html =================================================================== RCS file: /sources/public/html5/markup/dd.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- dd.html 10 Feb 2010 12:48:50 -0000 1.37 +++ dd.html 10 Feb 2010 13:13:57 -0000 1.38 @@ -61,7 +61,7 @@ <a href="dl.html#description-list">description list</a>.</p> </div></div><div class="no-number no-toc" id="dd-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#dd-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="dd-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dd-display">#</a></h2> Index: ul.html =================================================================== RCS file: /sources/public/html5/markup/ul.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- ul.html 10 Feb 2010 12:48:54 -0000 1.32 +++ ul.html 10 Feb 2010 13:14:00 -0000 1.33 @@ -62,7 +62,7 @@ </div> <div class="no-number no-toc" id="ul-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ul-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="ul-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a></h2> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.time.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.time.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -113,7 +113,7 @@ </div> <div class="no-number no-toc" id="input.time-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: dt.html =================================================================== RCS file: /sources/public/html5/markup/dt.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- dt.html 10 Feb 2010 12:48:51 -0000 1.37 +++ dt.html 10 Feb 2010 13:13:57 -0000 1.38 @@ -60,7 +60,7 @@ <a href="dl.html#description-list">description list</a>.</p> </div></div><div class="no-number no-toc" id="dt-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#dt-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="dt-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dt-display">#</a></h2> Index: strong.html =================================================================== RCS file: /sources/public/html5/markup/strong.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- strong.html 10 Feb 2010 12:48:53 -0000 1.36 +++ strong.html 10 Feb 2010 13:14:00 -0000 1.37 @@ -47,7 +47,7 @@ </div> <div class="no-number no-toc" id="strong-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#strong-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="strong-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#strong-display">#</a></h2> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.color.html 10 Feb 2010 12:48:51 -0000 1.38 +++ input.color.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -95,7 +95,7 @@ </div> <div class="no-number no-toc" id="input.color-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/li.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- li.html 10 Feb 2010 12:48:52 -0000 1.40 +++ li.html 10 Feb 2010 13:13:58 -0000 1.41 @@ -77,7 +77,7 @@ </div> <div class="no-number no-toc" id="li-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="li-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#li-display">#</a></h2> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- style.html 10 Feb 2010 12:48:54 -0000 1.42 +++ style.html 10 Feb 2010 13:14:00 -0000 1.43 @@ -79,7 +79,7 @@ </div> <div class="no-number no-toc" id="style-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#style-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="style-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a></h2> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- menu.html 10 Feb 2010 12:48:52 -0000 1.44 +++ menu.html 10 Feb 2010 13:13:58 -0000 1.45 @@ -90,7 +90,7 @@ </div> <div class="no-number no-toc" id="menu-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="menu-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#menu-display">#</a></h2> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.image.html 10 Feb 2010 12:48:52 -0000 1.38 +++ input.image.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -121,7 +121,7 @@ </div> <div class="no-number no-toc" id="input.image-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: code.html =================================================================== RCS file: /sources/public/html5/markup/code.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- code.html 10 Feb 2010 12:48:50 -0000 1.33 +++ code.html 10 Feb 2010 13:13:57 -0000 1.34 @@ -47,7 +47,7 @@ </div> <div class="no-number no-toc" id="code-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#code-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="code-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#code-display">#</a></h2> Index: p.html =================================================================== RCS file: /sources/public/html5/markup/p.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- p.html 10 Feb 2010 12:48:53 -0000 1.38 +++ p.html 10 Feb 2010 13:13:59 -0000 1.39 @@ -86,7 +86,7 @@ </div> <div class="no-number no-toc" id="p-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#p-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="p-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#p-display">#</a></h2> Index: figcaption.html =================================================================== RCS file: /sources/public/html5/markup/figcaption.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- figcaption.html 10 Feb 2010 12:48:51 -0000 1.7 +++ figcaption.html 10 Feb 2010 13:13:57 -0000 1.8 @@ -48,7 +48,7 @@ </div> <div class="no-number no-toc" id="figcaption-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#figcaption-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/map.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- map.html 10 Feb 2010 12:48:52 -0000 1.38 +++ map.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -75,7 +75,7 @@ </div> <div class="no-number no-toc" id="map-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="map-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#map-display">#</a></h2> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- input.file.html 10 Feb 2010 12:48:52 -0000 1.36 +++ input.file.html 10 Feb 2010 13:13:58 -0000 1.37 @@ -96,7 +96,7 @@ </div> <div class="no-number no-toc" id="input.file-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.radio.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.radio.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -92,7 +92,7 @@ </div> <div class="no-number no-toc" id="input.radio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: param.html =================================================================== RCS file: /sources/public/html5/markup/param.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- param.html 10 Feb 2010 12:48:53 -0000 1.38 +++ param.html 10 Feb 2010 13:13:59 -0000 1.39 @@ -67,7 +67,7 @@ </div> <div class="no-number no-toc" id="param-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#param-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="param-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#param-display">#</a></h2> Index: span.html =================================================================== RCS file: /sources/public/html5/markup/span.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- span.html 10 Feb 2010 12:48:53 -0000 1.34 +++ span.html 10 Feb 2010 13:13:59 -0000 1.35 @@ -58,7 +58,7 @@ to add additional semantics and structure to phrasing content.</p> </div></div><div class="no-number no-toc" id="span-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#span-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.reset.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.reset.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -89,7 +89,7 @@ </div> <div class="no-number no-toc" id="input.reset-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.datetime-local.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.datetime-local.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -113,7 +113,7 @@ </div> <div class="no-number no-toc" id="input.datetime-local-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: q.html =================================================================== RCS file: /sources/public/html5/markup/q.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- q.html 10 Feb 2010 12:48:53 -0000 1.36 +++ q.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -57,7 +57,7 @@ </div> <div class="no-number no-toc" id="q-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#q-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="q-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#q-display">#</a></h2> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- option.html 10 Feb 2010 12:48:53 -0000 1.40 +++ option.html 10 Feb 2010 13:13:59 -0000 1.41 @@ -82,7 +82,7 @@ </div> <div class="no-number no-toc" id="option-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#option-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- label.html 10 Feb 2010 12:48:52 -0000 1.40 +++ label.html 10 Feb 2010 13:13:58 -0000 1.41 @@ -84,7 +84,7 @@ </div> <div class="no-number no-toc" id="label-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="label-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#label-display">#</a></h2> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- select.html 10 Feb 2010 12:48:53 -0000 1.38 +++ select.html 10 Feb 2010 13:13:59 -0000 1.39 @@ -92,7 +92,7 @@ </div> <div class="no-number no-toc" id="select-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#select-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: noscript.html =================================================================== RCS file: /sources/public/html5/markup/noscript.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- noscript.html 10 Feb 2010 12:48:53 -0000 1.38 +++ noscript.html 10 Feb 2010 13:13:59 -0000 1.39 @@ -71,7 +71,7 @@ </div> <div class="no-number no-toc" id="noscript-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#noscript-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/td.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- td.html 10 Feb 2010 12:48:54 -0000 1.40 +++ td.html 10 Feb 2010 13:14:00 -0000 1.41 @@ -122,7 +122,7 @@ </div> <div class="no-number no-toc" id="td-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#td-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="td-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#td-display">#</a></h2> Index: em.html =================================================================== RCS file: /sources/public/html5/markup/em.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- em.html 10 Feb 2010 12:48:51 -0000 1.34 +++ em.html 10 Feb 2010 13:13:57 -0000 1.35 @@ -47,7 +47,7 @@ </div> <div class="no-number no-toc" id="em-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#em-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="em-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#em-display">#</a></h2> Index: figure.html =================================================================== RCS file: /sources/public/html5/markup/figure.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- figure.html 10 Feb 2010 12:48:51 -0000 1.22 +++ figure.html 10 Feb 2010 13:13:57 -0000 1.23 @@ -54,7 +54,7 @@ </div> <div class="no-number no-toc" id="figure-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#figure-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.hidden.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.hidden.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -90,7 +90,7 @@ </div> <div class="no-number no-toc" id="input.hidden-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- style.css 10 Feb 2010 12:48:53 -0000 1.99 +++ style.css 10 Feb 2010 13:14:00 -0000 1.100 @@ -282,6 +282,7 @@ margin-bottom: 0px; } .css-props { + margin-right: 15%; margin-bottom: 0px; margin-top: 8px; padding-top: 12px; @@ -518,7 +519,7 @@ } .section { clear: both; - margin-bottom: 40px; + margin-bottom: 30px; } .nav { padding-bottom: 10px; @@ -530,12 +531,17 @@ color: inherit; text-decoration: none; } +.nav-prev a, +.nav-next a{ + text-decoration: none; +} .nav-prev { float: left; } .nav-next { float: right; } + .attr-prose-desc { font-style: italic; } @@ -548,6 +554,7 @@ } .details { margin-top: 6px; + margin-right: 15%; background-color: lightgoldenrodyellow; padding-top: 1px; padding-bottom: 1px; @@ -599,6 +606,7 @@ .obsoleted-feature { padding-left: 4px; padding-right: 4px; + margin-right: 6px; font-size: smaller; font-weight: bold; color: white; @@ -882,9 +890,10 @@ pre.idl { margin-left: 0; + margin-right: 15%; background: #EEEEEE; color: black; - padding: 0.5em 1em; + padding: 1em; -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; Index: kbd.html =================================================================== RCS file: /sources/public/html5/markup/kbd.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- kbd.html 10 Feb 2010 12:48:52 -0000 1.35 +++ kbd.html 10 Feb 2010 13:13:58 -0000 1.36 @@ -53,7 +53,7 @@ represent other input, such as voice commands.</p> </div></div><div class="no-number no-toc" id="kbd-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#kbd-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="kbd-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#kbd-display">#</a></h2> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.search.html 10 Feb 2010 12:48:52 -0000 1.40 +++ input.search.html 10 Feb 2010 13:13:58 -0000 1.41 @@ -99,7 +99,7 @@ </div> <div class="no-number no-toc" id="input.search-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: tfoot.html =================================================================== RCS file: /sources/public/html5/markup/tfoot.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- tfoot.html 10 Feb 2010 12:48:54 -0000 1.32 +++ tfoot.html 10 Feb 2010 13:14:00 -0000 1.33 @@ -69,7 +69,7 @@ </div> <div class="no-number no-toc" id="tfoot-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#tfoot-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="tfoot-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tfoot-display">#</a></h2> Index: rt.html =================================================================== RCS file: /sources/public/html5/markup/rt.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- rt.html 10 Feb 2010 12:48:53 -0000 1.36 +++ rt.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -49,7 +49,7 @@ </div> <div class="no-number no-toc" id="rt-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#rt-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="rt-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#rt-display">#</a></h2> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.159 retrieving revision 1.160 diff -u -d -r1.159 -r1.160 --- spec.html 10 Feb 2010 12:48:53 -0000 1.159 +++ spec.html 10 Feb 2010 13:13:59 -0000 1.160 @@ -2801,7 +2801,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#abbr-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -2877,7 +2877,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#address-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="address-display"> @@ -3166,7 +3166,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#article-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="article-display"> @@ -3252,7 +3252,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#aside-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="aside-display"> @@ -3449,7 +3449,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#b-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="b-display"> @@ -3599,7 +3599,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#bdo-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -4509,7 +4509,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#cite-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="cite-display"> @@ -4573,7 +4573,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#code-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="code-display"> @@ -5254,7 +5254,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#dd-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="dd-display"> @@ -5502,7 +5502,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#dfn-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -5755,7 +5755,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#dt-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="dt-display"> @@ -5819,7 +5819,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#em-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="em-display"> @@ -6097,7 +6097,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#figcaption-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -6157,7 +6157,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#figure-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -6238,7 +6238,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#footer-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="footer-display"> @@ -7080,7 +7080,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#header-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="header-display"> @@ -7159,7 +7159,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#hgroup-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -7419,7 +7419,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#i-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="i-display"> @@ -7576,7 +7576,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="iframe-display"> @@ -7750,7 +7750,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -7900,7 +7900,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8011,7 +8011,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8116,7 +8116,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8222,7 +8222,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8325,7 +8325,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8433,7 +8433,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8536,7 +8536,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8646,7 +8646,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8750,7 +8750,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -8888,7 +8888,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9019,7 +9019,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9150,7 +9150,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9280,7 +9280,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9410,7 +9410,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9541,7 +9541,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9671,7 +9671,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9801,7 +9801,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -9929,7 +9929,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10052,7 +10052,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10168,7 +10168,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10281,7 +10281,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10393,7 +10393,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10502,7 +10502,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10577,7 +10577,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="ins-display"> @@ -10651,7 +10651,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#kbd-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="kbd-display"> @@ -10753,7 +10753,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -10850,7 +10850,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="label-display"> @@ -10915,7 +10915,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="legend-display"> @@ -11022,7 +11022,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="li-display"> @@ -11178,7 +11178,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="link-display"> @@ -11274,7 +11274,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="map-display"> @@ -11340,7 +11340,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#mark-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -11444,7 +11444,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="menu-display"> @@ -11546,7 +11546,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -11635,7 +11635,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -11720,7 +11720,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -11813,7 +11813,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -11899,7 +11899,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12009,7 +12009,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12203,7 +12203,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12281,7 +12281,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#nav-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="nav-display"> @@ -12371,7 +12371,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#noscript-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12563,7 +12563,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#object-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12664,7 +12664,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ol-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="ol-display"> @@ -12752,7 +12752,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#optgroup-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12843,7 +12843,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#option-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -12913,7 +12913,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#output-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -13006,7 +13006,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#p-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="p-display"> @@ -13100,7 +13100,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#param-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="param-display"> @@ -13176,7 +13176,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#pre-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="pre-display"> @@ -13287,7 +13287,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#progress-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -13353,7 +13353,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#q-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="q-display"> @@ -13431,7 +13431,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#rp-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -13486,7 +13486,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#rt-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="rt-display"> @@ -13558,7 +13558,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ruby-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="ruby-display"> @@ -13627,7 +13627,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#samp-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="samp-display"> @@ -13761,7 +13761,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#script-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="script-display"> @@ -13837,7 +13837,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#section-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="section-display"> @@ -13954,7 +13954,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#select-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -14008,7 +14008,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#small-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="small-display"> @@ -14121,7 +14121,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#source-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -14189,7 +14189,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#span-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -14242,7 +14242,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#strong-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="strong-display"> @@ -14343,7 +14343,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#style-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="style-display"> @@ -14407,7 +14407,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#sub-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="sub-display"> @@ -14477,7 +14477,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#summary-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -14530,7 +14530,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#sup-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="sup-display"> @@ -14659,7 +14659,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#table-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="table-display"> @@ -14760,7 +14760,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#tbody-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="tbody-display"> @@ -14917,7 +14917,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#td-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="td-display"> @@ -15057,7 +15057,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#textarea-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -15135,7 +15135,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#tfoot-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="tfoot-display"> @@ -15306,7 +15306,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#th-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="th-display"> @@ -15406,7 +15406,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#thead-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="thead-display"> @@ -15530,7 +15530,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#time-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> @@ -15580,7 +15580,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#title-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="title-display"> @@ -15673,7 +15673,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#tr-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="tr-display"> @@ -15759,7 +15759,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ul-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="ul-display"> @@ -15833,7 +15833,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#var-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc" id="var-display"> @@ -15996,7 +15996,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- optgroup.html 10 Feb 2010 12:48:53 -0000 1.33 +++ optgroup.html 10 Feb 2010 13:13:59 -0000 1.34 @@ -60,7 +60,7 @@ </div> <div class="no-number no-toc" id="optgroup-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#optgroup-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.week.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.week.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -112,7 +112,7 @@ </div> <div class="no-number no-toc" id="input.week-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: small.html =================================================================== RCS file: /sources/public/html5/markup/small.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- small.html 10 Feb 2010 12:48:53 -0000 1.36 +++ small.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -48,7 +48,7 @@ </div> <div class="no-number no-toc" id="small-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#small-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="small-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#small-display">#</a></h2> Index: ruby.html =================================================================== RCS file: /sources/public/html5/markup/ruby.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- ruby.html 10 Feb 2010 12:48:53 -0000 1.36 +++ ruby.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -51,7 +51,7 @@ </div> <div class="no-number no-toc" id="ruby-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ruby-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="ruby-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ruby-display">#</a></h2> Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- ol.html 10 Feb 2010 12:48:53 -0000 1.37 +++ ol.html 10 Feb 2010 13:13:59 -0000 1.38 @@ -86,7 +86,7 @@ </div> <div class="no-number no-toc" id="ol-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ol-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="ol-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ol-display">#</a></h2> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/article.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- article.html 10 Feb 2010 12:48:50 -0000 1.40 +++ article.html 10 Feb 2010 13:13:57 -0000 1.41 @@ -59,7 +59,7 @@ </div> <div class="no-number no-toc" id="article-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#article-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="article-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#article-display">#</a></h2> Index: thead.html =================================================================== RCS file: /sources/public/html5/markup/thead.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- thead.html 10 Feb 2010 12:48:54 -0000 1.32 +++ thead.html 10 Feb 2010 13:14:00 -0000 1.33 @@ -71,7 +71,7 @@ </div> <div class="no-number no-toc" id="thead-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#thead-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="thead-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#thead-display">#</a></h2> Index: tbody.html =================================================================== RCS file: /sources/public/html5/markup/tbody.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- tbody.html 10 Feb 2010 12:48:54 -0000 1.32 +++ tbody.html 10 Feb 2010 13:14:00 -0000 1.33 @@ -73,7 +73,7 @@ </div> <div class="no-number no-toc" id="tbody-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#tbody-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="tbody-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tbody-display">#</a></h2> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- video.html 10 Feb 2010 12:48:54 -0000 1.44 +++ video.html 10 Feb 2010 13:14:00 -0000 1.45 @@ -132,7 +132,7 @@ </div> <div class="no-number no-toc" id="video-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- source.html 10 Feb 2010 12:48:53 -0000 1.44 +++ source.html 10 Feb 2010 13:13:59 -0000 1.45 @@ -87,7 +87,7 @@ complete video file, or a complete audio file).</p> </div></div><div class="no-number no-toc" id="source-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#source-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- meta.charset.html 10 Feb 2010 12:48:52 -0000 1.43 +++ meta.charset.html 10 Feb 2010 13:13:58 -0000 1.44 @@ -75,7 +75,7 @@ </div> <div class="no-number no-toc" id="meta.charset-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- output.html 10 Feb 2010 12:48:53 -0000 1.40 +++ output.html 10 Feb 2010 13:13:59 -0000 1.41 @@ -61,7 +61,7 @@ </div> <div class="no-number no-toc" id="output-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#output-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: i.html =================================================================== RCS file: /sources/public/html5/markup/i.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- i.html 10 Feb 2010 12:48:51 -0000 1.34 +++ i.html 10 Feb 2010 13:13:57 -0000 1.35 @@ -57,7 +57,7 @@ italicized.</p> </div></div><div class="no-number no-toc" id="i-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#i-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="i-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#i-display">#</a></h2> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.submit.html 10 Feb 2010 12:48:52 -0000 1.37 +++ input.submit.html 10 Feb 2010 13:13:58 -0000 1.38 @@ -94,7 +94,7 @@ </div> <div class="no-number no-toc" id="input.submit-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.date.html 10 Feb 2010 12:48:51 -0000 1.38 +++ input.date.html 10 Feb 2010 13:13:58 -0000 1.39 @@ -112,7 +112,7 @@ </div> <div class="no-number no-toc" id="input.date-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: var.html =================================================================== RCS file: /sources/public/html5/markup/var.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- var.html 10 Feb 2010 12:48:54 -0000 1.34 +++ var.html 10 Feb 2010 13:14:00 -0000 1.35 @@ -49,7 +49,7 @@ </div> <div class="no-number no-toc" id="var-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#var-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="var-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#var-display">#</a></h2> Index: sub.html =================================================================== RCS file: /sources/public/html5/markup/sub.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- sub.html 10 Feb 2010 12:48:54 -0000 1.35 +++ sub.html 10 Feb 2010 13:14:00 -0000 1.36 @@ -47,7 +47,7 @@ </div> <div class="no-number no-toc" id="sub-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#sub-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="sub-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sub-display">#</a></h2> Index: title.html =================================================================== RCS file: /sources/public/html5/markup/title.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- title.html 10 Feb 2010 12:48:54 -0000 1.33 +++ title.html 10 Feb 2010 13:14:00 -0000 1.34 @@ -46,7 +46,7 @@ </div> <div class="no-number no-toc" id="title-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#title-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="title-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#title-display">#</a></h2> Index: pre.html =================================================================== RCS file: /sources/public/html5/markup/pre.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- pre.html 10 Feb 2010 12:48:53 -0000 1.36 +++ pre.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -58,7 +58,7 @@ </div> <div class="no-number no-toc" id="pre-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#pre-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="pre-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#pre-display">#</a></h2> Index: rp.html =================================================================== RCS file: /sources/public/html5/markup/rp.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- rp.html 10 Feb 2010 12:48:53 -0000 1.36 +++ rp.html 10 Feb 2010 13:13:59 -0000 1.37 @@ -51,7 +51,7 @@ </div> <div class="no-number no-toc" id="rp-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#rp-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: sup.html =================================================================== RCS file: /sources/public/html5/markup/sup.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- sup.html 10 Feb 2010 12:48:54 -0000 1.35 +++ sup.html 10 Feb 2010 13:14:00 -0000 1.36 @@ -47,7 +47,7 @@ </div> <div class="no-number no-toc" id="sup-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#sup-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div> <div class="no-number no-toc" id="sup-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sup-display">#</a></h2> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.url.html 10 Feb 2010 12:48:52 -0000 1.39 +++ input.url.html 10 Feb 2010 13:13:58 -0000 1.40 @@ -102,7 +102,7 @@ </div> <div class="no-number no-toc" id="input.url-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: summary.html =================================================================== RCS file: /sources/public/html5/markup/summary.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- summary.html 10 Feb 2010 12:48:54 -0000 1.7 +++ summary.html 10 Feb 2010 13:14:00 -0000 1.8 @@ -49,7 +49,7 @@ </div> <div class="no-number no-toc" id="summary-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#summary-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav"> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/hgroup.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- hgroup.html 10 Feb 2010 12:48:51 -0000 1.34 +++ hgroup.html 10 Feb 2010 13:13:57 -0000 1.35 @@ -58,7 +58,7 @@ example, a section title and an accompanying subtitle.</p> </div></div><div class="no-number no-toc" id="hgroup-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#hgroup-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#HTMLElement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. </p></div></div> <hr class="footerbreak"></hr> <div class="nav">
Received on Wednesday, 10 February 2010 13:14:11 UTC