Escaped asterisk or unicode token should not be a wildcard namespace prefix |
|||
Issue description
We should not consider \* or \2a as a wildcard namespace prefix:
<!DOCTYPE html>
<style>
\*|* { color: red }
\2a|* { background-color: pink }
</style>
<div>No red and no pink background</div>
\* and * are both currently represented as '*' in the prefix of the qualified name, so we need to differentiate them somehow.
Firefox does the right thing.
See also: https://chromium-review.googlesource.com/c/chromium/src/+/765626
,
Dec 10
,
Dec 10
Still fails. |
|||
►
Sign in to add a comment |
|||
Comment 1 by sheriffbot@chromium.org
, Dec 5Status: Untriaged (was: Available)