csswg/css3-text Overview.html,1.133,1.134 Overview.src.html,1.231,1.232

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Updated text-emphasis-skip further for the next brainstorming

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Overview.html	9 May 2011 17:13:15 -0000	1.133
+++ Overview.html	14 May 2011 15:50:18 -0000	1.134
@@ -84,14 +84,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 May 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/05/08 11:56:19 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110509/">http://www.w3.org/TR/2011/WD-css3-text-20110509/</a></dd>
+     2011/05/09 17:13:15 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110514/">http://www.w3.org/TR/2011/WD-css3-text-20110514/</a></dd>
     -->
      
 
@@ -5417,12 +5417,11 @@
 
    <dd>Skip punctuation. Punctuation in this definition includes characters
     belonging to the Unicode Pc, Pd, Ps, Pe, Pi, or Pf categories. It also
-    includes characters where the Unicode category is Po and the Unicode
+    includes characters where the Unicode category is Po and the
     Sentence_Break property <a href="#UAX29"
-    rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> is ATerm, Close, SContinue,
-    or STerm. <span class=issue>Is the use of UAX29 appropriate? Other
-    options are: 1) list up every code point, or 2) make all Po as
-    symbols.</span>
+    rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> of the Unicode database <a
+    href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> is ATerm,
+    Close, SContinue, or STerm.
 
    <dt><dfn id=symbols title="text-emphasis-skip:symbols">&lsquo;<code
     class=css>symbols</code>&rsquo;</dfn>
@@ -5430,12 +5429,15 @@
    <dd>Skip symbols. Symbols in this definition includes characters belonging
     to the Unicode S* category. It also includes the Unicode Po category that
     are not defined as &lsquo;<code
-    class=css><a>punctuation</a></code>&rsquo;.
+    class=css><a>punctuation</a></code>&rsquo; above.
 
    <dt><dfn id=narrow title="text-emphasis-skip:narrow">&lsquo;<code
     class=css>narrow</code>&rsquo;</dfn>
 
-   <dd>Skip characters that are not East Asian Fullwidth (F) or Wide (W).
+   <dd>Skip characters where the East_Asian_Width property <a href="#UAX11"
+    rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> of the Unicode database <a
+    href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> is not F
+    (Fullwidth) or W (Wide).
   </dl>
 
   <p>Characters belonging to the Unicode classes for control codes and
@@ -5446,13 +5448,6 @@
    spaces. Is there any use case for doing so? If not, should we modify the
    syntax not to allow drawing marks for spaces?
 
-  <p class=issue>There's a request to add &lsquo;<code
-   class=css>none</code>&rsquo;. Is there any use case for &lsquo;<code
-   class=css>none</code>&rsquo;?
-
-  <p class=issue>There's an opinion to split punctuation to connectors and
-   delimiters; connectors are Pc, Pd, and U+30FB KATAKANA MIDDLE DOT
-
   <h3 id=text-shadow><span class=secno>11.3. </span> Text Shadows: the
    &lsquo;<a href="#text-shadow0"><code
    class=property>text-shadow</code></a>&rsquo; property</h3>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- Overview.src.html	9 May 2011 17:13:15 -0000	1.231
+++ Overview.src.html	14 May 2011 15:50:19 -0000	1.232
@@ -4113,20 +4113,17 @@
           Punctuation in this definition includes characters belonging to
           the Unicode Pc, Pd, Ps, Pe, Pi, or Pf categories.
           It also includes characters where the Unicode category is Po and
-          the Unicode Sentence_Break property [[!UAX29]]
-          is ATerm, Close, SContinue, or STerm.
-          <span class="issue">Is the use of UAX29 appropriate?
-            Other options are: 1) list up every code point, or
-            2) make all Po as symbols.</span>
+          the Sentence_Break property [[!UAX29]] of the Unicode database
+          [[!UAX44]] is ATerm, Close, SContinue, or STerm.
       <dt><dfn title="text-emphasis-skip:symbols">''symbols''</dfn></dt>
         <dd>Skip symbols.
           Symbols in this definition includes characters belonging to
           the Unicode S* category.
           It also includes the Unicode Po category
-          that are not defined as ''<a>punctuation</a>''.</dd>
+          that are not defined as ''<a>punctuation</a>'' above.</dd>
       <dt><dfn title="text-emphasis-skip:narrow">''narrow''</dfn></dt>
-        <dd>Skip characters that are not East Asian Fullwidth (F)
-          or Wide (W).</dd>
+        <dd>Skip characters where the East_Asian_Width property [[!UAX11]]
+          of the Unicode database [[!UAX44]] is not F (Fullwidth) or W (Wide).</dd>
     </dl>
 
     <p>Characters belonging to the Unicode classes for control codes
@@ -4137,11 +4134,6 @@
     <p class="issue">This syntax requires UA to implement drawing marks for spaces.
       Is there any use case for doing so?
       If not, should we modify the syntax not to allow drawing marks for spaces?</p>
-    <p class="issue">There's a request to add ''none''.
-      Is there any use case for ''none''?</p>
-    <p class="issue">There's an opinion to split punctuation to
-      connectors and delimiters;
-      connectors are Pc, Pd, and U+30FB KATAKANA MIDDLE DOT</p>
 
   <h3 id="text-shadow">
     Text Shadows: the 'text-shadow' property</h3>

Received on Saturday, 14 May 2011 15:50:22 UTC