Skip to content

Commit

Permalink
Remove a fixed TODO
Browse files Browse the repository at this point in the history
Issue #2009 has already been fixed and closed so we can remove this TODO
entirely.
  • Loading branch information
mrobinson committed Dec 21, 2015
1 parent a8783ad commit 74a23c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/layout/display_list_builder.rs
Expand Up @@ -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);
Expand Down

0 comments on commit 74a23c9

Please sign in to comment.