RESOLVED FIXED 120002
[CSS Masking] Add -webkit-mask-source-type shorthand property
https://bugs.webkit.org/show_bug.cgi?id=120002
Summary [CSS Masking] Add -webkit-mask-source-type shorthand property
Andrei Parvu
Reported Monday, August 19, 2013 9:20:16 AM UTC
We want to add the -webkit-mask-source-type property to the -webkit-mask shorthand property.
Attachments
Patch (7.35 KB, patch)
2013-08-19 01:37 PDT, Andrei Parvu
no flags
Patch (7.22 KB, patch)
2013-08-28 05:11 PDT, Andrei Parvu
no flags
Andrei Parvu
Comment 1 Monday, August 19, 2013 9:37:41 AM UTC
Dirk Schulze
Comment 2 Wednesday, August 28, 2013 11:52:11 AM UTC
Comment on attachment 209066 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209066&action=review Looks good to me. Just some snippets. > Source/WebCore/css/CSSParser.cpp:2847 > + const CSSPropertyID properties[] = { CSSPropertyWebkitMaskImage, CSSPropertyWebkitMaskRepeat, CSSPropertyWebkitMaskSourceType, Put this right after MaskImage to match the spec please. > Source/WebCore/css/StylePropertyShorthand.cpp:441 > + CSSPropertyWebkitMaskSourceType Put this right after MaskImage to match the spec please. > Source/WebCore/css/StylePropertyShorthand.cpp:888 > + map.set(CSSPropertyWebkitMaskSourceType, mask); Ditto.
Andrei Parvu
Comment 3 Wednesday, August 28, 2013 1:11:41 PM UTC
Dirk Schulze
Comment 4 Wednesday, August 28, 2013 2:47:24 PM UTC
Comment on attachment 209866 [details] Patch r=me
WebKit Commit Bot
Comment 5 Wednesday, August 28, 2013 3:09:45 PM UTC
Comment on attachment 209866 [details] Patch Clearing flags on attachment: 209866 Committed r154742: <http://trac.webkit.org/changeset/154742>
WebKit Commit Bot
Comment 6 Wednesday, August 28, 2013 3:09:47 PM UTC
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.