Skip to content

Commit b1441b1

Browse files
committed
[css-text] Clarify text-align: start end; per dbaron's suggestion
1 parent db904bd commit b1441b1

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

css-text/Overview.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-06-17 name=dcterms.date>
13+
<meta content=2013-06-18 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -62,12 +62,12 @@
6262

6363
<h1>CSS Text Module Level 3</h1>
6464

65-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2013</h2>
65+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 June 2013</h2>
6666

6767
<dl>
6868
<dt>This version:</dt>
6969
<!--
70-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130617/">http://www.w3.org/TR/2013/WD-css3-text-20130617/</a></dd>
70+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130618/">http://www.w3.org/TR/2013/WD-css3-text-20130618/</a></dd>
7171
-->
7272

7373
<dd><a
@@ -1897,9 +1897,7 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the ‘<a
18971897
<dd>Specifies ‘<code class=css>start</code>’ alignment of the first
18981898
line and any line immediately after a <a
18991899
href="#forced-line-break"><i>forced line break</i></a>; and ‘<code
1900-
class=css>end</code>’ alignment of any remaining lines not affected by
1901-
<a href="#text-align-last0"><code
1902-
class=property>text-align-last</code></a>’.
1900+
class=css>end</code>’ alignment of any remaining lines.
19031901
</dl>
19041902

19051903
<p>A block of text is a stack of <a
@@ -2535,7 +2533,7 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the ‘<a
25352533
user agent; see <a href="#normal-spacing">below</a>. A ‘<code
25362534
class=css>normal</code>’ optimum spacing value computes to zero.
25372535

2538-
<dt><dfn id=lenhgt title="word-spacing:&lt;length&gt;"><code
2536+
<dt><dfn id=length title="word-spacing:&lt;length&gt;"><code
25392537
class=css>&lt;length&gt;</code></dfn>
25402538

25412539
<dd>Specifies extra spacing <em>in addition to</em> the intrinsic
@@ -2666,7 +2664,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
26662664
href="#character"><i>characters</i></a> as defined by the current font.
26672665
Typically this is zero.
26682666

2669-
<dt><dfn id=lenhgt0 title="word-spacing:&lt;length&gt;"><code
2667+
<dt><dfn id=length0 title="word-spacing:&lt;length&gt;"><code
26702668
class=css>&lt;length&gt;</code></dfn>
26712669

26722670
<dd>Specifies <em>additional</em> spacing between <a

css-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,8 +1378,8 @@ <h3 id="text-align">
13781378
and results in a computed value of either 'left' or 'right'.
13791379
<dt><dfn title="text-align:start end">''start end''</dfn>
13801380
<dd>Specifies ''start'' alignment of the first line and any line
1381-
immediately after a <i>forced line break</i>; and ''end'' alignment of
1382-
any remaining lines not affected by 'text-align-last'.
1381+
immediately after a <i>forced line break</i>;
1382+
and ''end'' alignment of any remaining lines.
13831383
</dl>
13841384

13851385
<p>A block of text is a stack of

0 commit comments

Comments
 (0)