WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 203269
261876
Web Inspector: Option to view Pseudo-element (::placeholder)
https://bugs.webkit.org/show_bug.cgi?id=261876
Summary
Web Inspector: Option to view Pseudo-element (::placeholder)
Nilesh Prajapati
Reported
2023-09-21 05:56:08 PDT
Created
attachment 467812
[details]
Image of Firefox Web Inspector - Pseudo-element option Enhancement Request to Inspect Element. Safari > Inspect Element > Pseudo-element option The user can view the following: active, focus, focus-visible, focus-within, hover, target, visited. Currently, within Web Inspector, the user does not have the option to view/change styling for ::placeholder. Example: Firefox > Inspect > Style panel > Pseudo-element.
Attachments
Image of Firefox Web Inspector - Pseudo-element option
(250.28 KB, image/png)
2023-09-21 05:56 PDT
,
Nilesh Prajapati
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Karl Dubost
Comment 1
2023-09-21 19:26:09 PDT
You are right. That would be a good improvement. It seems to be in the backend code of the Web Inspector according to
Bug 203269
*** This bug has been marked as a duplicate of
bug 203269
***
Razvan Caliman
Comment 2
2023-09-25 10:14:54 PDT
(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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug