mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
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 https://github.com/servo/servo/issues/34527 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
9 lines
172 B
INI
Vendored
9 lines
172 B
INI
Vendored
[text-html-elements.html]
|
|
[HTML elements mixed case]
|
|
expected: FAIL
|
|
|
|
[Non-ascii HTML element3]
|
|
expected: FAIL
|
|
|
|
[Throw with invalid prefix]
|
|
expected: FAIL
|