html5/markup/elements s.html,1.4,1.5

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv17559/elements

Modified Files:
	s.html 
Log Message:
refined the documentation for the s element


Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/elements/s.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- s.html	30 Nov 2010 02:16:10 -0000	1.4
+++ s.html	30 Nov 2010 02:52:40 -0000	1.5
@@ -1,9 +1,17 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The s element</h4>
-  <div id="shortdesc" class="new">struck text</div>
+  <div id="shortdesc" class="changed">struck text</div>
   <div id="longdesc">
     <p>The
     <span class="element">struck</span>
     element represents a span of struck text.</p>
   </div>
+  <div id="changes">
+    <p>Although previous versions of HTML defined the
+    <span class="element">s</span>
+    element only in presentational terms, the element has now been given
+    the specific semantic purpose of representing contents that are no
+    longer accurate or no longer relevant and that therefore has been
+    “struck” from the document.</p>
+  </div>
 </div>

Received on Tuesday, 30 November 2010 02:52:44 UTC