mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove a fixed TODO
Issue #2009 has already been fixed and closed so we can remove this TODO entirely.
This commit is contained in:
parent
a8783ad184
commit
74a23c9af2
1 changed files with 0 additions and 2 deletions
|
@ -1718,8 +1718,6 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
|
||||||
layout_context: &LayoutContext,
|
layout_context: &LayoutContext,
|
||||||
border_painting_mode: BorderPaintingMode) {
|
border_painting_mode: BorderPaintingMode) {
|
||||||
if self.base.flags.is_float() {
|
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,
|
self.build_display_list_for_floating_block(display_list,
|
||||||
layout_context,
|
layout_context,
|
||||||
border_painting_mode);
|
border_painting_mode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue