mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
This is different from the rest of the DOM, see https://www.w3.org/TR/1999/REC-xpath-19991116/#attribute-nodes. Luckily, this can cleanly be implemented for XPath because we already abstract over the concrete DOM implementation. Testing: This change adds a test Part of #34527 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>