Issue 1189: Display errors of inherited CSS styles in combination with CSS shorthand properties
Shorthand property overwriting other shorthand property
Steps to reproduce
- Open Firebug
- Switch to the HTML panel and there to the Style side panel
- Inspect the blue
<div>
(#div1
) above
Expected result
- The
border-top
style of the #div1
rule should be striked out
Shorthand property overwriting single-value property
Steps to reproduce
- Open Firebug
- Switch to the HTML panel and there to the Style side panel
- Inspect the green
<div>
(#div2
) above
Expected result
- The
border-right-width
style of the #div1 div
rule should be striked out