mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
25a0764a37
commit
f151cdf6ee
1 changed files with 0 additions and 5 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue