- From: poot <cvsmail@w3.org>
- Date: Tue, 10 May 2011 05:22:58 -0400
- To: public-html-diffs@w3.org
simon: code around u
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.144&r2=1.145&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Overview.html 10 May 2011 08:04:45 -0000 1.144
+++ Overview.html 10 May 2011 09:20:39 -0000 1.145
@@ -963,10 +963,10 @@
strong emphasis.
<li>
- <p>The u element now represents a span of text with an unarticulated,
- though explicitly rendered, non-textual annotation, such as labeling the
- text as being a proper name in Chinese text (a Chinese proper name
- mark), or labeling the text as being misspelt.
+ <p>The <code>u</code> element now represents a span of text with an
+ unarticulated, though explicitly rendered, non-textual annotation, such
+ as labeling the text as being a proper name in Chinese text (a Chinese
+ proper name mark), or labeling the text as being misspelt.
</ul>
<h3 id=changed-attributes><span class=secno>3.4. </span>Changed attributes</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Overview.src.html 10 May 2011 08:04:45 -0000 1.121
+++ Overview.src.html 10 May 2011 09:20:39 -0000 1.122
@@ -747,7 +747,7 @@
<li><p>The <code>strong</code> element now represents importance rather
than strong emphasis.</p></li>
- <li><p>The u element now represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt.</p></li>
+ <li><p>The <code>u</code> element now represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt.</p></li>
</ul>
Received on Tuesday, 10 May 2011 09:22:59 UTC