Skip to content

Commit 3ea162b

Browse files
committed
[css-text] Wording tweak to match-parent
1 parent 7dacb34 commit 3ea162b

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

css-text/Overview.html

Lines changed: 11 additions & 11 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-08 name=dcterms.date>
13+
<meta content=2013-06-10 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>
@@ -46,12 +46,12 @@
4646

4747
<h1>CSS Text Module Level 3</h1>
4848

49-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 June 2013</h2>
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 June 2013</h2>
5050

5151
<dl>
5252
<dt>This version:</dt>
5353
<!--
54-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130608/">http://www.w3.org/TR/2013/WD-css3-text-20130608/</a></dd>
54+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130610/">http://www.w3.org/TR/2013/WD-css3-text-20130610/</a></dd>
5555
-->
5656

5757
<dd><a
@@ -1815,11 +1815,11 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the ‘<a
18151815

18161816
<dd>This value behaves the same as ‘<code
18171817
class=property>inherit</code>’ (computes to its parent's computed
1818-
value) except that a <code class=property>start</code> or ‘<code
1819-
class=property>end</code>’ keyword is interpreted against its parent's
1820-
<code class=property>direction</code>’ value and results in a
1821-
computed value of either ‘<code class=property>left</code>’ or
1822-
<code class=property>right</code>’.
1818+
value) except that an inherited <code class=property>start</code>
1819+
or ‘<code class=property>end</code>’ keyword is interpreted against
1820+
its parent's <code class=property>direction</code>’ value and
1821+
results in a computed value of either ‘<code
1822+
class=property>left</code>’ or <code class=property>right</code>’.
18231823

18241824
<dt><dfn id=start-end title="text-align:start end"><code
18251825
class=css>start end</code></dfn>
@@ -2564,14 +2564,14 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the ‘<a
25642564
user agent; see <a href="#normal-spacing">below</a>. A ‘<code
25652565
class=css>normal</code>’ optimum spacing value computes to zero.
25662566

2567-
<dt><dfn id=ltlengthgt title="word-spacing:&lt;length&gt;"><code
2567+
<dt><dfn id=lenhgt title="word-spacing:&lt;length&gt;"><code
25682568
class=css>&lt;length&gt;</code></dfn>
25692569

25702570
<dd>Specifies extra spacing <em>in addition to</em> the intrinsic
25712571
inter-word spacing defined by the font. Values may be negative, but there
25722572
may be implementation-dependent limits.
25732573

2574-
<dt><dfn id=ltpercentagegt
2574+
<dt><dfn id=percentage
25752575
title="word-spacing:&lt;percentage&gt;"><code
25762576
class=css>&lt;percentage&gt;</code></dfn>
25772577

@@ -2691,7 +2691,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
26912691
href="#character"><i>characters</i></a> as defined by the current font.
26922692
Typically this is zero.
26932693

2694-
<dt><dfn id=ltlengthgt0 title="word-spacing:&lt;length&gt;"><code
2694+
<dt><dfn id=lenhgt0 title="word-spacing:&lt;length&gt;"><code
26952695
class=css>&lt;length&gt;</code></dfn>
26962696

26972697
<dd>Specifies additional spacing between <a

css-text/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,8 @@ <h3 id="text-align">
13221322
<dt><dfn title="text-align:match-parent">''match-parent''</dfn></dt>
13231323
<dd>This value behaves the same as 'inherit'
13241324
(computes to its parent's computed value)
1325-
except that a 'start' or 'end' keyword is interpreted against its parent's 'direction' value
1325+
except that an inherited 'start' or 'end' keyword
1326+
is interpreted against its parent's 'direction' value
13261327
and results in a computed value of either 'left' or 'right'.
13271328
<dt><dfn title="text-align:start end">''start end''</dfn>
13281329
<dd>Specifies ''start'' alignment of the first line and any line

0 commit comments

Comments
 (0)