csswg/css3-text Overview.html,1.208,1.209 Overview.src.html,1.307,1.308

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
autospace removal minor fix

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- Overview.html	12 Jan 2012 09:09:41 -0000	1.208
+++ Overview.html	12 Jan 2012 23:36:47 -0000	1.209
@@ -39,7 +39,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12
-     02:46:11 $ (CVS $Revision$)</a> <!--
+     09:09:41 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd>
     -->
      
@@ -2469,19 +2469,18 @@
   <p id=justify-symbols>The <dfn id=punctuation-symbols>symbols</dfn>
    category represents the expansion opportunities existing at or between any
    pair of characters from the Unicode Symbols (S*) and Punctuation (P*)
-   classes and at enabled <a href="#text-autospace">autospace</a> points. The
-   default justification priority of these points is given above. However,
-   there may be additional rules controlling their justification behavior due
-   to typographic tradition. Therefore, the UA may reassign specific
-   characters or introduce additional levels of prioritization to handle
-   expansion opportunities involving symbols and punctuation. For example,
-   there are traditionally no expansion opportunities between consecutive EM
-   DASH U+2014, HORIZONTAL BAR U+2015, HORIZONTAL ELLIPSIS U+2026, or TWO DOT
-   LEADER U+2025 characters <a href="#JLREQ"
-   rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>; thus a UA might assign these
-   characters to the "never" prioritization level. As another example,
-   certain fullwidth punctuation characters are considered to contain an
-   expansion opportunity (see &lsquo;<code
+   classes. The default justification priority of these points is given
+   above. However, there may be additional rules controlling their
+   justification behavior due to typographic tradition. Therefore, the UA may
+   reassign specific characters or introduce additional levels of
+   prioritization to handle expansion opportunities involving symbols and
+   punctuation. For example, there are traditionally no expansion
+   opportunities between consecutive EM DASH U+2014, HORIZONTAL BAR U+2015,
+   HORIZONTAL ELLIPSIS U+2026, or TWO DOT LEADER U+2025 characters <a
+   href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>; thus a UA might
+   assign these characters to the "never" prioritization level. As another
+   example, certain fullwidth punctuation characters are considered to
+   contain an expansion opportunity (see &lsquo;<code
    class=property>text-spacing</code>&rsquo;). The UA might therefore assign
    these characters to a higher prioritization level than the opportunities
    between ideographic characters.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -d -r1.307 -r1.308
--- Overview.src.html	12 Jan 2012 09:09:41 -0000	1.307
+++ Overview.src.html	12 Jan 2012 23:36:47 -0000	1.308
@@ -1766,7 +1766,7 @@
     <p id="justify-symbols">The <dfn id="punctuation-symbols">symbols</dfn>
       category represents the expansion opportunities existing at or between
       any pair of characters from the Unicode Symbols (S*) and Punctuation (P*)
-      classes and at enabled <a href="#text-autospace">autospace</a> points.
+      classes.
       The default justification priority of these points is given above.
       However, there may be additional rules controlling their justification
       behavior due to typographic tradition. Therefore, the UA may reassign

Received on Thursday, 12 January 2012 23:39:01 UTC