New issue
Advanced search Search tips

Issue 791827 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Escaped asterisk or unicode token should not be a wildcard namespace prefix

Project Member Reported by shend@chromium.org, Dec 5 2017

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
 
Project Member

Comment 1 by sheriffbot@chromium.org, Dec 5

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Fixed (was: Untriaged)
Status: Available (was: Fixed)
Still fails.

Sign in to add a comment