html5/markup Overview.html,1.469,1.470 elements.html,1.70,1.71 s.html,1.1,1.2 spec.html,1.290,1.291

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

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


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -d -r1.469 -r1.470
--- Overview.html	30 Nov 2010 02:16:07 -0000	1.469
+++ Overview.html	30 Nov 2010 02:52:39 -0000	1.470
@@ -532,7 +532,7 @@
 <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">&#9432;</a></span> <a href="ruby.html#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> &#8211; <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </li>
 <li id="s-toc">
-<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
 </li>
 <li id="samp-toc">
 <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">&#9432;</a></span> <a href="samp.html#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> &#8211; <span class="shortdesc">(sample) output</span></span></a>

Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/s.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- s.html	30 Nov 2010 02:34:22 -0000	1.1
+++ s.html	30 Nov 2010 02:52:39 -0000	1.2
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <link rel="stylesheet" href="ED.css" type="text/css">
-<title>HTML5:  s &#8211; struck text (NEW)</title>
+<title>HTML5:  s &#8211; struck text (CHANGED)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 <link rel="prev" href="ruby.html" title="ruby">
 <link rel="next" href="samp.html" title="samp">
@@ -20,7 +20,7 @@
 </div>
 <div class="no-number elementpage section">
       <h2 class="element-head">
-<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <span class="element">s</span> &#8211; <span class="shortdesc">struck text</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="Overview.html#s-toc">T</a>
+<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <span class="element">s</span> &#8211; <span class="shortdesc">struck text</span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="Overview.html#s-toc">T</a>
 </h2>
       <div id="s-longdesc" class="longdesc">
     <p>The
@@ -68,7 +68,20 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      <div class="no-number no-toc interface" id="s-interface">
+      
+        <div class="no-number no-toc" id="s-changes">
+        <h2 class="element-subhead">Changes in HTML5 <a class="hash" href="#s-changes">#</a>
+</h2>
+<div class="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
+    &#8220;struck&#8221; from the document.</p>
+  </div>
+</div>
+<div class="no-number no-toc interface" id="s-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#s-interface">#</a>
 </h2>
 <p class="dom-interface">Uses

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- spec.html	30 Nov 2010 02:33:31 -0000	1.290
+++ spec.html	30 Nov 2010 02:52:39 -0000	1.291
@@ -529,7 +529,7 @@
 <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">&#9432;</a></span> <a href="#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> &#8211; <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </li>
 <li id="s-toc">
-<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
 </li>
 <li id="samp-toc">
 <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">&#9432;</a></span> <a href="#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> &#8211; <span class="shortdesc">(sample) output</span></span></a>
@@ -2937,7 +2937,7 @@
 <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">&#9432;</a></span> <a href="#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> &#8211; <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </li>
 <li>
-<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
 </li>
 <li>
 <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">&#9432;</a></span> <a href="#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> &#8211; <span class="shortdesc">(sample) output</span></span></a>
@@ -20698,7 +20698,7 @@
 </div>
 <div id="s" class="no-number elementpage section">
       <h2 class="element-head">
-<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <span class="element">s</span> &#8211; <span class="shortdesc">struck text</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="#s-toc">T</a>
+<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <span class="element">s</span> &#8211; <span class="shortdesc">struck text</span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <a class="hash" href="#s">#</a> <a class="toc-bak" href="#s-toc">T</a>
 </h2>
       <div id="s-longdesc" class="longdesc">
     <p>The
@@ -20746,7 +20746,20 @@
         <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
             <a href="#common.elem.phrasing">phrasing elements</a></span></span></p>
       </div>
-      <div class="no-number no-toc interface" id="s-interface">
+      
+        <div class="no-number no-toc" id="s-changes">
+        <h2 class="element-subhead">Changes in HTML5 <a class="hash" href="#s-changes">#</a>
+</h2>
+<div class="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
+    &#8220;struck&#8221; from the document.</p>
+  </div>
+</div>
+<div class="no-number no-toc interface" id="s-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#s-interface">#</a>
 </h2>
 <p class="dom-interface">Uses

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- elements.html	30 Nov 2010 02:16:08 -0000	1.70
+++ elements.html	30 Nov 2010 02:52:39 -0000	1.71
@@ -367,7 +367,7 @@
 <span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">&#9432;</a></span> <a href="ruby.html#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> &#8211; <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </li>
 <li>
-<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
 </li>
 <li>
 <span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">&#9432;</a></span> <a href="samp.html#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> &#8211; <span class="shortdesc">(sample) output</span></span></a>

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