Bug 103244
| Summary: | Some shorthands are not reconstructed in StylePropertySet::getPropertyValue() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexander Pavlov (apavlov) <apavlov> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bendean837, bfulgham, syoichi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 103245, 110698, 110816, 110903, 111011, 111018 | ||
| Bug Blocks: | |||
Alexander Pavlov (apavlov)
The shorthands that lack the reconstruction code:
border-image
-webkit-columns
-webkit-column-rule
-webkit-margin-collapse
-webkit-marquee
-webkit-text-stroke
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
It looks like these are done:
-webkit-columns
-webkit-column-rule
-webkit-margin-collapse
-webkit-marquee
-webkit-text-stroke
It doesn't look like border-image was done.
Brent Fulgham
I don't believe further action is needed here after the CSS parser redesign.