Skip to content

Commit 124468b

Browse files
committed
[css-flexbox] Clarify what is meant by white space
--HG-- extra : rebase_source : c4d28cef18c13010872ec167a409c38ef2d86239
1 parent d7dfdcc commit 124468b

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

css-flexbox/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</p>
245245
<h1 class="p-name no-ref" id=title>CSS Flexible Box Layout Module Level 1</h1>
246246
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
247-
<span class=dt-updated><span class=value-title title=20140116>16 January 2014</span></span></span></h2>
247+
<span class=dt-updated><span class=value-title title=20140128>28 January 2014</span></span></span></h2>
248248
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-flexbox/>http://www.w3.org/TR/css3-flexbox/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/ rel=previous>http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/ rel=previous>http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/ rel=previous>http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/ rel=previous>http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/ rel=previous>http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a><dd><a href=http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/ rel=previous>http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/</a>
249249
<dt>Feedback:</dt>
250250
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-flexbox%5D%20feedback">www-style@w3.org</a>
@@ -675,6 +675,7 @@ <h2 class="heading settled heading" data-level=4 id=flex-items><span class=secno
675675
is wrapped in an anonymous <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>.
676676
However, an anonymous flex item that contains only
677677
<a href=http://www.w3.org/TR/CSS21/text.html#white-space-prop>white space</a>
678+
(i.e. characters that can be affected by the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-3/#white-space title=white-space>white-space</a> property)
678679
is not rendered, as if it were <a class=css data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visuren.html#propdef-display title=display>display:none</a>.
679680

680681
<p class=note>

css-flexbox/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ <h2 id='flex-items'>
543543
is wrapped in an anonymous <i>flex item</i>.
544544
However, an anonymous flex item that contains only
545545
<a href="http://www.w3.org/TR/CSS21/text.html#white-space-prop">white space</a>
546+
(i.e. characters that can be affected by the 'white-space' property)
546547
is not rendered, as if it were ''display:none''.
547548

548549
<p class="note">

css-flexbox/issues-cr-2012.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ From: dholbert and fantasai
171171
Comment: http://lists.w3.org/Archives/Public/www-style/2013May/0514.html
172172
Comment: http://lists.w3.org/Archives/Public/www-style/2013Jul/0459.html
173173
Response: http://lists.w3.org/Archives/Public/www-style/2013Sep/0217.html
174+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0255.html
175+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0146.html
174176
Closed: Accepted
175177
----
176178
Issue 23.
@@ -186,3 +188,17 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0698.html
186188
Response: http://lists.w3.org/Archives/Public/www-style/2013Oct/0701.html
187189
Closed: Accepted
188190
----
191+
Issue 25.
192+
Summary: Clarify "white space"
193+
From: Simon Sapin
194+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0369.html
195+
Response:
196+
Closed: Accepted
197+
----
198+
Issue 25.
199+
Summary: Remove example's dependency on CSS3 Box Alignment
200+
From: dholbert
201+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0032.html
202+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0145.html
203+
Closed: Accepted
204+
----

0 commit comments

Comments
 (0)