[html5] r3421 - [e] (0) Give <span> its own interface.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 15 15:34:42 PDT 2009


Author: ianh
Date: 2009-07-15 15:34:40 -0700 (Wed, 15 Jul 2009)
New Revision: 3421

Modified:
   index
   source
Log:
[e] (0) Give <span> its own interface.

Modified: index
===================================================================
--- index	2009-07-15 22:03:28 UTC (rev 3420)
+++ index	2009-07-15 22:34:40 UTC (rev 3421)
@@ -16093,7 +16093,9 @@
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt>DOM interface:</dt>
-   <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
+   <dd>
+    <pre class=idl>interface <dfn id=htmlspanelement>HTMLSpanElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
+   </dd>
   </dl><p>The <code><a href=#the-span-element>span</a></code> element doesn't mean anything on its own,
   but can be useful when used together with other attributes,
   e.g. <code title=attr-class><a href=#classes>class</a></code>, <code title=attr-lang><a href=#attr-lang>lang</a></code>, or <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>. It <a href=#represents>represents</a> its

Modified: source
===================================================================
--- source	2009-07-15 22:03:28 UTC (rev 3420)
+++ source	2009-07-15 22:34:40 UTC (rev 3421)
@@ -17176,7 +17176,9 @@
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dt>DOM interface:</dt>
-   <dd>Uses <code>HTMLElement</code>.</dd>
+   <dd>
+    <pre class="idl">interface <dfn>HTMLSpanElement</dfn> : <span>HTMLElement</span> {};</pre>
+   </dd>
   </dl>
 
   <p>The <code>span</code> element doesn't mean anything on its own,




More information about the Commit-Watchers mailing list