Bug 12215 - Parse and remove 'overflow' and '-webkit-border-radius' as shorthands
Summary: Parse and remove 'overflow' and '-webkit-border-radius' as shorthands
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 12:32 PST by mitz
Modified: 2007-01-12 14:43 PST (History)
0 users

See Also:


Attachments
Treat the properties as shorthands (61.99 KB, patch)
2007-01-11 12:35 PST, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-01-11 12:32:07 PST
Now that removing a shorthand property works, 'overflow' and '-webkit-border-radius' can be parsed as a shorthand.
Comment 1 mitz 2007-01-11 12:35:52 PST
Created attachment 12367 [details]
Treat the properties as shorthands

This leaves 'font' as the only quasi-shorthand. Not sure what to do about it, since it can have special values that don't expand to family, weight, size, variant etc..
Comment 2 Dave Hyatt 2007-01-11 20:36:40 PST
Comment on attachment 12367 [details]
Treat the properties as shorthands

r=me
Comment 3 David Kilzer (:ddkilzer) 2007-01-12 14:43:27 PST
Committed revision 18815.