CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 09:52:22 GMT
content-type: text/html
content-encoding: gzip
last-modified: Sat, 15 Jul 2023 03:16:36 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 05:32:04 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98bb7eceaf223cd0
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=g2a1CZokQcUDK6WlAzzN_VMCZVN9YJGLF9ORTVMKrWQ-1760003542-1.0.1.1-nphV.jCvHOUVO0ULpnlJHu6tfKk8eZgLCSpBPiG.RDtN2ZyJcORScrER7UdzvwObGu.i4sA6U8q9iKe5wNCKV0S1nntByjDgm0L89zYewL0; path=/; expires=Thu, 09-Oct-25 10:22:22 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98bcfc17ee7ef424-BLR
alt-svc: h3=":443"; ma=86400
Re: [css3-flexbox] Children of flex items ignoring cross-axis percentage length from Rudolph Gottesheim on 2012-10-09 (www-style@w3.org from October 2012)
Re: [css3-flexbox] Children of flex items ignoring cross-axis percentage length
- From: Rudolph Gottesheim <r.gottesheim@loot.at>
- Date: Tue, 09 Oct 2012 14:45:42 +0200
- To: Morten Stenshorne <mstensho@opera.com>
- CC: www-style@w3.org
- Message-ID: <50741C76.2010001@loot.at>
On 10/09/2012 02:13 PM, Morten Stenshorne wrote: > The height of the "item" elements are "indefinite" (a term used in the > flexbox) spec, so the percentage height on the "item" elements should > compute to 'auto'. > > https://www.w3.org/TR/CSS2/visudet.html#the-height-property > > "If the height of the containing block is not specified explicitly > (i.e., it depends on content height), and this element is not absolutely > positioned, the value computes to 'auto'." Yeah, I get that. My question is if the flexbox mechanics (e.g. align-self: stretch) should be considered setting the height explicitly. If this isn't possible (I'm no implementer, obviously), is there any way to achieve effect I'm looking for? I think it's a very common use case: a horizontal list of links (like a menu bar), where the links themselves are all the same height, even if some have line breaks and some don't.
Received on Tuesday, 9 October 2012 12:46:16 UTC