Bug 103244 - Some shorthands are not reconstructed in StylePropertySet::getPropertyValue()
Summary: Some shorthands are not reconstructed in StylePropertySet::getPropertyValue()
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 103245 110698 110816 110903 111011 111018
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-26 05:04 PST by Alexander Pavlov (apavlov)
Modified: 2022-07-13 11:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-11-26 05:04:56 PST
The shorthands that lack the reconstruction code:

border-image
-webkit-columns
-webkit-column-rule
-webkit-margin-collapse
-webkit-marquee
-webkit-text-stroke
Comment 1 Brent Fulgham 2022-07-13 11:50:49 PDT
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.
Comment 2 Brent Fulgham 2022-07-13 11:54:00 PDT
I don't believe further action is needed here after the CSS parser redesign.