Skip to content

Commit 6d48ac0

Browse files
committed
[css-text-3] Make a computed 'letter-spacing' value of zero return a resolved value of 'normal' because WebKit engineers. <https://lists.w3.org/Archives/Public/www-style/2018Mar/0040.html> Fixes w3c#1484.
1 parent 426b62f commit 6d48ac0

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

css-text-3/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,6 +1759,11 @@ Word Spacing: the 'word-spacing' property</h3>
17591759
Values may be negative, but there may be implementation-dependent limits.
17601760
</dl>
17611761

1762+
<p>For <a href="https://github.com/w3c/csswg-drafts/issues/1484">legacy reasons</a>,
1763+
a computed 'letter-spacing' of zero
1764+
yields a <a>resolved value</a> (<code>getComputedStyle()</code> return value)
1765+
of ''letter-spacing/normal''.
1766+
17621767
<p>For the purpose of 'letter-spacing', each consecutive run of atomic
17631768
inlines (such as images and inline blocks) is treated as a single
17641769
<a>typographic character unit</a>.

css-text-3/issues-lc-2013.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,12 +1319,14 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
13191319
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1256#issuecomment-318221552'>https://github.com/w3c/csswg-drafts/issues/1256#issuecomment-318221552</a></span>
13201320
<span class="a">Closed: Accepted</span>
13211321
<span>Resolved: Editorial</span></pre>
1322-
<pre class='open ' id='issue-151'>
1322+
<pre class=' a' id='issue-151'>
13231323
<span>Issue 151. <a href='#issue-151'>#</a></span>
13241324
<span>Summary: letter-spacing: normal computed value should be normal</span>
13251325
<span>From: nox</span>
13261326
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1484'>https://github.com/w3c/csswg-drafts/issues/1484</a></span>
1327-
<span>Open</span></pre>
1327+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1484#issuecomment-375015770'>https://github.com/w3c/csswg-drafts/issues/1484#issuecomment-375015770</a></span>
1328+
<span class="a">Closed: Accepted</span>
1329+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Mar/0040.html'>https://lists.w3.org/Archives/Public/www-style/2018Mar/0040.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Mar/0040.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
13281330
<pre class='open ' id='issue-152'>
13291331
<span>Issue 152. <a href='#issue-152'>#</a></span>
13301332
<span>Summary: letter-spacing after bidi</span>
@@ -1473,6 +1475,7 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
14731475
<span>Summary: Typo in Thai word-break example</span>
14741476
<span>From: Richard Ishida</span>
14751477
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2455'>https://github.com/w3c/csswg-drafts/issues/2455</a></span>
1478+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375477036'>https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375477036</a></span>
14761479
<span class="a">Closed: Accepted</span>
14771480
<span>Resolved: Editorial</span></pre>
14781481
<pre class='open ' id='issue-174'>
@@ -1491,6 +1494,7 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
14911494
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375155972'>https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375155972</a></span>
14921495
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375151681'>https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375151681</a></span>
14931496
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375162188'>https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375162188</a></span>
1497+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375477036'>https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375477036</a></span>
14941498
<span class="a">Open: Accepted =WG= Review.</span></pre>
14951499
<script>
14961500
(function () {

css-text-3/issues-lc-2013.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,9 @@ Issue 151.
12921292
Summary: letter-spacing: normal computed value should be normal
12931293
From: nox
12941294
Comment: https://github.com/w3c/csswg-drafts/issues/1484
1295-
Open
1295+
Response: https://github.com/w3c/csswg-drafts/issues/1484#issuecomment-375015770
1296+
Closed: Accepted
1297+
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Mar/0040.html
12961298
----
12971299
Issue 152.
12981300
Summary: letter-spacing after bidi
@@ -1441,6 +1443,7 @@ Issue 173.
14411443
Summary: Typo in Thai word-break example
14421444
From: Richard Ishida
14431445
Comment: https://github.com/w3c/csswg-drafts/issues/2455
1446+
Response: https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375477036
14441447
Closed: Accepted
14451448
Resolved: Editorial
14461449
----
@@ -1459,5 +1462,6 @@ From: Florian Rivoal, James Clark
14591462
Comment: https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375155972
14601463
Comment: https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375151681
14611464
Response: https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375162188
1465+
Response: https://github.com/w3c/csswg-drafts/issues/2455#issuecomment-375477036
14621466
Open: Accepted =WG= Review.
14631467
----

0 commit comments

Comments
 (0)