WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
226648
Web Inspector: Styles: Do not show inherited CSS variables found in declared but unused CSS variables on matching styles
https://bugs.webkit.org/show_bug.cgi?id=226648
Summary
Web Inspector: Styles: Do not show inherited CSS variables found in declared ...
Razvan Caliman
Reported
2021-06-04 09:30:49 PDT
Follow-up to
https://webkit.org/b/225972
In the Styles details sidebar panel, an unused inherited variable is shown if found in the value of a declared but unused variable on the matching styles. ``` div { --never-used: var(--never-used-inherited); } html { --never-used-inherited: red; } ``` Expected: `--never-used-inherited` from inherited styles should be hidden because it is not _actually used_.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-06-04 09:31:15 PDT
<
rdar://problem/78872576
>
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