mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
This patch renames TNode::parent_element to traversal_parent, since it returns the parent from the perspective of traversal (which in Gecko uses the flattened tree). It also renames TNode::children to traversal_children for the saem reason. We keep parent_element and children functions on TNode to use for selector matching, which must be done on the real DOM tree structure. |
||
---|---|---|
.. | ||
checks.rs | ||
mod.rs |