Skip to content

Commit 16bbf0f

Browse files
committed
[css-text] Simplify letter-spacing: normal definition per <http://lists.w3.org/Archives/Public/www-style/2013Aug/0212.html>
1 parent d8e370c commit 16bbf0f

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

css-text/Overview.html

Lines changed: 4 additions & 6 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-08-09 name=dcterms.date>
13+
<meta content=2013-08-14 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>
@@ -68,12 +68,12 @@
6868

6969
<h1>CSS Text Module Level 3</h1>
7070

71-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 August 2013</h2>
71+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 August 2013</h2>
7272

7373
<dl>
7474
<dt>This version:</dt>
7575
<!--
76-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130809/">http://www.w3.org/TR/2013/WD-css3-text-20130809/</a></dd>
76+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130814/">http://www.w3.org/TR/2013/WD-css3-text-20130814/</a></dd>
7777
-->
7878

7979
<dd><a
@@ -2696,9 +2696,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
26962696
<dt><dfn id=normal4 title="word-spacing:normal"><code
26972697
class=css>normal</code></dfn>
26982698

2699-
<dd>Specifies normal spacing between <a
2700-
href="#character"><i>characters</i></a> as defined by the current font.
2701-
Typically this is zero.
2699+
<dd>No additional spacing is applied.
27022700

27032701
<dt><dfn id=length0 title="word-spacing:&lt;length&gt;"><code
27042702
class=css>&lt;length&gt;</code></dfn>

css-text/Overview.src.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,9 +1982,7 @@ <h3 id="letter-spacing">
19821982

19831983
<dl>
19841984
<dt><dfn title="word-spacing:normal">''normal''</dfn>
1985-
<dd>Specifies normal spacing between <i>characters</i>
1986-
as defined by the current font.
1987-
Typically this is zero.
1985+
<dd>No additional spacing is applied.
19881986
<dt><dfn title="word-spacing:&lt;length&gt;">''&lt;length&gt;''</dfn>
19891987
<dd>Specifies <em>additional</em> spacing between <i>characters</i>.
19901988
Values may be negative, but there may be implementation-dependent limits.

0 commit comments

Comments
 (0)