Skip to content

Commit d7586df

Browse files
committed
* Fix text-indent grammatical error
* Fix line decoration typo, and clarify "each line" is "each line box"
1 parent d41b571 commit d7586df

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 April 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 April 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
9292
2011/04/08 17:32:48 $ (CVS $Revision$)</a> <!--
93-
<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>
93+
<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>
9494
-->
9595

9696

@@ -4185,8 +4185,8 @@ <h3 id=text-indent><span class=secno>10.1. </span> First Line Indentation:
41854185
&lsquo;<a href="#hanging"><code class=css>hanging</code></a>&rsquo;
41864186
keywords, only lines that are the <a
41874187
href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">first
4188-
formatted line</a> of an element. For example, the first line of an
4189-
anonymous block box is only affected if it is the first child of its
4188+
formatted line</a> of an element are affected. For example, the first line
4189+
of an anonymous block box is only affected if it is the first child of its
41904190
parent element.
41914191

41924192
<p>Values have the following meanings:
@@ -4385,8 +4385,8 @@ <h3 id=line-decoration><span class=secno>11.1. </span> Line Decoration:
43854385

43864386
<p>In determining the position and thickness of text decoration lines, user
43874387
agents may consider the font sizes and dominant baselines of descendants,
4388-
but for a given element's decoration must use the same baseline and
4389-
thickness throughout each line. The <a
4388+
but for a given element's decoration must use the same position and
4389+
thickness throughout each line box. The <a
43904390
href="#text-decoration-color">color</a> and <a
43914391
href="#text-decoration-style">line style</a> of decorations must remain
43924392
the same on all decorations applied by a given element, even if descendant

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ <h3 id="text-indent">
30943094
the start edge of the line box. Unless otherwise specified via the
30953095
''each-line'' and/or ''hanging'' keywords, only lines that are the
30963096
<a href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">first
3097-
formatted line</a> of an element. For example, the first line of
3097+
formatted line</a> of an element are affected. For example, the first line of
30983098
an anonymous block box is only affected if it is the first child
30993099
of its parent element.
31003100

@@ -3279,7 +3279,7 @@ <h3 id="line-decoration">
32793279
<p>In determining the position and thickness of text decoration lines,
32803280
user agents may consider the font sizes and dominant baselines of
32813281
descendants, but for a given element's decoration must use the same
3282-
baseline and thickness throughout each line. The
3282+
position and thickness throughout each line box. The
32833283
<a href="#text-decoration-color">color</a> and
32843284
<a href="#text-decoration-style">line style</a> of decorations must
32853285
remain the same on all decorations applied by a given element, even

0 commit comments

Comments
 (0)