html5/html4-differences Overview.src.html,1.121,1.122 Overview.html,1.144,1.145

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv21431

Modified Files:
	Overview.src.html Overview.html 
Log Message:
code around u

Index: Overview.html
===================================================================
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:20:43 UTC