RESOLVED FIXED 129514
[CSS Shapes] CSS parser accepts trailing position arguments
https://bugs.webkit.org/show_bug.cgi?id=129514
Summary [CSS Shapes] CSS parser accepts trailing position arguments
Bear Travis
Reported 2014-02-28 16:08:26 PST
The shapes parsing code is accepting shapes like 'circle(at 10px 10px closest-side)', and dropping the last arguments after the position. For example: var el = document.createElement('div'); el.style.setProperty('-webkit-shape-outside', 'circle(at 10px 10px closest-side)'); console.log(el.style.getPropertyValue('-webkit-shape-outside')); Logs 'circle(at 10px 10px)'
Attachments
Initial Patch (5.91 KB, patch)
2014-03-13 12:43 PDT, Bear Travis
no flags
Bear Travis
Comment 1 2014-03-13 12:43:06 PDT
Created attachment 226614 [details] Initial Patch Port of patch originally authored by rwlbuis here https://codereview.chromium.org/191553003/
WebKit Commit Bot
Comment 2 2014-03-14 14:59:04 PDT
Comment on attachment 226614 [details] Initial Patch Clearing flags on attachment: 226614 Committed r165655: <http://trac.webkit.org/changeset/165655>
WebKit Commit Bot
Comment 3 2014-03-14 14:59:07 PDT
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.