From 74a23c9af2858ece8a4d0befd175f93a91476865 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 21 Dec 2015 18:37:54 +0100 Subject: [PATCH] Remove a fixed TODO Issue #2009 has already been fixed and closed so we can remove this TODO entirely. --- components/layout/display_list_builder.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs index 96632c5d47df..4cebf3e69618 100644 --- a/components/layout/display_list_builder.rs +++ b/components/layout/display_list_builder.rs @@ -1718,8 +1718,6 @@ impl BlockFlowDisplayListBuilding for BlockFlow { layout_context: &LayoutContext, border_painting_mode: BorderPaintingMode) { if self.base.flags.is_float() { - // TODO(#2009, pcwalton): This is a pseudo-stacking context. We need to merge `z-index: - // auto` kids into the parent stacking context, when that is supported. self.build_display_list_for_floating_block(display_list, layout_context, border_painting_mode);