Skip to content

Commit

Permalink
[e] (0) Give <span> its own interface.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3421 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2009
1 parent cb14488 commit ac10fb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Expand Up @@ -16093,7 +16093,9 @@ For example, the 10th point has coordinate
<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
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -17176,7 +17176,9 @@ For example, the 10th point has coordinate
<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,
Expand Down

0 comments on commit ac10fb9

Please sign in to comment.