|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-06-08 name=dcterms.date> |
| 13 | + <meta content=2013-06-10 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
46 | 46 |
|
47 | 47 | <h1>CSS Text Module Level 3</h1> |
48 | 48 |
|
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> |
50 | 50 |
|
51 | 51 | <dl> |
52 | 52 | <dt>This version:</dt> |
53 | 53 | <!-- |
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> |
55 | 55 | --> |
56 | 56 |
|
57 | 57 | <dd><a |
@@ -1815,11 +1815,11 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the ‘<a |
1815 | 1815 |
|
1816 | 1816 | <dd>This value behaves the same as ‘<code |
1817 | 1817 | 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>’. |
1823 | 1823 |
|
1824 | 1824 | <dt><dfn id=start-end title="text-align:start end">‘<code |
1825 | 1825 | class=css>start end</code>’</dfn> |
@@ -2564,14 +2564,14 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the ‘<a |
2564 | 2564 | user agent; see <a href="#normal-spacing">below</a>. A ‘<code |
2565 | 2565 | class=css>normal</code>’ optimum spacing value computes to zero. |
2566 | 2566 |
|
2567 | | - <dt><dfn id=ltlengthgt title="word-spacing:<length>">‘<code |
| 2567 | + <dt><dfn id=lenhgt title="word-spacing:<length>">‘<code |
2568 | 2568 | class=css><length></code>’</dfn> |
2569 | 2569 |
|
2570 | 2570 | <dd>Specifies extra spacing <em>in addition to</em> the intrinsic |
2571 | 2571 | inter-word spacing defined by the font. Values may be negative, but there |
2572 | 2572 | may be implementation-dependent limits. |
2573 | 2573 |
|
2574 | | - <dt><dfn id=ltpercentagegt |
| 2574 | + <dt><dfn id=percentage |
2575 | 2575 | title="word-spacing:<percentage>">‘<code |
2576 | 2576 | class=css><percentage></code>’</dfn> |
2577 | 2577 |
|
@@ -2691,7 +2691,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a |
2691 | 2691 | href="#character"><i>characters</i></a> as defined by the current font. |
2692 | 2692 | Typically this is zero. |
2693 | 2693 |
|
2694 | | - <dt><dfn id=ltlengthgt0 title="word-spacing:<length>">‘<code |
| 2694 | + <dt><dfn id=lenhgt0 title="word-spacing:<length>">‘<code |
2695 | 2695 | class=css><length></code>’</dfn> |
2696 | 2696 |
|
2697 | 2697 | <dd>Specifies additional spacing between <a |
|
0 commit comments