- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jul 2009 22:34:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv939
Modified Files:
Overview.html
Log Message:
Give <span> its own interface. (whatwg r3421)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2550
retrieving revision 1.2551
diff -u -d -r1.2550 -r1.2551
--- Overview.html 15 Jul 2009 22:03:34 -0000 1.2550
+++ Overview.html 15 Jul 2009 22:34:46 -0000 1.2551
@@ -14060,7 +14060,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
Received on Wednesday, 15 July 2009 22:35:03 UTC