- From: poot <cvsmail@w3.org>
- Date: Mon, 5 Jul 2010 16:18:37 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added examples to section for <a> element http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.227&r2=1.228&f=h =================================================================== RCS file: /sources/public/html5/markup/body.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- body.html 4 Jul 2010 15:16:25 -0000 1.52 +++ body.html 5 Jul 2010 07:17:50 -0000 1.53 @@ -226,7 +226,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="body-interface"> +<div class="no-number no-toc interface" id="body-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -251,7 +251,7 @@ attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onunload" title="handler-window-onunload">onunload</a>; };</pre> </div> - <div class="no-number no-toc" id="body-display"> + <div class="no-number no-toc display" id="body-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#body-display">#</a> </h2> <div class="css-props" id="body-css"> Index: legend.html =================================================================== RCS file: /sources/public/html5/markup/legend.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- legend.html 3 Jul 2010 02:26:30 -0000 1.47 +++ legend.html 5 Jul 2010 07:17:53 -0000 1.48 @@ -65,14 +65,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="legend-interface"> +<div class="no-number no-toc interface" id="legend-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLegendElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-legend-form" title="dom-legend-form">form</a>; };</pre> </div> - <div class="no-number no-toc" id="legend-display"> + <div class="no-number no-toc display" id="legend-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#legend-display">#</a> </h2> <div class="css-props" id="legend-css"> Index: address.html =================================================================== RCS file: /sources/public/html5/markup/address.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- address.html 3 Jul 2010 02:26:26 -0000 1.48 +++ address.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -86,14 +86,14 @@ represents contact information for that section only.</p> </div> </div> -<div class="no-number no-toc" id="address-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="address-display"> + <div class="no-number no-toc display" id="address-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#address-display">#</a> </h2> <div class="css-props" id="address-css"> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/th.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- th.html 3 Jul 2010 02:26:32 -0000 1.57 +++ th.html 5 Jul 2010 07:17:55 -0000 1.58 @@ -173,14 +173,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="th-interface"> +<div class="no-number no-toc interface" id="th-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#th-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableHeaderCellElement</b> : <a href="http://dev.w3.org/html5/spec/#htmltablecellelement" title="">HTMLTableCellElement</a> { attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-th-scope" title="dom-th-scope">scope</a>; };</pre> </div> - <div class="no-number no-toc" id="th-display"> + <div class="no-number no-toc display" id="th-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#th-display">#</a> </h2> <div class="css-props" id="th-css"> Index: mark.html =================================================================== RCS file: /sources/public/html5/markup/mark.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- mark.html 3 Jul 2010 02:26:30 -0000 1.47 +++ mark.html 5 Jul 2010 07:17:53 -0000 1.48 @@ -66,7 +66,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="mark-interface"> +<div class="no-number no-toc interface" id="mark-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#mark-interface">#</a> </h2> <p class="dom-interface">Uses Index: br.html =================================================================== RCS file: /sources/public/html5/markup/br.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- br.html 3 Jul 2010 02:26:27 -0000 1.42 +++ br.html 5 Jul 2010 07:17:50 -0000 1.43 @@ -75,7 +75,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="br-interface"> +<div class="no-number no-toc interface" id="br-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#br-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- input.email.html 3 Jul 2010 02:26:29 -0000 1.53 +++ input.email.html 5 Jul 2010 07:17:52 -0000 1.54 @@ -137,7 +137,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.email-interface"> +<div class="no-number no-toc interface" id="input.email-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: tr.html =================================================================== RCS file: /sources/public/html5/markup/tr.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- tr.html 3 Jul 2010 02:26:32 -0000 1.45 +++ tr.html 5 Jul 2010 07:17:55 -0000 1.46 @@ -101,7 +101,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="tr-interface"> +<div class="no-number no-toc interface" id="tr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#tr-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -112,7 +112,7 @@ void <a href="http://dev.w3.org/html5/spec/#dom-tr-deletecell" title="dom-tr-deleteCell">deleteCell</a>(in long index); };</pre> </div> - <div class="no-number no-toc" id="tr-display"> + <div class="no-number no-toc display" id="tr-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tr-display">#</a> </h2> <div class="css-props" id="tr-css"> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.month.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.month.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -144,7 +144,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.month-interface"> +<div class="no-number no-toc interface" id="input.month-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- iframe.html 3 Jul 2010 02:26:28 -0000 1.63 +++ iframe.html 5 Jul 2010 07:17:51 -0000 1.64 @@ -168,7 +168,7 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="iframe-interface"> +<div class="no-number no-toc interface" id="iframe-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a> </h2> <pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -183,7 +183,7 @@ readonly attribute <a href="http://dev.w3.org/html5/spec/#windowproxy" title="">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/#dom-iframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>; };</pre> </div> - <div class="no-number no-toc" id="iframe-display"> + <div class="no-number no-toc display" id="iframe-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#iframe-display">#</a> </h2> <div class="css-props" id="iframe-css"> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- ins.html 3 Jul 2010 02:26:30 -0000 1.52 +++ ins.html 5 Jul 2010 07:17:52 -0000 1.53 @@ -86,7 +86,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="ins-interface"> +<div class="no-number no-toc interface" id="ins-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a> </h2> <pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -94,7 +94,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>; };</pre> </div> - <div class="no-number no-toc" id="ins-display"> + <div class="no-number no-toc display" id="ins-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ins-display">#</a> </h2> <div class="css-props" id="ins-css"> Index: abbr.html =================================================================== RCS file: /sources/public/html5/markup/abbr.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- abbr.html 3 Jul 2010 02:26:26 -0000 1.46 +++ abbr.html 5 Jul 2010 07:17:50 -0000 1.47 @@ -74,7 +74,7 @@ expansion of the abbreviation or acronym.</p> </div> </div> -<div class="no-number no-toc" id="abbr-interface"> +<div class="no-number no-toc interface" id="abbr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#abbr-interface">#</a> </h2> <p class="dom-interface">Uses Index: div.html =================================================================== RCS file: /sources/public/html5/markup/div.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- div.html 3 Jul 2010 02:26:28 -0000 1.48 +++ div.html 5 Jul 2010 07:17:51 -0000 1.49 @@ -89,12 +89,12 @@ to add additional semantics and structure to flow content.</p> </div> </div> -<div class="no-number no-toc" id="div-interface"> +<div class="no-number no-toc interface" id="div-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#div-interface">#</a> </h2> <pre class="idl">interface <b>HTMLDivElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="div-display"> + <div class="no-number no-toc display" id="div-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#div-display">#</a> </h2> <div class="css-props" id="div-css"> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- meta.name.html 3 Jul 2010 02:26:30 -0000 1.49 +++ meta.name.html 5 Jul 2010 07:17:53 -0000 1.50 @@ -85,7 +85,7 @@ attribute, if any; otherwise, the empty string.</p> </div> </div> -<div class="no-number no-toc" id="meta.name-interface"> +<div class="no-number no-toc interface" id="meta.name-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: table.html =================================================================== RCS file: /sources/public/html5/markup/table.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- table.html 3 Jul 2010 02:26:32 -0000 1.51 +++ table.html 5 Jul 2010 07:17:55 -0000 1.52 @@ -151,7 +151,7 @@ elements.</p> </div> </div> -<div class="no-number no-toc" id="table-interface"> +<div class="no-number no-toc interface" id="table-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#table-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -172,7 +172,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-table-summary" title="dom-table-summary">summary</a>; };</pre> </div> - <div class="no-number no-toc" id="table-display"> + <div class="no-number no-toc display" id="table-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#table-display">#</a> </h2> <div class="css-props" id="table-css"> Index: nav.html =================================================================== RCS file: /sources/public/html5/markup/nav.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- nav.html 3 Jul 2010 02:26:30 -0000 1.53 +++ nav.html 5 Jul 2010 07:17:53 -0000 1.54 @@ -76,14 +76,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="nav-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="nav-display"> + <div class="no-number no-toc display" id="nav-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#nav-display">#</a> </h2> <div class="css-props" id="nav-css"> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/html.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- html.html 3 Jul 2010 02:26:28 -0000 1.49 +++ html.html 5 Jul 2010 07:17:51 -0000 1.50 @@ -103,12 +103,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="html-interface"> +<div class="no-number no-toc interface" id="html-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#html-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="html-display"> + <div class="no-number no-toc display" id="html-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#html-display">#</a> </h2> <div class="css-props" id="html-css"> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- meta.http-equiv.content-type.html 3 Jul 2010 02:26:30 -0000 1.53 +++ meta.http-equiv.content-type.html 5 Jul 2010 07:17:53 -0000 1.54 @@ -123,7 +123,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"> +<div class="no-number no-toc interface" 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> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: footer.html =================================================================== RCS file: /sources/public/html5/markup/footer.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- footer.html 3 Jul 2010 02:26:28 -0000 1.51 +++ footer.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -91,14 +91,14 @@ data, and the like.</p> </div> </div> -<div class="no-number no-toc" id="footer-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="footer-display"> + <div class="no-number no-toc display" id="footer-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#footer-display">#</a> </h2> <div class="css-props" id="footer-css"> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- meta.http-equiv.content-language.html 3 Jul 2010 02:26:30 -0000 1.48 +++ meta.http-equiv.content-language.html 5 Jul 2010 07:17:53 -0000 1.49 @@ -107,7 +107,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="meta.http-equiv.content-language-interface"> +<div class="no-number no-toc interface" 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> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- script.html 3 Jul 2010 02:26:31 -0000 1.62 +++ script.html 5 Jul 2010 07:17:54 -0000 1.63 @@ -166,7 +166,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="script-interface"> +<div class="no-number no-toc interface" id="script-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#script-interface">#</a> </h2> <pre class="idl">interface <b>HTMLScriptElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -178,7 +178,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-script-text" title="dom-script-text">text</a>; };</pre> </div> - <div class="no-number no-toc" id="script-display"> + <div class="no-number no-toc display" id="script-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#script-display">#</a> </h2> <div class="css-props" id="script-css"> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.range.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.range.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -142,7 +142,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.range-interface"> +<div class="no-number no-toc interface" id="input.range-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- audio.html 3 Jul 2010 02:26:26 -0000 1.61 +++ audio.html 5 Jul 2010 07:17:50 -0000 1.62 @@ -164,7 +164,7 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="audio-interface"> +<div class="no-number no-toc interface" id="audio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio" title="dom-Audio">Audio</a>(), Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- time.html 3 Jul 2010 02:26:32 -0000 1.52 +++ time.html 5 Jul 2010 07:17:55 -0000 1.53 @@ -119,7 +119,7 @@ datatype.</p> </div> </div> -<div class="no-number no-toc" id="time-interface"> +<div class="no-number no-toc interface" id="time-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#time-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTimeElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- meta.http-equiv.default-style.html 3 Jul 2010 02:26:30 -0000 1.50 +++ meta.http-equiv.default-style.html 5 Jul 2010 07:17:53 -0000 1.51 @@ -99,7 +99,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="meta.http-equiv.default-style-interface"> +<div class="no-number no-toc interface" 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> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- keygen.html 3 Jul 2010 02:26:30 -0000 1.51 +++ keygen.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -105,7 +105,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="keygen-interface"> +<div class="no-number no-toc interface" id="keygen-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a> </h2> <pre class="idl">interface <b>HTMLKeygenElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- command.command.html 3 Jul 2010 02:26:27 -0000 1.48 +++ command.command.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -100,7 +100,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="command.command-interface"> +<div class="no-number no-toc interface" id="command.command-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#command.command-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/progress.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- progress.html 3 Jul 2010 02:26:31 -0000 1.53 +++ progress.html 5 Jul 2010 07:17:54 -0000 1.54 @@ -103,7 +103,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="progress-interface"> +<div class="no-number no-toc interface" id="progress-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#progress-interface">#</a> </h2> <pre class="idl">interface <b>HTMLProgressElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -114,7 +114,7 @@ readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> - <div class="no-number no-toc" id="progress-display"> + <div class="no-number no-toc display" id="progress-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#progress-display">#</a> </h2> <div class="css-props" id="progress-css"> Index: dfn.html =================================================================== RCS file: /sources/public/html5/markup/dfn.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- dfn.html 3 Jul 2010 02:26:27 -0000 1.47 +++ dfn.html 5 Jul 2010 07:17:51 -0000 1.48 @@ -74,7 +74,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="dfn-interface"> +<div class="no-number no-toc interface" id="dfn-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#dfn-interface">#</a> </h2> <p class="dom-interface">Uses Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- textarea.html 3 Jul 2010 02:26:32 -0000 1.55 +++ textarea.html 5 Jul 2010 07:17:55 -0000 1.56 @@ -139,7 +139,7 @@ element represent the control’s default value.</p> </div> </div> -<div class="no-number no-toc" id="textarea-interface"> +<div class="no-number no-toc interface" id="textarea-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#textarea-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTextAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: cite.html =================================================================== RCS file: /sources/public/html5/markup/cite.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- cite.html 3 Jul 2010 02:26:27 -0000 1.46 +++ cite.html 5 Jul 2010 07:17:50 -0000 1.47 @@ -66,14 +66,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="cite-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="cite-display"> + <div class="no-number no-toc display" id="cite-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#cite-display">#</a> </h2> <div class="css-props" id="cite-css"> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- img.html 3 Jul 2010 02:26:28 -0000 1.58 +++ img.html 5 Jul 2010 07:17:51 -0000 1.59 @@ -181,7 +181,7 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="img-interface"> +<div class="no-number no-toc interface" id="img-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image" title="dom-image">Image</a>(), Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- input.button.html 3 Jul 2010 02:26:28 -0000 1.50 +++ input.button.html 5 Jul 2010 07:17:51 -0000 1.51 @@ -117,7 +117,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.button-interface"> +<div class="no-number no-toc interface" id="input.button-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: aside.html =================================================================== RCS file: /sources/public/html5/markup/aside.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- aside.html 3 Jul 2010 02:26:26 -0000 1.51 +++ aside.html 5 Jul 2010 07:17:50 -0000 1.52 @@ -85,14 +85,14 @@ formatted as a sidebar or annotation or footnote.</p> </div> </div> -<div class="no-number no-toc" id="aside-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="aside-display"> + <div class="no-number no-toc display" id="aside-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#aside-display">#</a> </h2> <div class="css-props" id="aside-css"> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/section.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- section.html 3 Jul 2010 02:26:31 -0000 1.54 +++ section.html 5 Jul 2010 07:17:54 -0000 1.55 @@ -76,14 +76,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="section-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="section-display"> + <div class="no-number no-toc display" id="section-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#section-display">#</a> </h2> <div class="css-props" id="section-css"> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- link.html 3 Jul 2010 02:26:30 -0000 1.54 +++ link.html 5 Jul 2010 07:17:53 -0000 1.55 @@ -156,14 +156,14 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="link-interface"> +<div class="no-number no-toc interface" id="link-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { attribute long <a href="http://dev.w3.org/html5/spec/#dom-li-value" title="dom-li-value">value</a>; };</pre> </div> - <div class="no-number no-toc" id="link-display"> + <div class="no-number no-toc display" id="link-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#link-display">#</a> </h2> <div class="css-props" id="link-css"> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- meta.http-equiv.refresh.html 3 Jul 2010 02:26:30 -0000 1.48 +++ meta.http-equiv.refresh.html 5 Jul 2010 07:17:53 -0000 1.49 @@ -103,7 +103,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="meta.http-equiv.refresh-interface"> +<div class="no-number no-toc interface" id="meta.http-equiv.refresh-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- area.html 3 Jul 2010 02:26:26 -0000 1.60 +++ area.html 5 Jul 2010 07:17:50 -0000 1.61 @@ -192,7 +192,7 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="area-interface"> +<div class="no-number no-toc interface" id="area-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -217,7 +217,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hash" title="dom-area-hash">hash</a>; };</pre> </div> - <div class="no-number no-toc" id="area-display"> + <div class="no-number no-toc display" id="area-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#area-display">#</a> </h2> <div class="css-props" id="area-css"> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.text.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.text.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -125,7 +125,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.text-interface"> +<div class="no-number no-toc interface" id="input.text-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: samp.html =================================================================== RCS file: /sources/public/html5/markup/samp.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- samp.html 3 Jul 2010 02:26:31 -0000 1.46 +++ samp.html 5 Jul 2010 07:17:54 -0000 1.47 @@ -65,14 +65,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="samp-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="samp-display"> + <div class="no-number no-toc display" id="samp-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#samp-display">#</a> </h2> <div class="css-props" id="samp-css"> Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/h6.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- h6.html 3 Jul 2010 02:26:28 -0000 1.51 +++ h6.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -78,12 +78,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="h6-interface"> +<div class="no-number no-toc interface" id="h6-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#h6-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="h6-display"> + <div class="no-number no-toc display" id="h6-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h6-display">#</a> </h2> <div class="css-props" id="h6-css"> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- input.checkbox.html 3 Jul 2010 02:26:28 -0000 1.50 +++ input.checkbox.html 5 Jul 2010 07:17:52 -0000 1.51 @@ -119,7 +119,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.checkbox-interface"> +<div class="no-number no-toc interface" id="input.checkbox-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- a.html 3 Jul 2010 02:26:26 -0000 1.65 +++ a.html 5 Jul 2010 07:17:50 -0000 1.66 @@ -214,7 +214,7 @@ <a href="terminology.html#flow-content">flow content</a>.</p> </div> </div> -<div class="no-number no-toc" id="a-interface"> +<div class="no-number no-toc interface" id="a-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#a-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -238,7 +238,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hash" title="dom-a-hash">hash</a>; };</pre> </div> - <div class="no-number no-toc" id="a-display"> + <div class="no-number no-toc display" id="a-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#a-display">#</a> </h2> <div class="css-props" id="a-css"> @@ -260,6 +260,47 @@ <span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>; }</div></div> </div> </div> +<div class="no-number no-toc examples" id="a-examples"> +<h2 class="element-subhead">Examples <a class="hash" href="#a-examples">#</a> +</h2> +<div class="valid example"> + <p>A hyperlink intended to be useful in output for all media + types except the <code>print</code> media type.</p> + <pre><a href="./page2.html" rel=next media="not print">next</a></pre> +</div> +<div class="obsoleted example"> + <p>The + <a href="a.html#a.attrs.name">name</a> attribute is obsolete.</p> + <pre><a name="section5"/></pre> +</div> +<div class="valid example"> + <p>A <a href="a.html#placeholder-hyperlink">placeholder hyperlink</a>.</p> + <pre><a>prev</a></pre> +</div> +<div class="valid example"> + <p>A hyperlink that will cause its target to be opened in a new + <a href="terminology.html#context">browsing context</a>.</p> + <pre><a href="http://help.example.com" target="_blank">Help</a></pre> +</div> +<div class="invalid example"> + <p>The value of the + <a href="a.html#a.attrs.href">href</a> + attribute contains a space character.</p> + <pre>some <a href="http://example.com/Archive/Public Data/">public</a> data is also available</pre> +</div> +<div class="valid example"> + <p>A hyperlink that represents multiple link types.</p> + <pre><a href="../toc.html" rel="index up">up</a></pre> +</div> +<div class="valid example"> + <p>A hyperlink that contains a paragraph.</p> + <pre><a href="javascript:void(0);" + onmouseover="return anno('Note: This paragraph is informative only.') + onmouseout="return anno_bye();"> +<p>The following is introductory information…</p> +</a></pre> +</div> +</div> </div> <hr class="footerbreak"> <div class="nav"> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- object.html 3 Jul 2010 02:26:30 -0000 1.59 +++ object.html 5 Jul 2010 07:17:53 -0000 1.60 @@ -207,7 +207,7 @@ processed by a plugin.</p> </div> </div> -<div class="no-number no-toc" id="object-interface"> +<div class="no-number no-toc interface" id="object-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#object-interface">#</a> </h2> <pre class="idl">interface <b>HTMLObjectElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.tel.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.tel.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -126,7 +126,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.tel-interface"> +<div class="no-number no-toc interface" id="input.tel-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/h4.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- h4.html 3 Jul 2010 02:26:28 -0000 1.51 +++ h4.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -78,12 +78,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="h4-interface"> +<div class="no-number no-toc interface" id="h4-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#h4-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="h4-display"> + <div class="no-number no-toc display" id="h4-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h4-display">#</a> </h2> <div class="css-props" id="h4-css"> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/header.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- header.html 3 Jul 2010 02:26:28 -0000 1.51 +++ header.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -92,14 +92,14 @@ section.</p> </div> </div> -<div class="no-number no-toc" id="header-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="header-display"> + <div class="no-number no-toc display" id="header-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#header-display">#</a> </h2> <div class="css-props" id="header-css"> Index: b.html =================================================================== RCS file: /sources/public/html5/markup/b.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- b.html 3 Jul 2010 02:26:26 -0000 1.48 +++ b.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -67,14 +67,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="b-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="b-display"> + <div class="no-number no-toc display" id="b-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#b-display">#</a> </h2> <div class="css-props" id="b-css"> Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/meter.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- meter.html 3 Jul 2010 02:26:30 -0000 1.55 +++ meter.html 5 Jul 2010 07:17:53 -0000 1.56 @@ -205,7 +205,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="meter-interface"> +<div class="no-number no-toc interface" id="meter-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMeterElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -219,7 +219,7 @@ readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> - <div class="no-number no-toc" id="meter-display"> + <div class="no-number no-toc display" id="meter-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#meter-display">#</a> </h2> <div class="css-props" id="meter-css"> Index: wbr.html =================================================================== RCS file: /sources/public/html5/markup/wbr.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- wbr.html 3 Jul 2010 02:26:32 -0000 1.4 +++ wbr.html 5 Jul 2010 07:17:55 -0000 1.5 @@ -65,7 +65,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="wbr-interface"> +<div class="no-number no-toc interface" id="wbr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#wbr-interface">#</a> </h2> <p class="dom-interface">Uses Index: bdo.html =================================================================== RCS file: /sources/public/html5/markup/bdo.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- bdo.html 3 Jul 2010 02:26:27 -0000 1.48 +++ bdo.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -75,7 +75,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="bdo-interface"> +<div class="no-number no-toc interface" id="bdo-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#bdo-interface">#</a> </h2> <p class="dom-interface">Uses Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.number.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.number.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -144,7 +144,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.number-interface"> +<div class="no-number no-toc interface" id="input.number-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: col.html =================================================================== RCS file: /sources/public/html5/markup/col.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- col.html 3 Jul 2010 02:26:27 -0000 1.47 +++ col.html 5 Jul 2010 07:17:50 -0000 1.48 @@ -106,14 +106,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="col-interface"> +<div class="no-number no-toc interface" id="col-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#col-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-colgroup-span" title="dom-colgroup-span">span</a>; };</pre> </div> - <div class="no-number no-toc" id="col-display"> + <div class="no-number no-toc display" id="col-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#col-display">#</a> </h2> <div class="css-props" id="col-css"> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- command.radio.html 3 Jul 2010 02:26:27 -0000 1.48 +++ command.radio.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -113,7 +113,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="command.radio-interface"> +<div class="no-number no-toc interface" id="command.radio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#command.radio-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.datetime.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.datetime.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -145,7 +145,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.datetime-interface"> +<div class="no-number no-toc interface" id="input.datetime-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.password.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.password.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -125,7 +125,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.password-interface"> +<div class="no-number no-toc interface" id="input.password-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- embed.html 3 Jul 2010 02:26:28 -0000 1.52 +++ embed.html 5 Jul 2010 07:17:51 -0000 1.53 @@ -146,7 +146,7 @@ supported by the UA).</p> </div> </div> -<div class="no-number no-toc" id="embed-interface"> +<div class="no-number no-toc interface" id="embed-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#embed-interface">#</a> </h2> <pre class="idl">interface <b>HTMLEmbedElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: dd.html =================================================================== RCS file: /sources/public/html5/markup/dd.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- dd.html 3 Jul 2010 02:26:27 -0000 1.50 +++ dd.html 5 Jul 2010 07:17:50 -0000 1.51 @@ -89,14 +89,14 @@ <a href="dl.html#description-list">description list</a>.</p> </div> </div> -<div class="no-number no-toc" id="dd-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="dd-display"> + <div class="no-number no-toc display" id="dd-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dd-display">#</a> </h2> <div class="css-props" id="dd-css"> Index: code.html =================================================================== RCS file: /sources/public/html5/markup/code.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- code.html 3 Jul 2010 02:26:27 -0000 1.45 +++ code.html 5 Jul 2010 07:17:50 -0000 1.46 @@ -64,14 +64,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="code-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="code-display"> + <div class="no-number no-toc display" id="code-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#code-display">#</a> </h2> <div class="css-props" id="code-css"> Index: ul.html =================================================================== RCS file: /sources/public/html5/markup/ul.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- ul.html 3 Jul 2010 02:26:32 -0000 1.45 +++ ul.html 5 Jul 2010 07:17:55 -0000 1.46 @@ -80,12 +80,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="ul-interface"> +<div class="no-number no-toc interface" id="ul-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ul-interface">#</a> </h2> <pre class="idl">interface <b>HTMLUListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="ul-display"> + <div class="no-number no-toc display" id="ul-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a> </h2> <div class="css-props" id="ul-css"> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.time.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.time.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -145,7 +145,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.time-interface"> +<div class="no-number no-toc interface" id="input.time-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: dt.html =================================================================== RCS file: /sources/public/html5/markup/dt.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- dt.html 3 Jul 2010 02:26:28 -0000 1.49 +++ dt.html 5 Jul 2010 07:17:51 -0000 1.50 @@ -89,14 +89,14 @@ <a href="dl.html#description-list">description list</a>.</p> </div> </div> -<div class="no-number no-toc" id="dt-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="dt-display"> + <div class="no-number no-toc display" id="dt-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dt-display">#</a> </h2> <div class="css-props" id="dt-css"> Index: strong.html =================================================================== RCS file: /sources/public/html5/markup/strong.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- strong.html 3 Jul 2010 02:26:31 -0000 1.48 +++ strong.html 5 Jul 2010 07:17:55 -0000 1.49 @@ -64,14 +64,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="strong-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="strong-display"> + <div class="no-number no-toc display" id="strong-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#strong-display">#</a> </h2> <div class="css-props" id="strong-css"> Index: q.html =================================================================== RCS file: /sources/public/html5/markup/q.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- q.html 3 Jul 2010 02:26:31 -0000 1.48 +++ q.html 5 Jul 2010 07:17:54 -0000 1.49 @@ -77,14 +77,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="q-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="q-display"> + <div class="no-number no-toc display" id="q-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#q-display">#</a> </h2> <div class="css-props" id="q-css"> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/li.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- li.html 3 Jul 2010 02:26:30 -0000 1.53 +++ li.html 5 Jul 2010 07:17:53 -0000 1.54 @@ -106,14 +106,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="li-interface"> +<div class="no-number no-toc interface" id="li-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { attribute long <a href="http://dev.w3.org/html5/spec/#dom-li-value" title="dom-li-value">value</a>; };</pre> </div> - <div class="no-number no-toc" id="li-display"> + <div class="no-number no-toc display" id="li-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#li-display">#</a> </h2> <div class="css-props" id="li-css"> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- style.html 3 Jul 2010 02:26:31 -0000 1.56 +++ style.html 5 Jul 2010 07:17:55 -0000 1.57 @@ -116,7 +116,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="style-interface"> +<div class="no-number no-toc interface" id="style-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#style-interface">#</a> </h2> <pre class="idl">interface <b>HTMLStyleElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -127,7 +127,7 @@ }; <a href="http://dev.w3.org/html5/spec/#htmlstyleelement" title="">HTMLStyleElement</a> implements ;</pre> </div> - <div class="no-number no-toc" id="style-display"> + <div class="no-number no-toc display" id="style-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a> </h2> <div class="css-props" id="style-css"> Index: caption.html =================================================================== RCS file: /sources/public/html5/markup/caption.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- caption.html 3 Jul 2010 02:26:27 -0000 1.46 +++ caption.html 5 Jul 2010 07:17:50 -0000 1.47 @@ -73,12 +73,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="caption-interface"> +<div class="no-number no-toc interface" id="caption-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#caption-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableCaptionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="caption-display"> + <div class="no-number no-toc display" id="caption-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#caption-display">#</a> </h2> <div class="css-props" id="caption-css"> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- del.html 3 Jul 2010 02:26:27 -0000 1.51 +++ del.html 5 Jul 2010 07:17:50 -0000 1.52 @@ -86,7 +86,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="del-interface"> +<div class="no-number no-toc interface" id="del-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#del-interface">#</a> </h2> <pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -94,7 +94,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>; };</pre> </div> - <div class="no-number no-toc" id="del-display"> + <div class="no-number no-toc display" id="del-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#del-display">#</a> </h2> <div class="css-props" id="del-css"> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- menu.html 3 Jul 2010 02:26:30 -0000 1.59 +++ menu.html 5 Jul 2010 07:17:53 -0000 1.60 @@ -115,7 +115,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="menu-interface"> +<div class="no-number no-toc interface" id="menu-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMenuElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -123,7 +123,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-menu-label" title="dom-menu-label">label</a>; };</pre> </div> - <div class="no-number no-toc" id="menu-display"> + <div class="no-number no-toc display" id="menu-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#menu-display">#</a> </h2> <div class="css-props" id="menu-css"> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.image.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.image.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -153,7 +153,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.image-interface"> +<div class="no-number no-toc interface" id="input.image-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/h2.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- h2.html 3 Jul 2010 02:26:28 -0000 1.51 +++ h2.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -78,12 +78,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="h2-interface"> +<div class="no-number no-toc interface" id="h2-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#h2-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="h2-display"> + <div class="no-number no-toc display" id="h2-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h2-display">#</a> </h2> <div class="css-props" id="h2-css"> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/head.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- head.html 3 Jul 2010 02:26:28 -0000 1.45 +++ head.html 5 Jul 2010 07:17:51 -0000 1.46 @@ -91,12 +91,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="head-interface"> +<div class="no-number no-toc interface" id="head-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#head-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="head-display"> + <div class="no-number no-toc display" id="head-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#head-display">#</a> </h2> <div class="css-props" id="head-css"> Index: p.html =================================================================== RCS file: /sources/public/html5/markup/p.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- p.html 3 Jul 2010 02:26:31 -0000 1.51 +++ p.html 5 Jul 2010 07:17:54 -0000 1.52 @@ -111,12 +111,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="p-interface"> +<div class="no-number no-toc interface" id="p-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#p-interface">#</a> </h2> <pre class="idl">interface <b>HTMLParagraphElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="p-display"> + <div class="no-number no-toc display" id="p-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#p-display">#</a> </h2> <div class="css-props" id="p-css"> Index: figcaption.html =================================================================== RCS file: /sources/public/html5/markup/figcaption.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- figcaption.html 3 Jul 2010 02:26:28 -0000 1.20 +++ figcaption.html 5 Jul 2010 07:17:51 -0000 1.21 @@ -65,7 +65,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="figcaption-interface"> +<div class="no-number no-toc interface" id="figcaption-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#figcaption-interface">#</a> </h2> <p class="dom-interface">Uses Index: map.html =================================================================== RCS file: /sources/public/html5/markup/map.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- map.html 3 Jul 2010 02:26:30 -0000 1.52 +++ map.html 5 Jul 2010 07:17:53 -0000 1.53 @@ -88,7 +88,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="map-interface"> +<div class="no-number no-toc interface" id="map-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMapElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -97,7 +97,7 @@ readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-map-images" title="dom-map-images">images</a>; };</pre> </div> - <div class="no-number no-toc" id="map-display"> + <div class="no-number no-toc display" id="map-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#map-display">#</a> </h2> <div class="css-props" id="map-css"> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- input.file.html 3 Jul 2010 02:26:29 -0000 1.50 +++ input.file.html 5 Jul 2010 07:17:52 -0000 1.51 @@ -124,7 +124,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.file-interface"> +<div class="no-number no-toc interface" id="input.file-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.radio.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.radio.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -120,7 +120,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.radio-interface"> +<div class="no-number no-toc interface" id="input.radio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- command.checkbox.html 3 Jul 2010 02:26:27 -0000 1.48 +++ command.checkbox.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -107,7 +107,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="command.checkbox-interface"> +<div class="no-number no-toc interface" id="command.checkbox-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#command.checkbox-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: param.html =================================================================== RCS file: /sources/public/html5/markup/param.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- param.html 3 Jul 2010 02:26:31 -0000 1.51 +++ param.html 5 Jul 2010 07:17:54 -0000 1.52 @@ -93,7 +93,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="param-interface"> +<div class="no-number no-toc interface" id="param-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#param-interface">#</a> </h2> <pre class="idl">interface <b>HTMLParamElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -101,7 +101,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-param-value" title="dom-param-value">value</a>; };</pre> </div> - <div class="no-number no-toc" id="param-display"> + <div class="no-number no-toc display" id="param-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#param-display">#</a> </h2> <div class="css-props" id="param-css"> Index: span.html =================================================================== RCS file: /sources/public/html5/markup/span.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- span.html 3 Jul 2010 02:26:31 -0000 1.47 +++ span.html 5 Jul 2010 07:17:54 -0000 1.48 @@ -78,7 +78,7 @@ to add additional semantics and structure to phrasing content.</p> </div> </div> -<div class="no-number no-toc" id="span-interface"> +<div class="no-number no-toc interface" id="span-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#span-interface">#</a> </h2> <pre class="idl">interface <b>HTMLSpanElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.reset.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.reset.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -117,7 +117,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.reset-interface"> +<div class="no-number no-toc interface" id="input.reset-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.datetime-local.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.datetime-local.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -145,7 +145,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.datetime-local-interface"> +<div class="no-number no-toc interface" id="input.datetime-local-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- input.color.html 3 Jul 2010 02:26:28 -0000 1.52 +++ input.color.html 5 Jul 2010 07:17:52 -0000 1.53 @@ -123,7 +123,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.color-interface"> +<div class="no-number no-toc interface" id="input.color-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- option.html 3 Jul 2010 02:26:30 -0000 1.55 +++ option.html 5 Jul 2010 07:17:53 -0000 1.56 @@ -114,7 +114,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="option-interface"> +<div class="no-number no-toc interface" id="option-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#option-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-option" title="dom-option">Option</a>(), Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- label.html 3 Jul 2010 02:26:30 -0000 1.53 +++ label.html 5 Jul 2010 07:17:53 -0000 1.54 @@ -108,7 +108,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="label-interface"> +<div class="no-number no-toc interface" id="label-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLabelElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -117,7 +117,7 @@ readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-label-control" title="dom-label-control">control</a>; };</pre> </div> - <div class="no-number no-toc" id="label-display"> + <div class="no-number no-toc display" id="label-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#label-display">#</a> </h2> <div class="css-props" id="label-css"> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- select.html 3 Jul 2010 02:26:31 -0000 1.51 +++ select.html 5 Jul 2010 07:17:54 -0000 1.52 @@ -117,7 +117,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="select-interface"> +<div class="no-number no-toc interface" id="select-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#select-interface">#</a> </h2> <pre class="idl">interface <b>HTMLSelectElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: noscript.html =================================================================== RCS file: /sources/public/html5/markup/noscript.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- noscript.html 3 Jul 2010 02:26:30 -0000 1.52 +++ noscript.html 5 Jul 2010 07:17:53 -0000 1.53 @@ -90,7 +90,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="noscript-interface"> +<div class="no-number no-toc interface" id="noscript-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#noscript-interface">#</a> </h2> <p class="dom-interface">Uses Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/blockquote.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- blockquote.html 3 Jul 2010 02:26:27 -0000 1.48 +++ blockquote.html 5 Jul 2010 07:17:50 -0000 1.49 @@ -77,14 +77,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="blockquote-interface"> +<div class="no-number no-toc interface" id="blockquote-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#blockquote-interface">#</a> </h2> <pre class="idl">interface <b>HTMLQuoteElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-quote-cite" title="dom-quote-cite">cite</a>; };</pre> </div> - <div class="no-number no-toc" id="blockquote-display"> + <div class="no-number no-toc display" id="blockquote-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#blockquote-display">#</a> </h2> <div class="css-props" id="blockquote-css"> Index: hr.html =================================================================== RCS file: /sources/public/html5/markup/hr.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- hr.html 3 Jul 2010 02:26:28 -0000 1.48 +++ hr.html 5 Jul 2010 07:17:51 -0000 1.49 @@ -101,12 +101,12 @@ book.</p> </div> </div> -<div class="no-number no-toc" id="hr-interface"> +<div class="no-number no-toc interface" id="hr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#hr-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="hr-display"> + <div class="no-number no-toc display" id="hr-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#hr-display">#</a> </h2> <div class="css-props" id="hr-css"> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/td.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- td.html 3 Jul 2010 02:26:32 -0000 1.53 +++ td.html 5 Jul 2010 07:17:55 -0000 1.54 @@ -161,12 +161,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="td-interface"> +<div class="no-number no-toc interface" id="td-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#td-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableDataCellElement</b> : <a href="http://dev.w3.org/html5/spec/#htmltablecellelement" title="">HTMLTableCellElement</a> {};</pre> </div> - <div class="no-number no-toc" id="td-display"> + <div class="no-number no-toc display" id="td-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#td-display">#</a> </h2> <div class="css-props" id="td-css"> Index: em.html =================================================================== RCS file: /sources/public/html5/markup/em.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- em.html 3 Jul 2010 02:26:28 -0000 1.47 +++ em.html 5 Jul 2010 07:17:51 -0000 1.48 @@ -64,14 +64,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="em-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="em-display"> + <div class="no-number no-toc display" id="em-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#em-display">#</a> </h2> <div class="css-props" id="em-css"> Index: figure.html =================================================================== RCS file: /sources/public/html5/markup/figure.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- figure.html 3 Jul 2010 02:26:28 -0000 1.34 +++ figure.html 5 Jul 2010 07:17:51 -0000 1.35 @@ -71,7 +71,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="figure-interface"> +<div class="no-number no-toc interface" id="figure-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#figure-interface">#</a> </h2> <p class="dom-interface">Uses Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.hidden.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.hidden.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -118,7 +118,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.hidden-interface"> +<div class="no-number no-toc interface" id="input.hidden-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.112 retrieving revision 1.113 diff -u -d -r1.112 -r1.113 --- style.css 3 Jul 2010 02:26:31 -0000 1.112 +++ style.css 5 Jul 2010 07:17:55 -0000 1.113 @@ -18,7 +18,24 @@ .html5term { color: purple; } +.example { + margin-top: 26px; +} +.examples .example:first-of-type { + margin-top: 0px; +} +.interface, +.display, +.examples +{ + margin-top: 32px; +} +.example p { + margin-top: 12px; + margin-bottom: 6px; +} .example > pre { + margin-top: 6px; margin-right: 15%; background-color: #ccc; padding: 12px; @@ -29,15 +46,31 @@ border-radius: 6px; box-shadow: 4px 4px 4px #888; } -.example > pre.bad { - background-color: #ccc; +.example.valid > pre { + background-color: #c3ffc3; +} +.example.obsoleted > pre, +.example.invalid > pre +{ + background-color: #ffdada; +} +.example.obsoleted > pre:before, +.example.invalid > pre:before +{ + content: "\2716 "; color: red; - padding: 12px; - -webkit-box-shadow: 4px 4px 4px #888; - -moz-border-radius: 6px; - -moz-box-shadow: 4px 4px 4px #888; - border-radius: 6px; - box-shadow: 4px 4px 4px #888; +} +.example.valid > p:first-of-type:before +{ + content: "The following example is valid: "; +} +.example.invalid > p:first-of-type:before +{ + content: "The following example is invalid: "; +} +.example.obsoleted > p:first-of-type:before +{ + content: "The following example is obsolete: "; } #elements > div > div { margin-left: 20px; @@ -254,9 +287,9 @@ .comment { display: block; } -.obsolete { +.obsolete +{ color: red; - font-style: italic; } .element { /* color: orangered; */ Index: kbd.html =================================================================== RCS file: /sources/public/html5/markup/kbd.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- kbd.html 3 Jul 2010 02:26:30 -0000 1.47 +++ kbd.html 5 Jul 2010 07:17:52 -0000 1.48 @@ -73,14 +73,14 @@ represent other input, such as voice commands.</p> </div> </div> -<div class="no-number no-toc" id="kbd-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="kbd-display"> + <div class="no-number no-toc display" id="kbd-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#kbd-display">#</a> </h2> <div class="css-props" id="kbd-css"> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/base.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- base.html 3 Jul 2010 02:26:27 -0000 1.50 +++ base.html 5 Jul 2010 07:17:50 -0000 1.51 @@ -89,7 +89,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="base-interface"> +<div class="no-number no-toc interface" id="base-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/canvas.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- canvas.html 3 Jul 2010 02:26:27 -0000 1.47 +++ canvas.html 5 Jul 2010 07:17:50 -0000 1.48 @@ -86,7 +86,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="canvas-interface"> +<div class="no-number no-toc interface" id="canvas-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#canvas-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCanvasElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.search.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.search.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -127,7 +127,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.search-interface"> +<div class="no-number no-toc interface" id="input.search-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: tfoot.html =================================================================== RCS file: /sources/public/html5/markup/tfoot.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- tfoot.html 3 Jul 2010 02:26:32 -0000 1.45 +++ tfoot.html 5 Jul 2010 07:17:55 -0000 1.46 @@ -116,7 +116,7 @@ elements.</p> </div> </div> -<div class="no-number no-toc" id="tfoot-interface"> +<div class="no-number no-toc interface" id="tfoot-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#tfoot-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -125,7 +125,7 @@ void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index); };</pre> </div> - <div class="no-number no-toc" id="tfoot-display"> + <div class="no-number no-toc display" id="tfoot-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tfoot-display">#</a> </h2> <div class="css-props" id="tfoot-css"> Index: rt.html =================================================================== RCS file: /sources/public/html5/markup/rt.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- rt.html 3 Jul 2010 02:26:31 -0000 1.48 +++ rt.html 5 Jul 2010 07:17:54 -0000 1.49 @@ -76,14 +76,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="rt-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="rt-display"> + <div class="no-number no-toc display" id="rt-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#rt-display">#</a> </h2> <div class="css-props" id="rt-css"> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/fieldset.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- fieldset.html 3 Jul 2010 02:26:28 -0000 1.49 +++ fieldset.html 5 Jul 2010 07:17:51 -0000 1.50 @@ -68,7 +68,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="fieldset-interface"> +<div class="no-number no-toc interface" id="fieldset-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#fieldset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLFieldSetElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -87,7 +87,7 @@ void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); };</pre> </div> - <div class="no-number no-toc" id="fieldset-display"> + <div class="no-number no-toc display" id="fieldset-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#fieldset-display">#</a> </h2> <div class="css-props" id="fieldset-css"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.227 retrieving revision 1.228 diff -u -d -r1.227 -r1.228 --- spec.html 4 Jul 2010 15:16:26 -0000 1.227 +++ spec.html 5 Jul 2010 07:17:54 -0000 1.228 @@ -2891,7 +2891,7 @@ <a href="#flow-content">flow content</a>.</p> </div> </div> -<div class="no-number no-toc" id="a-interface"> +<div class="no-number no-toc interface" id="a-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#a-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -2915,7 +2915,7 @@ attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hash" title="dom-a-hash">hash</a>; };</pre> [...1797 lines suppressed...] </h2> <div class="css-props" id="var-css"> @@ -19026,7 +19067,7 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="video-interface"> +<div class="no-number no-toc interface" id="video-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a> </h2> <pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> { @@ -19091,7 +19132,7 @@ <a href="#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="wbr-interface"> +<div class="no-number no-toc interface" id="wbr-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#wbr-interface">#</a> </h2> <p class="dom-interface">Uses Index: datalist.html =================================================================== RCS file: /sources/public/html5/markup/datalist.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- datalist.html 3 Jul 2010 02:26:27 -0000 1.51 +++ datalist.html 5 Jul 2010 07:17:50 -0000 1.52 @@ -80,14 +80,14 @@ elements that represent the predefined options.</p> </div> </div> -<div class="no-number no-toc" id="datalist-interface"> +<div class="no-number no-toc interface" id="datalist-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#datalist-interface">#</a> </h2> <pre class="idl">interface <b>HTMLDataListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-datalist-options" title="dom-datalist-options">options</a>; };</pre> </div> - <div class="no-number no-toc" id="datalist-display"> + <div class="no-number no-toc display" id="datalist-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#datalist-display">#</a> </h2> <div class="css-props" id="datalist-css"> Index: h1.html =================================================================== RCS file: /sources/public/html5/markup/h1.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- h1.html 3 Jul 2010 02:26:28 -0000 1.50 +++ h1.html 5 Jul 2010 07:17:51 -0000 1.51 @@ -78,12 +78,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="h1-interface"> +<div class="no-number no-toc interface" id="h1-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#h1-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="h1-display"> + <div class="no-number no-toc display" id="h1-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h1-display">#</a> </h2> <div class="css-props" id="h1-css"> Index: h3.html =================================================================== RCS file: /sources/public/html5/markup/h3.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- h3.html 3 Jul 2010 02:26:28 -0000 1.51 +++ h3.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -78,12 +78,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="h3-interface"> +<div class="no-number no-toc interface" id="h3-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#h3-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="h3-display"> + <div class="no-number no-toc display" id="h3-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h3-display">#</a> </h2> <div class="css-props" id="h3-css"> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- optgroup.html 3 Jul 2010 02:26:30 -0000 1.46 +++ optgroup.html 5 Jul 2010 07:17:53 -0000 1.47 @@ -87,7 +87,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="optgroup-interface"> +<div class="no-number no-toc interface" id="optgroup-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#optgroup-interface">#</a> </h2> <pre class="idl">interface <b>HTMLOptGroupElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- input.week.html 3 Jul 2010 02:26:29 -0000 1.54 +++ input.week.html 5 Jul 2010 07:17:52 -0000 1.55 @@ -144,7 +144,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.week-interface"> +<div class="no-number no-toc interface" id="input.week-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- button.button.html 3 Jul 2010 02:26:27 -0000 1.52 +++ button.button.html 5 Jul 2010 07:17:50 -0000 1.53 @@ -106,7 +106,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="button.button-interface"> +<div class="no-number no-toc interface" id="button.button-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#button.button-interface">#</a> </h2> <pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- form.html 3 Jul 2010 02:26:28 -0000 1.56 +++ form.html 5 Jul 2010 07:17:51 -0000 1.57 @@ -142,7 +142,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="form-interface"> +<div class="no-number no-toc interface" id="form-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#form-interface">#</a> </h2> <pre class="idl">[OverrideBuiltins] @@ -169,7 +169,7 @@ void <a href="http://dev.w3.org/html5/spec/#dom-form-dispatchformchange" title="dom-form-dispatchFormChange">dispatchFormChange</a>(); };</pre> </div> - <div class="no-number no-toc" id="form-display"> + <div class="no-number no-toc display" id="form-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#form-display">#</a> </h2> <div class="css-props" id="form-css"> Index: small.html =================================================================== RCS file: /sources/public/html5/markup/small.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- small.html 3 Jul 2010 02:26:31 -0000 1.48 +++ small.html 5 Jul 2010 07:17:54 -0000 1.49 @@ -65,14 +65,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="small-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="small-display"> + <div class="no-number no-toc display" id="small-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#small-display">#</a> </h2> <div class="css-props" id="small-css"> Index: ruby.html =================================================================== RCS file: /sources/public/html5/markup/ruby.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- ruby.html 3 Jul 2010 02:26:31 -0000 1.48 +++ ruby.html 5 Jul 2010 07:17:54 -0000 1.49 @@ -68,14 +68,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="ruby-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="ruby-display"> + <div class="no-number no-toc display" id="ruby-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ruby-display">#</a> </h2> <div class="css-props" id="ruby-css"> Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- ol.html 3 Jul 2010 02:26:30 -0000 1.51 +++ ol.html 5 Jul 2010 07:17:53 -0000 1.52 @@ -112,7 +112,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="ol-interface"> +<div class="no-number no-toc interface" id="ol-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#ol-interface">#</a> </h2> <pre class="idl">interface <b>HTMLOListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -120,7 +120,7 @@ attribute long <a href="http://dev.w3.org/html5/spec/#dom-ol-start" title="dom-ol-start">start</a>; };</pre> </div> - <div class="no-number no-toc" id="ol-display"> + <div class="no-number no-toc display" id="ol-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ol-display">#</a> </h2> <div class="css-props" id="ol-css"> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/article.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- article.html 3 Jul 2010 02:26:26 -0000 1.53 +++ article.html 5 Jul 2010 07:17:50 -0000 1.54 @@ -77,14 +77,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="article-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="article-display"> + <div class="no-number no-toc display" id="article-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#article-display">#</a> </h2> <div class="css-props" id="article-css"> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/colgroup.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- colgroup.html 3 Jul 2010 02:26:27 -0000 1.47 +++ colgroup.html 5 Jul 2010 07:17:50 -0000 1.48 @@ -117,14 +117,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="colgroup-interface"> +<div class="no-number no-toc interface" id="colgroup-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#colgroup-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-colgroup-span" title="dom-colgroup-span">span</a>; };</pre> </div> - <div class="no-number no-toc" id="colgroup-display"> + <div class="no-number no-toc display" id="colgroup-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#colgroup-display">#</a> </h2> <div class="css-props" id="colgroup-css"> Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/dl.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- dl.html 3 Jul 2010 02:26:28 -0000 1.47 +++ dl.html 5 Jul 2010 07:17:51 -0000 1.48 @@ -92,12 +92,12 @@ elements).</p> </div> </div> -<div class="no-number no-toc" id="dl-interface"> +<div class="no-number no-toc interface" id="dl-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#dl-interface">#</a> </h2> <pre class="idl">interface <b>HTMLDListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="dl-display"> + <div class="no-number no-toc display" id="dl-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dl-display">#</a> </h2> <div class="css-props" id="dl-css"> Index: thead.html =================================================================== RCS file: /sources/public/html5/markup/thead.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- thead.html 3 Jul 2010 02:26:32 -0000 1.45 +++ thead.html 5 Jul 2010 07:17:55 -0000 1.46 @@ -100,7 +100,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="thead-interface"> +<div class="no-number no-toc interface" id="thead-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#thead-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -109,7 +109,7 @@ void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index); };</pre> </div> - <div class="no-number no-toc" id="thead-display"> + <div class="no-number no-toc display" id="thead-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#thead-display">#</a> </h2> <div class="css-props" id="thead-css"> Index: tbody.html =================================================================== RCS file: /sources/public/html5/markup/tbody.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- tbody.html 3 Jul 2010 02:26:32 -0000 1.45 +++ tbody.html 5 Jul 2010 07:17:55 -0000 1.46 @@ -110,7 +110,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="tbody-interface"> +<div class="no-number no-toc interface" id="tbody-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#tbody-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -119,7 +119,7 @@ void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index); };</pre> </div> - <div class="no-number no-toc" id="tbody-display"> + <div class="no-number no-toc display" id="tbody-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tbody-display">#</a> </h2> <div class="css-props" id="tbody-css"> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- video.html 3 Jul 2010 02:26:32 -0000 1.62 +++ video.html 5 Jul 2010 07:17:55 -0000 1.63 @@ -185,7 +185,7 @@ string.</p> </div> </div> -<div class="no-number no-toc" id="video-interface"> +<div class="no-number no-toc interface" id="video-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a> </h2> <pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> { Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- source.html 3 Jul 2010 02:26:31 -0000 1.57 +++ source.html 5 Jul 2010 07:17:54 -0000 1.58 @@ -120,7 +120,7 @@ complete video file, or a complete audio file).</p> </div> </div> -<div class="no-number no-toc" id="source-interface"> +<div class="no-number no-toc interface" id="source-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#source-interface">#</a> </h2> <pre class="idl">interface <b>HTMLSourceElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- button.reset.html 3 Jul 2010 02:26:27 -0000 1.52 +++ button.reset.html 5 Jul 2010 07:17:50 -0000 1.53 @@ -106,7 +106,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="button.reset-interface"> +<div class="no-number no-toc interface" id="button.reset-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#button.reset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- meta.charset.html 3 Jul 2010 02:26:30 -0000 1.56 +++ meta.charset.html 5 Jul 2010 07:17:53 -0000 1.57 @@ -100,7 +100,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="meta.charset-interface"> +<div class="no-number no-toc interface" id="meta.charset-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- output.html 3 Jul 2010 02:26:30 -0000 1.53 +++ output.html 5 Jul 2010 07:17:53 -0000 1.54 @@ -81,7 +81,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="output-interface"> +<div class="no-number no-toc interface" id="output-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#output-interface">#</a> </h2> <pre class="idl">interface <b>HTMLOutputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: i.html =================================================================== RCS file: /sources/public/html5/markup/i.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- i.html 3 Jul 2010 02:26:28 -0000 1.46 +++ i.html 5 Jul 2010 07:17:51 -0000 1.47 @@ -77,14 +77,14 @@ italicized.</p> </div> </div> -<div class="no-number no-toc" id="i-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="i-display"> + <div class="no-number no-toc display" id="i-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#i-display">#</a> </h2> <div class="css-props" id="i-css"> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- input.submit.html 3 Jul 2010 02:26:29 -0000 1.51 +++ input.submit.html 5 Jul 2010 07:17:52 -0000 1.52 @@ -122,7 +122,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.submit-interface"> +<div class="no-number no-toc interface" id="input.submit-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- input.date.html 3 Jul 2010 02:26:29 -0000 1.53 +++ input.date.html 5 Jul 2010 07:17:52 -0000 1.54 @@ -144,7 +144,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.date-interface"> +<div class="no-number no-toc interface" id="input.date-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: var.html =================================================================== RCS file: /sources/public/html5/markup/var.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- var.html 3 Jul 2010 02:26:32 -0000 1.46 +++ var.html 5 Jul 2010 07:17:55 -0000 1.47 @@ -66,14 +66,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="var-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="var-display"> + <div class="no-number no-toc display" id="var-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#var-display">#</a> </h2> <div class="css-props" id="var-css"> Index: sub.html =================================================================== RCS file: /sources/public/html5/markup/sub.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- sub.html 3 Jul 2010 02:26:31 -0000 1.48 +++ sub.html 5 Jul 2010 07:17:55 -0000 1.49 @@ -64,14 +64,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="sub-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="sub-display"> + <div class="no-number no-toc display" id="sub-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sub-display">#</a> </h2> <div class="css-props" id="sub-css"> Index: title.html =================================================================== RCS file: /sources/public/html5/markup/title.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- title.html 3 Jul 2010 02:26:32 -0000 1.48 +++ title.html 5 Jul 2010 07:17:55 -0000 1.49 @@ -63,14 +63,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="title-interface"> +<div class="no-number no-toc interface" id="title-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#title-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTitleElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-title-text" title="dom-title-text">text</a>; };</pre> </div> - <div class="no-number no-toc" id="title-display"> + <div class="no-number no-toc display" id="title-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#title-display">#</a> </h2> <div class="css-props" id="title-css"> Index: pre.html =================================================================== RCS file: /sources/public/html5/markup/pre.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- pre.html 3 Jul 2010 02:26:31 -0000 1.49 +++ pre.html 5 Jul 2010 07:17:54 -0000 1.50 @@ -76,12 +76,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="pre-interface"> +<div class="no-number no-toc interface" id="pre-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#pre-interface">#</a> </h2> <pre class="idl">interface <b>HTMLPreElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="pre-display"> + <div class="no-number no-toc display" id="pre-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#pre-display">#</a> </h2> <div class="css-props" id="pre-css"> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/button.submit.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- button.submit.html 3 Jul 2010 02:26:27 -0000 1.52 +++ button.submit.html 5 Jul 2010 07:17:50 -0000 1.53 @@ -111,7 +111,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="button.submit-interface"> +<div class="no-number no-toc interface" id="button.submit-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#button.submit-interface">#</a> </h2> <pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: rp.html =================================================================== RCS file: /sources/public/html5/markup/rp.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- rp.html 3 Jul 2010 02:26:31 -0000 1.48 +++ rp.html 5 Jul 2010 07:17:54 -0000 1.49 @@ -78,7 +78,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="rp-interface"> +<div class="no-number no-toc interface" id="rp-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#rp-interface">#</a> </h2> <p class="dom-interface">Uses Index: sup.html =================================================================== RCS file: /sources/public/html5/markup/sup.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- sup.html 3 Jul 2010 02:26:32 -0000 1.48 +++ sup.html 5 Jul 2010 07:17:55 -0000 1.49 @@ -64,14 +64,14 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="sup-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="sup-display"> + <div class="no-number no-toc display" id="sup-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sup-display">#</a> </h2> <div class="css-props" id="sup-css"> Index: details.html =================================================================== RCS file: /sources/public/html5/markup/details.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- details.html 3 Jul 2010 02:26:27 -0000 1.35 +++ details.html 5 Jul 2010 07:17:51 -0000 1.36 @@ -94,7 +94,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="details-interface"> +<div class="no-number no-toc interface" id="details-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#details-interface">#</a> </h2> <pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- input.url.html 3 Jul 2010 02:26:29 -0000 1.53 +++ input.url.html 5 Jul 2010 07:17:52 -0000 1.54 @@ -130,7 +130,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="input.url-interface"> +<div class="no-number no-toc interface" id="input.url-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: summary.html =================================================================== RCS file: /sources/public/html5/markup/summary.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- summary.html 3 Jul 2010 02:26:32 -0000 1.19 +++ summary.html 5 Jul 2010 07:17:55 -0000 1.20 @@ -66,7 +66,7 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="summary-interface"> +<div class="no-number no-toc interface" id="summary-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#summary-interface">#</a> </h2> <p class="dom-interface">Uses Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/hgroup.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- hgroup.html 3 Jul 2010 02:26:28 -0000 1.47 +++ hgroup.html 5 Jul 2010 07:17:51 -0000 1.48 @@ -78,14 +78,14 @@ example, a section title and an accompanying subtitle.</p> </div> </div> -<div class="no-number no-toc" id="hgroup-interface"> +<div class="no-number no-toc interface" 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>. </p> </div> - <div class="no-number no-toc" id="hgroup-display"> + <div class="no-number no-toc display" id="hgroup-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#hgroup-display">#</a> </h2> <div class="css-props" id="hgroup-css"> Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/h5.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- h5.html 3 Jul 2010 02:26:28 -0000 1.51 +++ h5.html 5 Jul 2010 07:17:51 -0000 1.52 @@ -78,12 +78,12 @@ <a href="syntax.html#text-content">text content</a> of the element.</p> </div> -<div class="no-number no-toc" id="h5-interface"> +<div class="no-number no-toc interface" id="h5-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#h5-interface">#</a> </h2> <pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre> </div> - <div class="no-number no-toc" id="h5-display"> + <div class="no-number no-toc display" id="h5-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h5-display">#</a> </h2> <div class="css-props" id="h5-css">
Received on Monday, 5 July 2010 07:18:52 UTC