[Webkit-unassigned] [Bug 261876] Web Inspector: Option to view Pseudo-element (::placeholder)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 25 10:14:54 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261876
Razvan Caliman <rcaliman at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rcaliman at apple.com
--- Comment #2 from Razvan Caliman <rcaliman at apple.com> ---
(In reply to Nilesh Prajapati from comment #0)
> The user can view the following: active, focus, focus-visible, focus-within,
> hover, target, visited.
>
Those are pseudo-classes. `::placeholder` is a pseudo-element, like `::before`, `::after`, `::marker` and others.
The UI in the Styles panel is for toggling those pseudo-classes to reveal corresponding styles. The pseudo-element `::placeholder` would not be on that list.
Karl is right that not showing CSS rules that include `::placeholder` in the selector in the Styles panel is indeed a bug and duplicate of Bug 203269 which we need to fix.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230925/9e558ed6/attachment.htm>
More information about the webkit-unassigned
mailing list