csswg/css3-text Overview.html,1.147,1.148 Overview.src.html,1.245,1.246

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove text-outline per WG resolution (redundant with text-shadow w/ spread)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.html	28 Jun 2011 23:18:37 -0000	1.147
+++ Overview.html	28 Jun 2011 23:21:10 -0000	1.148
@@ -90,7 +90,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/06/28 23:13:45 $ (CVS $Revision$)</a> <!--
+     2011/06/28 23:18:37 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110628/">http://www.w3.org/TR/2011/WD-css3-text-20110628/</a></dd>
     -->
      
@@ -218,9 +218,6 @@
     href="#hyphenate-resource"><code
     class=css>@hyphenate-resource</code></a>&rsquo; at-rule
 
-   <li>the &lsquo;<a href="#text-outline0"><code
-    class=property>text-outline</code></a>&rsquo; property
-
    <li>the &lsquo;<a href="#text-spacing"><code
     class=property>text-spacing</code></a>&rsquo; property
 
@@ -457,10 +454,6 @@
 
      <li><a href="#text-shadow"><span class=secno>11.3. </span> Text Shadows:
       the &lsquo;<code class=property>text-shadow</code>&rsquo; property</a>
-
-     <li><a href="#text-outline"><span class=secno>11.4. </span> Text
-      Outlines: the &lsquo;<code class=property>text-outline</code>&rsquo;
-      property</a>
     </ul>
 
    <li class=no-num><a href="#changes">Changes</a>
@@ -5389,9 +5382,7 @@
    &lsquo;<code class=property>box-shadow</code>&rsquo; property except that
    the &lsquo;<code class=css>inset</code>&rsquo; keyword is not allowed. The
    shadow is applied to all of the element's text as well as any text
-   decorations it specifies. When a <a href="#text-outline">text outline</a>
-   is specified, the shadow shadows the outlined shape rather than the glyph
-   shape.
+   decorations it specifies.
 
   <p>The shadow effects are applied front-to-back: the first shadow is on
    top. The shadows may thus overlay each other, but they never overlay the
@@ -5419,90 +5410,6 @@
    applies to both the <code>::first-line</code> and
    <code>::first-letter</code> pseudo-elements.
 
-  <h3 id=text-outline><span class=secno>11.4. </span> Text Outlines: the
-   &lsquo;<a href="#text-outline0"><code
-   class=property>text-outline</code></a>&rsquo; property</h3>
-
-  <table class=propdef>
-   <tbody>
-    <tr>
-     <th>Name:
-
-     <td><dfn id=text-outline0>text-outline</dfn>
-
-    <tr>
-     <th>Value:
-
-     <td>none | [ <a href="http://www.w3.org/TR/css3-color/#color0"><span
-      class=value-inst-color>&lt;color&gt;</span></a> <a class=noxref
-      href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
-      class=value-inst-length>&lt;length&gt;</span></a> <a class=noxref
-      href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
-      class=value-inst-length>&lt;length&gt;</span></a>? | <a class=noxref
-      href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
-      class=value-inst-length>&lt;length&gt;</span></a> <a class=noxref
-      href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
-      class=value-inst-length>&lt;length&gt;</span></a>? <a
-      href="http://www.w3.org/TR/css3-color/#color0"><span
-      class=value-inst-color>&lt;color&gt;</span></a> ]
-
-    <tr>
-     <th>Initial:
-
-     <td>none
-
-    <tr>
-     <th>Applies to:
-
-     <td>all elements
-
-    <tr>
-     <th>Inherited:
-
-     <td>yes
-
-    <tr>
-     <th>Percentages:
-
-     <td>N/A
-
-    <tr>
-     <th>Media:
-
-     <td>visual
-
-    <tr>
-     <th>Computed&#160;value:
-
-     <td>a color plus two absolute &lt;length&gt;s
-  </table>
-
-  <p>This property specifies a text outline where the first length represents
-   the outline's thickness and the second represents an optional blur radius.
-   The outline never overlays the text itself. Its shape is the same as that
-   obtained by applying text shadows in every radial direction, i.e. all text
-   shadows whose offsets satisfy the equation <code>x<sup>2</sup> +
-   y<sup>2</sup> = thickness<sup>2</sup></code>. The blur radius is treated
-   the same as for &lsquo;<a href="#text-shadow0"><code
-   class=property>text-shadow</code></a>&rsquo;.
-
-  <p class=issue>The Timed-Text WG <a
-   href="http://lists.w3.org/Archives/Public/public-tt/2004Aug/0008.html">had
-   suggestions</a> for some keywords (text-outline: normal|heavy|light;) as
-   well as a &lt;length&gt; thickness. Should these be added? How would they
-   be defined? (Maybe use (thin|medium|thick) as in <a
-   href="http://www.w3.org/TR/CSS21/box.html#border-width-properties">border-width</a>?)
-
-  <p>A color value must be specified before or after the length values of the
-   outline effect. The color value will be used as the color of the outline.
-
-  <p>Implementations may ignore the blur radius when text outline is combined
-   with a <a href="#text-shadow">text shadow</a>.
-
-  <p class=issue>The spread radius argument added to the &lsquo;<a
-   href="#text-shadow0"><code class=property>text-shadow</code></a>&rsquo;
-   property makes this property somewhat redundant. Should it be kept?
-
   <h2 class=no-num id=changes>Changes</h2>
 
   <h3 class=no-num id=recent-changes> Changes from the <a
@@ -6555,22 +6462,6 @@
      <td>visual
 
     <tr>
-     <td><a class=property href="#text-outline0">text-outline</a>
-
-     <td>none | [ &lt;color&gt; &lt;length&gt; &lt;length&gt;? |
-      &lt;length&gt; &lt;length&gt;? &lt;color&gt; ]
-
-     <td>none
-
-     <td>all elements
-
-     <td>yes
-
-     <td>N/A
-
-     <td>visual
-
-    <tr>
      <td><a class=property href="#text-shadow0">text-shadow</a>
 
      <td>none | [&lt;shadow&gt;, ] * &lt;shadow&gt;
@@ -7080,9 +6971,6 @@
    <li>text-justify:none, <a href="#none2"
     title="text-justify:none"><strong>8.3.</strong></a>
 
-   <li>text-outline, <a href="#text-outline0"
-    title=text-outline><strong>11.4.</strong></a>
-
    <li>text-shadow, <a href="#text-shadow0"
     title=text-shadow><strong>11.3.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- Overview.src.html	28 Jun 2011 23:18:37 -0000	1.245
+++ Overview.src.html	28 Jun 2011 23:21:10 -0000	1.246
@@ -179,7 +179,6 @@
       <li>the percentage values of 'letter-spacing' and 'word-spacing'
       <li>the 'hyphenate-limit-*' properties
       <li>the 'hyphenate-resource' property / ''@hyphenate-resource'' at-rule
-      <li>the 'text-outline' property
       <li>the 'text-spacing' property
       <li>the 'text-decoration-skip' property / ''ink'' value
       <li>the 'text-emphasis-skip' property
@@ -4095,8 +4094,6 @@
       is the same as defined for the 'box-shadow' property except that
       the ''inset'' keyword is not allowed. The shadow is applied to all
       of the element's text as well as any text decorations it specifies.
-      When a <a href="#text-outline">text outline</a> is specified, the shadow
-      shadows the outlined shape rather than the glyph shape.</p>
 
     <p>The shadow effects are applied front-to-back: the first shadow is on
       top. The shadows may thus overlay each other, but they never overlay
@@ -4121,80 +4118,6 @@
       <code>::first-line</code> and <code>::first-letter</code>
       pseudo-elements.</p>
 
-  <h3 id="text-outline">
-    Text Outlines: the 'text-outline' property</h3>
-
-    <table class="propdef">
-      <tbody>
-        <tr>
-          <th>Name:</th>
-          <td><dfn>text-outline</dfn></td>
-        </tr>
-        <tr>
-          <th>Value:</th>
-          <td>none | 
-            [
-              <a href="http://www.w3.org/TR/css3-color/#color0"><span class="value-inst-color">&lt;color&gt;</span></a>
-              <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length">&lt;length&gt;</span></a>
-              <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length">&lt;length&gt;</span></a>?
-            |
-              <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length">&lt;length&gt;</span></a>
-              <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length">&lt;length&gt;</span></a>?
-              <a href="http://www.w3.org/TR/css3-color/#color0"><span class="value-inst-color">&lt;color&gt;</span></a>
-            ]
-          </td>
-        </tr>
-        <tr>
-          <th>Initial:</th>
-          <td>none</td>
-        </tr>
-        <tr>
-          <th>Applies to:</th>
-          <td>all elements</td>
-        </tr>
-        <tr>
-          <th>Inherited:</th>
-          <td>yes</td>
-        </tr>
-        <tr>
-          <th>Percentages:</th>
-          <td>N/A</td>
-        </tr>
-        <tr>
-          <th>Media:</th>
-          <td>visual</td>
-        </tr>
-        <tr>
-          <th>Computed&#160;value:</th>
-          <td>a color plus two absolute &lt;length&gt;s</td>
-        </tr>
-      </tbody>
-    </table>
-
-    <p>This property specifies a text outline where the first length represents
-      the outline's thickness and the second represents an optional blur radius.
-      The outline never overlays the text itself. Its shape is the same as that
-      obtained by applying text shadows in every radial direction, i.e. all text
-      shadows whose offsets satisfy the equation
-      <code>x<sup>2</sup> + y<sup>2</sup> = thickness<sup>2</sup></code>. The
-      blur radius is treated the same as for 'text-shadow'.</p>
-
-    <p class="issue">The Timed-Text WG <a href="http://lists.w3.org/Archives/Public/public-tt/2004Aug/0008.html">had
-     suggestions</a> for some keywords
-     (text-outline: normal|heavy|light;) as well as a &lt;length&gt; thickness. Should
-     these be added? How would they be defined? (Maybe use (thin|medium|thick)
-     as in <a href="http://www.w3.org/TR/CSS21/box.html#border-width-properties">border-width</a>?)</p>
-
-    <p>A color value must be specified before or after the length values of
-      the outline effect. The color value will be used as the color of the
-      outline.</p>
-
-    <p>Implementations may ignore the blur radius when text outline is combined
-      with a <a href="#text-shadow">text shadow</a>.</p>
-
-    <p class="issue">The spread radius argument added to the 'text-shadow'
-      property makes this property somewhat redundant. Should it be kept?</p>
-
 <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-20110412/">April

Received on Tuesday, 28 June 2011 23:21:14 UTC