- From: poot <cvsmail@w3.org>
- Date: Thu, 16 Jul 2009 07:35:14 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Give <span> its own interface. (whatwg r3421) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2550&r2=1.2551&f=h http://html5.org/tools/web-apps-tracker?from=3420&to=3421 =================================================================== 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:50 UTC