Open
Bug 1540071
Opened 6 years ago
Updated 1 year ago
Selector autocomplete doesn't work correctly for pseudo-elements
Categories
(DevTools :: Style Editor, enhancement, P3)
DevTools
Style Editor
Tracking
(Not tracked)
NEW
People
(Reporter: Kwan, Unassigned)
References
(Blocks 1 open bug)
Details
Julian Descottes [:jdescottes] wrote in D25110 review for bug 1539265:
From what I can tell the only UI that can do CSS autocomplete queries for pseudo selectors is the StyleEditor.
From the StyleEditor, if you start typing egdiv:
, you will seediv::marker
in the suggestions, but as soon as you type the second:
, the suggestion disappears.It looks like this autocomplete only supports pseudos with a single
:
at the moment. It would be nice to file a follow up to fix this.
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: devtools-pseudo
You need to log in
before you can comment on or make changes to this bug.
Description
•