csswg/css3-text Overview.html,1.183,1.184 Overview.src.html,1.282,1.283

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Swap order of text-decoration-style and text-decoration-color per <http://lists.w3.org/Archives/Public/www-style/2011Oct/0020.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- Overview.html	15 Sep 2011 23:18:08 -0000	1.183
+++ Overview.html	4 Oct 2011 00:51:39 -0000	1.184
@@ -29,15 +29,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 September
-    2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 October 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/09/14
-     10:20:14 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110915/">http://www.w3.org/TR/2011/WD-css3-text-20110915/</a></dd>
+    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/09/29
+     21:46:18 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111004/">http://www.w3.org/TR/2011/WD-css3-text-20111004/</a></dd>
     -->
      
 
@@ -71,13 +70,13 @@
    <p class=copyright><a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
     rel=license>Copyright</a> &copy; 2011 <a
-    href="http://www.w3.org/"><acronym title="World Wide Web
-    Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
-    href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
-    of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
-    title="European Research Consortium for Informatics and
-    Mathematics">ERCIM</acronym></a>, <a
-    href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
+    href="http://www.w3.org/"><acronym
+    title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
+    href="http://www.csail.mit.edu/"><acronym
+    title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
+    href="http://www.ercim.eu/"><acronym
+    title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
+    <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
     <a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -996,7 +995,11 @@
    <p>Consider the following markup fragment, taking special note of spaces
     (with varied backgrounds and borders for emphasis and identification):</p>
 
-   <pre><code>&lt;ltr&gt;A<span class=egbidiwsaA>&#160;</span>&lt;rtl&gt;<span class=egbidiwsbB>&#160;</span>B<span class=egbidiwsaB>&#160;</span>&lt;/rtl&gt;<span class=egbidiwsbC>&#160;</span>C&lt;/ltr&gt;</code></pre>
+   <pre><code>&lt;ltr&gt;A<span
+    class=egbidiwsaA>&#160;</span>&lt;rtl&gt;<span
+    class=egbidiwsbB>&#160;</span>B<span
+    class=egbidiwsaB>&#160;</span>&lt;/rtl&gt;<span
+    class=egbidiwsbC>&#160;</span>C&lt;/ltr&gt;</code></pre>
 
    <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
@@ -1021,7 +1024,8 @@
     level. This is then ordered according to the Unicode bidirectional
     algorithm, with the end result being:</p>
 
-   <pre>A<span class=egbidiwsaA>&#160;</span><span class=egbidiwsaB>&#160;</span>BC</pre>
+   <pre>A<span class=egbidiwsaA>&#160;</span><span
+    class=egbidiwsaB>&#160;</span>BC</pre>
 
    <p>Note that there are two spaces between A and B, and none between B and
     C. This is best avoided by putting spaces outside the element instead of
@@ -3191,6 +3195,8 @@
    line. At element boundaries, the letter spacing is given by and rendered
    within the innermost element that <em>contains</em> the boundary.
 
+  <p class=issue>How are atomic inlines handled wrt letter-spacing?
+
   <div class=example>
    <p>For example, given the markup</p>
 
@@ -3743,15 +3749,9 @@
     distinguished by their handling of opening brackets.
 
    <div class=figure>
-    <p><img alt="The first scheme aligns opening brackets flush with the
-     indent edge on the first line and with the start edge of other lines.
-     The second scheme gives the opening bracket its full width, so that it
-     is effectively indented half an em from the indent edge and from the
-     start edge of other lines. The third scheme aligns the opening brackets
-     flush with the start edge of lines, but hangs them inside the indent on
-     the first line (resulting in an effective half-em indent instead of the
-     full em for paragraphs that begin with an opening bracket)." height=360
-     src=opening-brackets-at-line-head.png width=646>
+    <p><img
+     alt="The first scheme aligns opening brackets flush with the indent              edge on the first line and with the start edge of other lines.              The second scheme gives the opening bracket its full width, so              that it is effectively indented half an em from the indent edge              and from the start edge of other lines.              The third scheme aligns the opening brackets flush with the              start edge of lines, but hangs them inside the indent on the              first line (resulting in an effective half-em indent instead              of the full em for paragraphs that begin with an opening bracket)."
+     height=360 src=opening-brackets-at-line-head.png width=646>
 
     <p class=caption>Positioning of opening brackets at line head <a
      href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a></p>
@@ -4093,11 +4093,9 @@
   <div class=example>
    <p>The following figure shows the averaging for underline:
 
-   <p><img alt="In the first rendering of the underlined text '1st a' with
-    'st' as a superscript, both the '1st' and the 'a' are rendered in a small
-    font. In the second rendering, the 'a' is rendered in a larger font. In
-    the third, both '1st' and 'a' are large." height=105
-    src=underline-averaging.gif width=326>
+   <p><img
+    alt="In the first rendering of the underlined text '1st a'                    with 'st' as a superscript, both the '1st' and the 'a'                    are rendered in a small font. In the second rendering,                    the 'a' is rendered in a larger font. In the third, both                    '1st' and 'a' are large."
+    height=105 src=underline-averaging.gif width=326>
 
    <p>In the three fragments of underlined text, the underline is drawn
     consecutively lower and thicker as the ratio of large text to small text
@@ -4387,9 +4385,9 @@
      <td><var><a
       href="#text-decoration-line">&lt;text-decoration-line&gt;</a></var> ||
       <var><a
-      href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var>
-      || <var><a
       href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var>
+      || <var><a
+      href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var>
       || blink
 
     <tr>
@@ -4454,7 +4452,8 @@
 <!--   -->:link {
 <!--   -->    color: blue;
 <!--   -->    text-decoration: underline;
-<!--   -->    text-decoration: navy dotted underline; /* <a href="http://www.w3.org/TR/CSS21/syndata.html#ignore">Ignored</a> in CSS1/CSS2 UAs */
+<!--   -->    text-decoration: navy dotted underline; /* <a
+    href="http://www.w3.org/TR/CSS21/syndata.html#ignore">Ignored</a> in CSS1/CSS2 UAs */
 <!--   -->}
 <!-- --></code></pre>
   </div>
@@ -4846,8 +4845,9 @@
    on the same side, the UA may hide ruby and draw only emphasis marks.
 
   <div class=figure>
-   <p><img alt="Example of emphasis marks applied to 4 characters, and ruby
-    to 2 of them" height=50 src=text-emphasis-ruby.png width=134></p>
+   <p><img
+    alt="Example of emphasis marks applied to 4 characters, and ruby to 2 of them"
+    height=50 src=text-emphasis-ruby.png width=134></p>
 
    <p class=caption>Emphasis marks applied to 4 characters, and ruby to 2 of
     them</p>
@@ -5081,15 +5081,17 @@
 
       <td>right
 
-      <td> <img alt="Emphasis marks appear above each emphasized character in
-       horizontal Japanese text." height=28 src=text-emphasis-ja.gif
-       title="Emphasis (shown in blue for clarity) applied above a fragment
-       of Japanese text" width=225>
+      <td> <img
+       alt="Emphasis marks appear above each emphasized character in horizontal Japanese text."
+       height=28 src=text-emphasis-ja.gif
+       title="Emphasis (shown in blue for clarity) applied above a fragment of Japanese text"
+       width=225>
 
-      <td rowspan=2> <img alt="Emphasis marks appear on the right of each
-       emphasized character in vertical Japanese text." height=89
-       src=text-emphasis-v.gif title="Emphasis applied on the right of a
-       fragment of Japanese text" width=34>
+      <td rowspan=2> <img
+       alt="Emphasis marks appear on the right of each emphasized character in vertical Japanese text."
+       height=89 src=text-emphasis-v.gif
+       title="Emphasis applied on the right of a fragment of Japanese text"
+       width=34>
      </tr>
      <!--
           <tr>
@@ -5106,10 +5108,11 @@
 
       <td>right
 
-      <td> <img alt="Emphasis marks appear below each emphasized character in
-       horizontal Simplified Chinese text." height=28
-       src=text-emphasis-zh.gif title="Emphasis (shown in blue for clarity)
-       applied below a fragment of Chinese text" width=133>
+      <td> <img
+       alt="Emphasis marks appear below each emphasized character in horizontal Simplified Chinese text."
+       height=28 src=text-emphasis-zh.gif
+       title="Emphasis (shown in blue for clarity) applied below a fragment of Chinese text"
+       width=133>
    </table>
   </div>
 
@@ -5489,10 +5492,10 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
     Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
     2011. W3C Recommendation. URL: <a
-    href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
     </dd>
    <!---->
 
@@ -5518,7 +5521,8 @@
 
    <dt id=CSS3FONT>[CSS3FONT]
 
-   <dd>John Daggett. <a
+   <dd>&#10087; (please update this reference to CSS3-FONTS, thanks, bye)
+    John Daggett. <a
     href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324"><cite>CSS Fonts
     Module Level 3.</cite></a> 24 March 2011. W3C Working Draft. (Work in
     progress.) URL: <a
@@ -5608,9 +5612,9 @@
    <dt id=CSS3COLOR>[CSS3COLOR]
 
    <dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
-    href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
+    href="http://www.w3.org/TR/2011/REC-css3-color-20110607/"><cite>CSS Color
     Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
-    href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
+    href="http://www.w3.org/TR/2011/REC-css3-color-20110607/">http://www.w3.org/TR/2011/REC-css3-color-20110607/</a>
     </dd>
    <!---->
 
@@ -6573,8 +6577,8 @@
     <tr>
      <th><a class=property href="#text-decoration0">text-decoration</a>
 
-     <td>&lt;text-decoration-line&gt; || &lt;text-decoration-color&gt; ||
-      &lt;text-decoration-style&gt; || blink
+     <td>&lt;text-decoration-line&gt; || &lt;text-decoration-style&gt; ||
+      &lt;text-decoration-color&gt; || blink
 
      <td>none
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- Overview.src.html	29 Sep 2011 21:46:18 -0000	1.282
+++ Overview.src.html	4 Oct 2011 00:51:39 -0000	1.283
@@ -3232,8 +3232,8 @@
           <tr>
             <th>Value:</th>
             <td><var><a href="#text-decoration-line">&lt;text-decoration-line&gt;</a></var> ||
-                <var><a href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var> ||
-                <var><a href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var> || blink
+                <var><a href="#text-decoration-style">&lt;text-decoration-style&gt;</a></var> ||
+                <var><a href="#text-decoration-color">&lt;text-decoration-color&gt;</a></var> || blink
             </td>
           </tr>
           <tr>

Received on Tuesday, 4 October 2011 00:51:44 UTC