You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse qualified names with non-alpha characters in xpath (servo#39409)
The existing parsing rules are too strict and only allow alpha and
alphanumeric characters. Instead, we should follow the production
defined in https://www.w3.org/TR/REC-xml-names/#NT-NCName.
Testing: New tests start to pass
Part of servo#34527
---------
Signed-off-by: Simon Wülker <[email protected]>
0 commit comments