mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
1. Better handling of namespaces for element and attribute names in XML mode (read: non-HTML mode) 2. While parsing, pass along context on whether we are in an absolute (`/`) or descendant (`//`) part of the query, and use it to correctly enumerate descendants according to where we are in the evaluation of the AST. Testing: All 1024 tests in `xml_xpath_tests.xml` (actually `xml_xpath_runner.html`) pass, as well as some random tests in `text-html-attributes.html`. Fixes: #37278 --------- Signed-off-by: Ville Lindholm <ville@lindholm.dev> |
||
---|---|---|
.. | ||
context.rs | ||
eval.rs | ||
eval_function.rs | ||
eval_value.rs | ||
mod.rs | ||
parser.rs |