mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
For example `div[count(//p)]` should count all `<p>` elements in the document, not just the ones underneath the `<div>`. Testing: WPT tests cover this, the fix makes two more test pass. Signed-off-by: Ville Lindholm <ville@lindholm.dev> |
||
---|---|---|
.. | ||
context.rs | ||
eval.rs | ||
eval_function.rs | ||
eval_value.rs | ||
mod.rs | ||
parser.rs |