- From: poot <cvsmail@w3.org>
- Date: Tue, 17 Jan 2012 19:03:14 -0500
- To: public-html-diffs@w3.org
hixie: Make all the element definitions hyperlinked. (whatwg r6902) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5499&r2=1.5500&f=h http://html5.org/tools/web-apps-tracker?from=6901&to=6902 =================================================================== 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:15 UTC