- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Jun 2011 23:21:12 +0000
- To: public-css-commits@w3.org
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>’ at-rule
- <li>the ‘<a href="#text-outline0"><code
- class=property>text-outline</code></a>’ property
-
<li>the ‘<a href="#text-spacing"><code
class=property>text-spacing</code></a>’ property
@@ -457,10 +454,6 @@
<li><a href="#text-shadow"><span class=secno>11.3. </span> Text Shadows:
the ‘<code class=property>text-shadow</code>’ property</a>
-
- <li><a href="#text-outline"><span class=secno>11.4. </span> Text
- Outlines: the ‘<code class=property>text-outline</code>’
- property</a>
</ul>
<li class=no-num><a href="#changes">Changes</a>
@@ -5389,9 +5382,7 @@
‘<code class=property>box-shadow</code>’ property except that
the ‘<code class=css>inset</code>’ 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
- ‘<a href="#text-outline0"><code
- class=property>text-outline</code></a>’ 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><color></span></a> <a class=noxref
- href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
- class=value-inst-length><length></span></a> <a class=noxref
- href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
- class=value-inst-length><length></span></a>? | <a class=noxref
- href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
- class=value-inst-length><length></span></a> <a class=noxref
- href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span
- class=value-inst-length><length></span></a>? <a
- href="http://www.w3.org/TR/css3-color/#color0"><span
- class=value-inst-color><color></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 value:
-
- <td>a color plus two absolute <length>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 ‘<a href="#text-shadow0"><code
- class=property>text-shadow</code></a>’.
-
- <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 <length> 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 ‘<a
- href="#text-shadow0"><code class=property>text-shadow</code></a>’
- 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 | [ <color> <length> <length>? |
- <length> <length>? <color> ]
-
- <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 | [<shadow>, ] * <shadow>
@@ -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"><color></span></a>
- <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length"><length></span></a>
- <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length"><length></span></a>?
- |
- <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length"><length></span></a>
- <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length"><length></span></a>?
- <a href="http://www.w3.org/TR/css3-color/#color0"><span class="value-inst-color"><color></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 value:</th>
- <td>a color plus two absolute <length>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 <length> 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