- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Apr 2011 05:24:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv19386
Modified Files:
Overview.html Overview.src.html
Log Message:
* Fix text-indent grammatical error
* Fix line decoration typo, and clarify "each line" is "each line box"
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html 8 Apr 2011 17:33:00 -0000 1.101
+++ Overview.html 11 Apr 2011 05:23:59 -0000 1.102
@@ -83,14 +83,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 April 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 April 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
2011/04/08 17:32:48 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110408/">http://www.w3.org/TR/2011/WD-css3-text-20110408/</a></dd>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110411/">http://www.w3.org/TR/2011/WD-css3-text-20110411/</a></dd>
-->
@@ -4185,8 +4185,8 @@
‘<a href="#hanging"><code class=css>hanging</code></a>’
keywords, only lines that are the <a
href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">first
- formatted line</a> of an element. For example, the first line of an
- anonymous block box is only affected if it is the first child of its
+ formatted line</a> of an element are affected. For example, the first line
+ of an anonymous block box is only affected if it is the first child of its
parent element.
<p>Values have the following meanings:
@@ -4385,8 +4385,8 @@
<p>In determining the position and thickness of text decoration lines, user
agents may consider the font sizes and dominant baselines of descendants,
- but for a given element's decoration must use the same baseline and
- thickness throughout each line. The <a
+ but for a given element's decoration must use the same position and
+ thickness throughout each line box. The <a
href="#text-decoration-color">color</a> and <a
href="#text-decoration-style">line style</a> of decorations must remain
the same on all decorations applied by a given element, even if descendant
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.src.html 8 Apr 2011 17:32:48 -0000 1.199
+++ Overview.src.html 11 Apr 2011 05:23:59 -0000 1.200
@@ -3094,7 +3094,7 @@
the start edge of the line box. Unless otherwise specified via the
''each-line'' and/or ''hanging'' keywords, only lines that are the
<a href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">first
- formatted line</a> of an element. For example, the first line of
+ formatted line</a> of an element are affected. For example, the first line of
an anonymous block box is only affected if it is the first child
of its parent element.
@@ -3279,7 +3279,7 @@
<p>In determining the position and thickness of text decoration lines,
user agents may consider the font sizes and dominant baselines of
descendants, but for a given element's decoration must use the same
- baseline and thickness throughout each line. The
+ position and thickness throughout each line box. The
<a href="#text-decoration-color">color</a> and
<a href="#text-decoration-style">line style</a> of decorations must
remain the same on all decorations applied by a given element, even
Received on Monday, 11 April 2011 05:24:03 UTC