WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
99720
Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
https://bugs.webkit.org/show_bug.cgi?id=99720
Summary
Web Inspector: [Styles] Property considered overridden if it is non-inherited...
Alexander Pavlov (apavlov)
Reported
2012-10-18 08:07:57 PDT
Consider the HTML: <ul> <li>Text</li> </ul> and CSS: ul { color: green; padding: 1px !important; } li { padding: 2px; } In this case, for "li" the "padding: 2px" will have a line-through, since Inspector disregards the fact that "padding" is a non-inherited property and considers its occurrence in "ul" taking precedence, since it is !important.
Attachments
Patch
(9.59 KB, patch)
2012-10-18 08:14 PDT
,
Alexander Pavlov (apavlov)
yurys
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexander Pavlov (apavlov)
Comment 1
2012-10-18 08:14:12 PDT
Created
attachment 169414
[details]
Patch
Alexander Pavlov (apavlov)
Comment 2
2012-10-18 23:59:02 PDT
Committed
r131864
: <
http://trac.webkit.org/changeset/131864
>
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