CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 04:39:46 GMT
content-type: text/html
content-encoding: gzip
last-modified: Sat, 15 Jul 2023 03:17:00 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 04:39:46 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98cbacf4dbdcc7cf
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=YRfWkiINMYIlsPxpVI9PyTBX3bB0gEyiP26txbKRpAU-1760157586-1.0.1.1-gXFhGuHarYM8SpJ9vPk1MhLs8xScwWeMiYY_jTpEkVQvRoprrZRiSayUfcbya4B6DNJXDyihIvRtOMCMt80elMC8Jkj15ymvPZ_Jj.eiQoM; path=/; expires=Sat, 11-Oct-25 05:09:46 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cbacf4dbdcc7cf-BLR
alt-svc: h3=":443"; ma=86400
Re: [css-flexbox] element vs box from Tab Atkins Jr. on 2014-02-12 (www-style@w3.org from February 2014)
Re: [css-flexbox] element vs box
- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 11 Feb 2014 17:21:36 -0800
- To: Peter Moulder <pjrm@mail.internode.on.net>
- Cc: www-style list <www-style@w3.org>
- Message-ID: <CAAWBYDC4REFDuY8QVkmyfXVkYApfEa9mgJyLFAV40i6Lx6reqg@mail.gmail.com>
On Sat, Jan 25, 2014 at 3:07 AM, Peter Moulder <pjrm@mail.internode.on.net> wrote: > This isn't CSS2.1; please make distinction between elements and boxes. It > makes a difference, especially as flex items are defined as the children of > flex containers (so what things are flex items depends on whether we're talking > about element child relation or box child relation). > > Section 4 in particular seems very confused about this: it says that the > computed value of 'display' is based in part on whether something is a flex > item (implying that it assumes that flex items are elements), but then in the > next sentence says that flex items are boxes; and later says that table anon > box generation occurs before things get promoted to flex items. We've gone through the spec and reviewed every instance of "element", and think we've fixed all of the element/box confusion. Please let us know if we missed anything, or if anything doesn't make sense. (There's still a latent box/fragment confusion in the spec, but for now Flexbox doesn't define fragmentation behavior, so that's moot - every box generates only a single fragment.) ~TJ and fantasai
Received on Wednesday, 12 February 2014 01:22:24 UTC