html5/spec Overview.html,1.5499,1.5500

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

Modified Files:
	Overview.html 
Log Message:
Make all the element definitions hyperlinked. (whatwg r6902)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5499
retrieving revision 1.5500
diff -u -d -r1.5499 -r1.5500
--- Overview.html	17 Jan 2012 23:34:31 -0000	1.5499
+++ Overview.html	18 Jan 2012 00:02:55 -0000	1.5500
@@ -9848,14 +9848,14 @@
    names like <code title="">data-j2-range</code>).</p>
 
   </div><h4 id="element-definitions"><span class="secno">3.2.4 </span>Element definitions</h4><p>Each element in this specification has a definition that includes
-  the following information:<dl><dt>Categories</dt>
+  the following information:<dl><dt><dfn id="element-dfn-categories" title="element-dfn-categories">Categories</dfn></dt>
 
    <dd><p>A list of <a href="#content-categories" title="content categories">categories</a>
    to which the element belongs. These are used when defining the
    <a href="#content-models">content models</a> for each element.</dd>
 
 
[...2570 lines suppressed...]
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>If the element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state: <a href="#interactive-content">Interactive content</a>.</dd>
    <dd>If the element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state or the <a href="#list-state" title="list state">list</a> state: <a href="#palpable-content">Palpable content</a>.</dd>
-   <dt>Contexts in which this element can be used:</dt>
+   <dt><a href="#element-dfn-contexts" title="element-dfn-contexts">Contexts in which this element can be used</a>:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
-   <dt>Content model:</dt>
+   <dt><a href="#element-dfn-content-model" title="element-dfn-content-model">Content model</a>:</dt>
    <dd>Either: Zero or more <code><a href="#the-li-element">li</a></code> elements.</dd>
    <dd>Or: <a href="#flow-content">Flow content</a>.</dd>
-   <dt>Content attributes:</dt>
+   <dt><a href="#element-dfn-attributes" title="element-dfn-attributes">Content attributes</a>:</dt>
    <dd><a href="#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-menu-type"><a href="#attr-menu-type">type</a></code></dd>
    <dd><code title="attr-menu-label"><a href="#attr-menu-label">label</a></code></dd>
-   <dt>DOM interface:</dt>
+   <dt><a href="#element-dfn-dom" title="element-dfn-dom">DOM interface</a>:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmenuelement">HTMLMenuElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <a href="#dom-menu-type" title="dom-menu-type">type</a>;

Received on Wednesday, 18 January 2012 00:03:11 UTC