File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -698,15 +698,18 @@ Languages and Typesetting</h4>
698
698
699
699
<p> As each line is laid out,</p>
700
700
<ol>
701
- <li> A sequence of collapsible spaces at the beginning of a line is
702
- removed.
701
+ <li> A sequence of collapsible spaces at the beginning of a line
702
+ (ignoring any intervening <a>inline box</a> boundaries)
703
+ is removed.
703
704
<li> If the tab size is zero, tabs are not rendered.
704
705
Otherwise, each tab is rendered as a horizontal shift
705
706
that lines up the start edge of the next glyph with the next <a>tab stop</a> .
706
707
<dfn lt="tab stop">Tab stops</dfn> occur at points that are multiples of the tab size
707
708
from the block's starting content edge.
708
709
The tab size is given by the 'tab-size' property.
709
- <li> A sequence of <a>collapsible</a> spaces at the end of a line is removed.
710
+ <li> A sequence of <a>collapsible</a> spaces at the end of a line
711
+ (ignoring any intervening <a>inline box</a> boundaries)
712
+ is removed.
710
713
<li> If spaces or tabs at the end of a line are non-collapsible
711
714
but have 'white-space' set to ''pre-wrap''
712
715
the UA must either <a>hang</a> the <a>white space</a>
Original file line number Diff line number Diff line change @@ -1396,13 +1396,14 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
1396
1396
< span > From: Xidorn Quan</ span >
1397
1397
< span > Comment: < a href ='https://github.com/w3c/csswg-drafts/issues/1990 '> https://github.com/w3c/csswg-drafts/issues/1990</ a > </ span >
1398
1398
< span class =""> Open: =WG= Discuss.</ span > </ pre >
1399
- < pre class ='open ' id ='issue-162 '>
1399
+ < pre class =' a ' id ='issue-162 '>
1400
1400
< span > Issue 162. < a href ='#issue-162 '> #</ a > </ span >
1401
1401
< span > Summary: Trimming end-of-line spaces through inline boundaries</ span >
1402
1402
< span > From: Koji Ishii</ span >
1403
1403
< span > Comment: < a href ='https://github.com/w3c/csswg-drafts/issues/1997 '> https://github.com/w3c/csswg-drafts/issues/1997</ a > </ span >
1404
1404
< span > Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1997#issuecomment-370426323 '> https://github.com/w3c/csswg-drafts/issues/1997#issuecomment-370426323</ a > </ span >
1405
- < span class =""> Open: =WG= Discuss.</ span > </ pre >
1405
+ < span class ="a "> Closed: Accepted</ span >
1406
+ < 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 "> ∈</ abbr > </ a > </ span > </ pre >
1406
1407
< pre class ='open ' id ='issue-163 '>
1407
1408
< span > Issue 163. < a href ='#issue-163 '> #</ a > </ span >
1408
1409
< span > Summary: Simplify behavior of break-spaces, correct note</ span >
Original file line number Diff line number Diff line change @@ -1370,7 +1370,8 @@ Summary: Trimming end-of-line spaces through inline boundaries
1370
1370
From: Koji Ishii
1371
1371
Comment: https://github.com/w3c/csswg-drafts/issues/1997
1372
1372
Response: https://github.com/w3c/csswg-drafts/issues/1997#issuecomment-370426323
1373
- Open: =WG= Discuss.
1373
+ Closed: Accepted
1374
+ Resolved: https://lists.w3.org/Archives/Public/www-style/2018Mar/0040.html
1374
1375
----
1375
1376
Issue 163.
1376
1377
Summary: Simplify behavior of break-spaces, correct note
You can’t perform that action at this time.
0 commit comments