csswg/css3-text Overview.html,1.138,1.139 Overview.src.html,1.236,1.237

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv18228

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Rename bikeshedding to text-space-collapse

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- Overview.html	23 May 2011 18:08:03 -0000	1.138
+++ Overview.html	3 Jun 2011 13:58:09 -0000	1.139
@@ -84,14 +84,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 June 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/05/23 17:41:06 $ (CVS $Revision$)</a> <!--
[...2836 lines suppressed...]
-        title="word-wrap:break-word"><strong>7.2.</strong></a>
+     <li>word-wrap:break-word, <a href="#break-word"
+      title="word-wrap:break-word"><strong>7.2.</strong></a>
 
-       <li>word-wrap:hyphenate, <a href="#hyphenate"
-        title="word-wrap:hyphenate"><strong>7.2.</strong></a>
+     <li>word-wrap:hyphenate, <a href="#hyphenate"
+      title="word-wrap:hyphenate"><strong>7.2.</strong></a>
 
-       <li>word-wrap:normal, <a href="#normal3"
-        title="word-wrap:normal"><strong>7.2.</strong></a>
-      </ul>
-      <!--end-index--></div>
-    </div>
-  </ul>
+     <li>word-wrap:normal, <a href="#normal3"
+      title="word-wrap:normal"><strong>7.2.</strong></a>
+    </ul>
+    <!--end-index--></div>
+  </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- Overview.src.html	23 May 2011 18:08:03 -0000	1.236
+++ Overview.src.html	3 Jun 2011 13:58:09 -0000	1.237
@@ -430,7 +430,7 @@
     Can we just copy the behavior of some zero-width Unicode character?</span>
 
   <h3 id="white-space-collapsing">
-    White Space Collapsing: the 'bikeshedding' property</h3>
+    White Space Collapsing: the 'text-space-collapse' property</h3>
 
     <p class="issue">This section is still under discussion and may change in future drafts.</p>
 
@@ -438,7 +438,7 @@
       <tbody>
         <tr>
           <th>Name:</th>
-          <td><dfn>bikeshedding</dfn></td>
+          <td><dfn>text-space-collapse</dfn></td>
         </tr>
         <tr>
           <th>Value:</th>
@@ -569,14 +569,14 @@
       ignoring bidi formatting characters as if they were not there:</p>
 
     <ul>
-    <li id="collapse"><p>If 'bikeshedding'
+    <li id="collapse"><p>If 'text-space-collapse'
       is set to ''collapse'' or ''preserve-breaks'', white space characters
       are considered <dfn>collapsible</dfn> and are processed by
       performing the following steps:</p>
       <ol>
         <li>All spaces and tabs immediately preceding or following a line
           feed character are removed.</li>
-        <li>If 'bikeshedding' is not
+        <li>If 'text-space-collapse' is not
           ''preserve-breaks'', line feed characters are transformed for
           rendering according to the <a href="#line-break-transform">line
           feed transformation rules</a>.
@@ -596,11 +596,11 @@
           a line breaking opportunity in the text.
       </ol>
     </li>
-    <li><p>If 'bikeshedding' is set to
+    <li><p>If 'text-space-collapse' is set to
       ''preserve'', any sequence of spaces unbroken by an element
       boundary is treated as a sequence of non-breaking spaces. However,
       a line breaking opportunity exists at the end of the sequence.</p></li>
-    <li><p>If 'bikeshedding' is set to
+    <li><p>If 'text-space-collapse' is set to
       ''discard'', the first white space character in every white space
       sequence is converted to a zero width non-joiner (U+200C) and
       the rest of the sequence is removed.</p>
@@ -637,7 +637,7 @@
 
       <p>where the <code>&lt;ltr&gt;</code> element represents a left-to-right
         embedding and the <code>&lt;rtl&gt;</code> element represents a
-        right-to-left embedding. If the 'bikeshedding' property is set
+        right-to-left embedding. If the 'text-space-collapse' property is set
         to ''collapse'', the above processing model would result in the
         following:</p>
 
@@ -743,25 +743,25 @@
     </table>
 
     <p>The 'white-space' property is a shorthand for the
-      'bikeshedding' and 'text-wrap' properties.
+      'text-space-collapse' and 'text-wrap' properties.
       Not all combinations are represented.
       Values have the following meanings:</p>
 
     <dl>
       <dt><dfn title="white-space:normal"><code>normal</code></dfn></dt>
-      <dd>Sets 'bikeshedding' to ''collapse'' and
+      <dd>Sets 'text-space-collapse' to ''collapse'' and
         'text-wrap' to ''normal''</dd>
       <dt><dfn title="white-space:pre"><code>pre</code></dfn></dt>
-      <dd>Sets 'bikeshedding' to ''preserve'' and
+      <dd>Sets 'text-space-collapse' to ''preserve'' and
         'text-wrap' to ''none''</dd>
       <dt><dfn title="white-space:nowrap"><code>nowrap</code></dfn></dt>
-      <dd>Sets 'bikeshedding' to ''collapse'' and
+      <dd>Sets 'text-space-collapse' to ''collapse'' and
         'text-wrap' to ''none''</dd>
       <dt><dfn title="white-space:pre-wrap"><code>pre-wrap</code></dfn></dt>
-      <dd>Sets 'bikeshedding' to ''preserve'' and
+      <dd>Sets 'text-space-collapse' to ''preserve'' and
         'text-wrap' to ''normal''</dd>
       <dt><dfn title="white-space:pre-line"><code>pre-line</code></dfn></dt>
-      <dd>Sets 'bikeshedding' to ''preserve-breaks'' and
+      <dd>Sets 'text-space-collapse' to ''preserve-breaks'' and
         'text-wrap' to ''normal''</dd>
     </dl>
 
@@ -4287,59 +4287,16 @@
 
 <h2 class="no-num" id="changes">Changes</h2>
   <h3 class="no-num" id="recent-changes">
-  Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110215/">February
+  Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">April
   2011 CSS3 Text <abbr title="Working Draft">WD</abbr></a></h3>
 
   <p>Major changes include:</p>
 
   <ul>
-    <li>Rename ''large-kana'' to ''fullsize-kana''.
-    <li>Merged 'hyphenate-limit-before' and 'hyphenate-limit-after'
-      into 'hyphenate-limit-chars' and added a word-length limit as well.
-    <li>Renamed 'white-space-collapsing' to 'bikeshedding'.
-    <li>Added 'tab-size' property.
-    <li>Removed ''keep-words'' value of 'word-break'.
-    <li>Removed optional second hyphenation character.
-    <li>Added 'hyphenate-zone' property.
-    <li>Removed ''unrestricted'' value of 'text-wrap'.
-    <li>Added ''hyphenate'' value to 'word-wrap'.
-    <li>Merged 'text-align-first' into 'text-align'.
-    <li>Removed ''last'' value of 'hanging-punctuation'.
-    <li>Added cancel values to 'text-decoration-lines'/'text-decoration'.
-    <li>Removed ''all'' value of 'text-decoration-skip'.
-    <li>Changed ''wave'' value of 'text-decoration-style' to ''wavy''.
-    <li>Changed syntax of 'text-emphasis-position' to allow more
-      combinations of position values.
-    <li>Added an informative appendix on cultural correlations of various
-      CSS3 Text features.
-    <li>Added an appendix to categorize scripts according to the categories
-      used to define, e.g. 'text-justify' behavior.
+    <li>Renamed 'bikeshedding' to 'text-space-collapse'.
   </ul>
 
-  <p>The following properties have been marked optional for conformance to
-    this module:
-    'hyphenate-limit-zone',
-    'hyphenate-limit-chars',
-    'hyphenate-limit-lines',
-    'hyphenate-resources'/''@hyphenate-resource'',
-    'line-break',
-    'text-spacing',
-    'hanging-punctuation'
-
   <p>Significant details updated:</p>
-  <ul>
-    <li>More details for ''text-transform: capitalize''.
-    <li>Linked to mapping rules for ''text-transform: fullwidth'', defined
-      interaction with space character.
-    <li>Updated definition of control character handling.
-    <li>Fixed errors in informative summary of white space collapsing.
-    <li>Hard hyphens do not disable hyphenation in a word.
-    <li>Added example of Japanese indentation schemes.
-    <li>Major clarifications to 'hanging-punctuation'.
-    <li>Sync'ed text decoration definition with CSS2.1 and defined
-      some previously-undefined cases.
-    <li>Computed value of 'text-decoration-color' is the computed (not
-      specified) color.
 
 <h2 class="no-num" id="acknowledgements">
   Appendix A: Acknowledgements</h2>

Received on Friday, 3 June 2011 13:58:16 UTC