html5/spec Overview.html,1.2040,1.2041

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6552

Modified Files:
	Overview.html 
Log Message:
stylistic tweaks (whatwg r)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2040
retrieving revision 1.2041
diff -u -d -r1.2040 -r1.2041
--- Overview.html	25 Feb 2009 12:46:34 -0000	1.2040
+++ Overview.html	25 Feb 2009 14:11:16 -0000	1.2041
@@ -5911,52 +5911,50 @@
   members of this interface are therefore described in various
   different sections of this specification.<h4 id=global-attributes><span class=secno>3.3.3 </span><dfn>Global attributes</dfn></h4><p>The following attributes are common to and may be specified on
   all <a href=#html-elements>HTML elements</a> (even those not defined in this
-  specification):<dl class=element><dt>Global attributes:</dt>
-   <dd><code title=attr-class><a href=#classes>class</a></code></dd>
-   <dd><code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code></dd>
-   <dd><code title=attr-contextmenu><a href=#attr-contextmenu>contextmenu</a></code></dd>
-   <dd><code title=attr-dir><a href=#the-dir-attribute>dir</a></code></dd>
-   <dd><code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code></dd>
-   <dd><code title=attr-id><a href=#the-id-attribute>id</a></code></dd>
-   <dd><code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code></dd>
-   <dd><code title=attr-lang><a href=#the-lang-and-xml:lang-attributes>lang</a></code></dd>
-   <dd><code title=attr-style><a href=#the-style-attribute>style</a></code></dd>
-   <dd><code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code></dd>
-   <dd><code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code></dd>
-   <dd><code title=attr-title><a href=#the-title-attribute>title</a></code></dd>
-  </dl><p>In addition, unless otherwise specified, the following
+  specification):<ul class=brief><li><code title=attr-class><a href=#classes>class</a></code></li>
+   <li><code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code></li>
+   <li><code title=attr-contextmenu><a href=#attr-contextmenu>contextmenu</a></code></li>
+   <li><code title=attr-dir><a href=#the-dir-attribute>dir</a></code></li>
+   <li><code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code></li>
+   <li><code title=attr-id><a href=#the-id-attribute>id</a></code></li>
+   <li><code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code></li>
+   <li><code title=attr-lang><a href=#the-lang-and-xml:lang-attributes>lang</a></code></li>
+   <li><code title=attr-style><a href=#the-style-attribute>style</a></code></li>
+   <li><code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code></li>
+   <li><code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code></li>
+   <li><code title=attr-title><a href=#the-title-attribute>title</a></code></li>
+  </ul><p>In addition, unless otherwise specified, the following
   <a href=#event-handler-content-attributes>event handler content attributes</a> may be specified on
-  any <a href=#html-elements title="HTML elements">HTML element</a>:<dl class=element><dt>Event handler content attributes:</dt>
-   <dd><code title=handler-onabort><a href=#handler-onabort>onabort</a></code></dd>
-   <dd><code title=handler-onblur><a href=#handler-onblur>onblur</a></code></dd>
-   <dd><code title=handler-onchange><a href=#handler-onchange>onchange</a></code></dd>
-   <dd><code title=handler-onclick><a href=#handler-onclick>onclick</a></code></dd>
-   <dd><code title=handler-oncontextmenu><a href=#handler-oncontextmenu>oncontextmenu</a></code></dd>
-   <dd><code title=handler-ondblclick><a href=#handler-ondblclick>ondblclick</a></code></dd>
-   <dd><code title=handler-ondrag><a href=#handler-ondrag>ondrag</a></code></dd>
-   <dd><code title=handler-ondragend><a href=#handler-ondragend>ondragend</a></code></dd>
-   <dd><code title=handler-ondragenter><a href=#handler-ondragenter>ondragenter</a></code></dd>
-   <dd><code title=handler-ondragleave><a href=#handler-ondragleave>ondragleave</a></code></dd>
-   <dd><code title=handler-ondragover><a href=#handler-ondragover>ondragover</a></code></dd>
-   <dd><code title=handler-ondragstart><a href=#handler-ondragstart>ondragstart</a></code></dd>
-   <dd><code title=handler-ondrop><a href=#handler-ondrop>ondrop</a></code></dd>
-   <dd><code title=handler-onerror><a href=#handler-onerror>onerror</a></code>*</dd>
-   <dd><code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code></dd>
-   <dd><code title=handler-onkeydown><a href=#handler-onkeydown>onkeydown</a></code></dd>
-   <dd><code title=handler-onkeypress><a href=#handler-onkeypress>onkeypress</a></code></dd>
-   <dd><code title=handler-onkeyup><a href=#handler-onkeyup>onkeyup</a></code></dd>
-   <dd><code title=handler-onload><a href=#handler-onload>onload</a></code>*</dd>
-   <dd><code title=handler-onmessage><a href=#handler-onmessage>onmessage</a></code>*</dd>
-   <dd><code title=handler-onmousedown><a href=#handler-onmousedown>onmousedown</a></code></dd>
-   <dd><code title=handler-onmousemove><a href=#handler-onmousemove>onmousemove</a></code></dd>
-   <dd><code title=handler-onmouseout><a href=#handler-onmouseout>onmouseout</a></code></dd>
-   <dd><code title=handler-onmouseover><a href=#handler-onmouseover>onmouseover</a></code></dd>
-   <dd><code title=handler-onmouseup><a href=#handler-onmouseup>onmouseup</a></code></dd>
-   <dd><code title=handler-onmousewheel><a href=#handler-onmousewheel>onmousewheel</a></code></dd>
-   <dd><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code></dd>
-   <dd><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></dd>
-   <dd><code title=handler-onsubmit><a href=#handler-onsubmit>onsubmit</a></code></dd>
-  </dl><p class=note>The attributes marked with an asterisk cannot be
+  any <a href=#html-elements title="HTML elements">HTML element</a>:<ul class=brief><li><code title=handler-onabort><a href=#handler-onabort>onabort</a></code></li>
+   <li><code title=handler-onblur><a href=#handler-onblur>onblur</a></code></li>
+   <li><code title=handler-onchange><a href=#handler-onchange>onchange</a></code></li>
+   <li><code title=handler-onclick><a href=#handler-onclick>onclick</a></code></li>
+   <li><code title=handler-oncontextmenu><a href=#handler-oncontextmenu>oncontextmenu</a></code></li>
+   <li><code title=handler-ondblclick><a href=#handler-ondblclick>ondblclick</a></code></li>
+   <li><code title=handler-ondrag><a href=#handler-ondrag>ondrag</a></code></li>
+   <li><code title=handler-ondragend><a href=#handler-ondragend>ondragend</a></code></li>
+   <li><code title=handler-ondragenter><a href=#handler-ondragenter>ondragenter</a></code></li>
+   <li><code title=handler-ondragleave><a href=#handler-ondragleave>ondragleave</a></code></li>
+   <li><code title=handler-ondragover><a href=#handler-ondragover>ondragover</a></code></li>
+   <li><code title=handler-ondragstart><a href=#handler-ondragstart>ondragstart</a></code></li>
+   <li><code title=handler-ondrop><a href=#handler-ondrop>ondrop</a></code></li>
+   <li><code title=handler-onerror><a href=#handler-onerror>onerror</a></code>*</li>
+   <li><code title=handler-onfocus><a href=#handler-onfocus>onfocus</a></code></li>
+   <li><code title=handler-onkeydown><a href=#handler-onkeydown>onkeydown</a></code></li>
+   <li><code title=handler-onkeypress><a href=#handler-onkeypress>onkeypress</a></code></li>
+   <li><code title=handler-onkeyup><a href=#handler-onkeyup>onkeyup</a></code></li>
+   <li><code title=handler-onload><a href=#handler-onload>onload</a></code>*</li>
+   <li><code title=handler-onmessage><a href=#handler-onmessage>onmessage</a></code>*</li>
+   <li><code title=handler-onmousedown><a href=#handler-onmousedown>onmousedown</a></code></li>
+   <li><code title=handler-onmousemove><a href=#handler-onmousemove>onmousemove</a></code></li>
+   <li><code title=handler-onmouseout><a href=#handler-onmouseout>onmouseout</a></code></li>
+   <li><code title=handler-onmouseover><a href=#handler-onmouseover>onmouseover</a></code></li>
+   <li><code title=handler-onmouseup><a href=#handler-onmouseup>onmouseup</a></code></li>
+   <li><code title=handler-onmousewheel><a href=#handler-onmousewheel>onmousewheel</a></code></li>
+   <li><code title=handler-onscroll><a href=#handler-onscroll>onscroll</a></code></li>
+   <li><code title=handler-onselect><a href=#handler-onselect>onselect</a></code></li>
+   <li><code title=handler-onsubmit><a href=#handler-onsubmit>onsubmit</a></code></li>
+  </ul><p class=note>The attributes marked with an asterisk cannot be
   specified on <code><a href=#the-body-element>body</a></code> elements as those elements expose
   <a href=#event-handler-attributes-0>event handler attributes</a> of the <code><a href=#window>Window</a></code>
   object with the same names.</p><hr><p>Also, <a href=#custom-data-attribute title="custom data attribute">custom data

Received on Wednesday, 25 February 2009 14:11:30 UTC