layout: Remove an obselete comment from flexbox (#34148)

This behavior is handled properly in `style_ext.rs`.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2024-11-05 10:50:22 +01:00 committed by GitHub
parent 25a0764a37
commit f151cdf6ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,11 +39,6 @@ use crate::style_ext::{
};
use crate::{ContainingBlock, IndefiniteContainingBlock};
// FIMXE: “Flex items […] `z-index` values other than `auto` create a stacking context
// even if `position` is `static` (behaving exactly as if `position` were `relative`).”
// https://drafts.csswg.org/css-flexbox/#painting
// (likely in `display_list/stacking_context.rs`)
/// Layout parameters and intermediate results about a flex container,
/// grouped to avoid passing around many parameters
struct FlexContext<'a> {