Module style::dom_apis
[−]
[src]
Generic implementations of some DOM APIs so they can be shared between Servo and Gecko.
Structs
QueryAll |
A query for all the elements in a subtree. |
QueryFirst |
A query for the first in-tree match of all the elements in a subtree. |
Enums
MayUseInvalidation |
Whether the invalidation machinery should be used for this query. |
Traits
SelectorQuery |
A selector query abstraction, in order to be generic over QuerySelector and QuerySelectorAll. |
Functions
element_closest | |
element_matches | |
query_selector |
Type Definitions
QuerySelectorAllResult |
The result of a querySelectorAll call. |