Skip to content

Commit 21d8f44

Browse files
committed
[css-text] Clarify handling of zero-width tabs per Xidorn's suggestion. Fix w3c#460.
1 parent 5a6275b commit 21d8f44

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

css-text/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,8 @@ Languages and Typesetting</h4>
680680
<ol>
681681
<li>A sequence of collapsible spaces at the beginning of a line is
682682
removed.
683-
<li>Each tab is rendered as a horizontal shift
683+
<li>If the tab size is zero, tabs are not rendered.
684+
Otherwise, each tab is rendered as a horizontal shift
684685
that lines up the start edge of the next glyph with the next <a>tab stop</a>.
685686
<dfn lt="tab stop">Tab stops</dfn> occur at points that are multiples of the tab size
686687
from the block's starting content edge.
@@ -2270,7 +2271,8 @@ Acknowledgements</h2>
22702271
Laurie Anna Edlund, Ben Errez, Yaniv Feinberg, Arye Gittelman, Ian
22712272
Hickson, Martin Heijdra, Richard Ishida, Masayasu Ishikawa,
22722273
Michael Jochimsen, Eric LeVine, Ambrose Li, Håkon Wium Lie, Chris Lilley,
2273-
Ken Lunde, Nat McCully, IM Mincheol, Shinyu Murakami, Paul Nelson, Chris Pratley, Marcin Sawicki,
2274+
Ken Lunde, Nat McCully, IM Mincheol, Shinyu Murakami, Paul Nelson,
2275+
Chris Pratley, Xidorn Quan Marcin Sawicki,
22742276
Arnold Schrijver, Rahul Sonnad, Alan Stearns, Michel Suignard, Takao Suzuki,
22752277
Frank Tang, Chris Thrasher, Etan Wexler, Chris Wilson, Masafumi Yabe
22762278
and Steve Zilles.

css-text/issues-lc-2013.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,16 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
10001000
<span>From: fantasai</span>
10011001
<span>Comment: <a href='https://www.w3.org/mid/544892F8.2070703@inkedblade.net'>https://www.w3.org/mid/544892F8.2070703@inkedblade.net</a></span>
10021002
<span>Open</span></pre>
1003+
<pre class=' a' id='issue-118'>
1004+
<span>Issue 118. <a href='#issue-118'>#</a></span>
1005+
<span>Summary: Clarify handling of zero-sized tabs</span>
1006+
<span>From: Koji Ishii</span>
1007+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/460'>https://github.com/w3c/csswg-drafts/issues/460</a></span>
1008+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/460#issuecomment-246245920'>https://github.com/w3c/csswg-drafts/issues/460#issuecomment-246245920</a></span>
1009+
<span class="a">Closed: Accepted</span>
1010+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/460#issuecomment-247266948'>https://github.com/w3c/csswg-drafts/issues/460#issuecomment-247266948</a></span>
1011+
<span>Resolved: <a href='https://www.w3.org/mid/CADhPm3sFBf3bUMwQUBx96C5F2Y0T0bETneSRc9MGpGqw5Yu3vg@mail.gmail.com'>https://www.w3.org/mid/CADhPm3sFBf3bUMwQUBx96C5F2Y0T0bETneSRc9MGpGqw5Yu3vg@mail.gmail.com</a></span>
1012+
<span>----</span></pre>
10031013
<script>
10041014
(function () {
10051015
var sheet = document.styleSheets[0];

css-text/issues-lc-2013.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,3 +979,12 @@ From: fantasai
979979
Comment: https://www.w3.org/mid/544892F8.2070703@inkedblade.net
980980
Open
981981
----
982+
Issue 118.
983+
Summary: Clarify handling of zero-sized tabs
984+
From: Koji Ishii
985+
Comment: https://github.com/w3c/csswg-drafts/issues/460
986+
Response: https://github.com/w3c/csswg-drafts/issues/460#issuecomment-246245920
987+
Closed: Accepted
988+
Verified: https://github.com/w3c/csswg-drafts/issues/460#issuecomment-247266948
989+
Resolved: https://www.w3.org/mid/CADhPm3sFBf3bUMwQUBx96C5F2Y0T0bETneSRc9MGpGqw5Yu3vg@mail.gmail.com
990+
----

0 commit comments

Comments
 (0)