Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-22 23:08:16 +01:00 committed by Martin Robinson
parent ae5e0d49d8
commit c1a622cf01

View file

@ -459,11 +459,6 @@ impl<'dom, LayoutDataType: LayoutDataTrait> style::dom::TElement
) -> euclid::default::Size2D<Option<app_units::Au>> {
todo!();
}
fn anchors_relative_selector(&self) -> bool {
self.element
.has_selector_flags(ElementSelectorFlags::ANCHORS_RELATIVE_SELECTOR)
}
}
impl<'dom, LayoutDataType: LayoutDataTrait> ::selectors::Element