- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Aug 2010 23:33:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv30623/elements Modified Files: span.html Log Message: build tweaks to make dfn pop-ups more useful Index: span.html =================================================================== RCS file: /sources/public/html5/markup/elements/span.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- span.html 12 Feb 2010 10:33:50 -0000 1.7 +++ span.html 6 Aug 2010 23:33:27 -0000 1.8 @@ -10,11 +10,11 @@ <div id="details"> <p>The <a href="#span" class="element">span</a> element is a can be used with attributes such as - <a href="#common.attrs.class">class</a>, - <a href="#common.attrs.lang">lang</a>/<a - href="#common.attrs.xmllang">xml:lang</a>, + <a href="#common.attrs.class" class="attribute">class</a>, + <a href="#common.attrs.lang" class="attribute">lang</a>, + <a href="#common.attrs.xmllang" class="attribute">xml:lang</a>, and - <a href="#common.attrs.title">title</a> + <a href="#common.attrs.title" class="attribute">title</a> to add additional semantics and structure to phrasing content.</p> </div> <div id="dom-interface">HTMLSpanElement</div>
Received on Friday, 6 August 2010 23:33:30 UTC