mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Further changes required by Servo
This commit is contained in:
parent
ff8100d396
commit
cd67a09ac1
1 changed files with 5 additions and 0 deletions
|
@ -459,6 +459,11 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue