- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Apr 2011 12:33:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv16672/elements Added Files: u.html Log Message: document the <u> element --- NEW FILE: u.html --- <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The u element</h4> <div id="shortdesc" class="changed">offset text conventionally styled with an underline</div> <div id="longdesc"> <p>The <span class="element">u</span> element represents a span of text offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is underlining; for example, a span of text in Chinese that is a proper name (a Chinese proper name mark), or span of text that is known to be misspelled.</p> </div> <div id="changes"> <p>Although previous versions of HTML defined the <span class="element">u</span> element only in presentational terms, the element has now been given the specific semantic purpose of representing text “offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is underlining”.</p> </div> </div>
Received on Saturday, 30 April 2011 12:33:27 UTC