Re: [webkit-dev] CSS Masking in WebKit

2012-08-31 Thread Dirk Schulze
Hi Dave, On Aug 31, 2012, at 11:57 AM, David Hyatt wrote: > This is great! I'd like to be the goto reviewer for any changes you make on > the CSS Masking side, since I implemented the original code. I also want to > be kept in the loop if any changes are made to the way any of the > -webkit-m

Re: [webkit-dev] CSS Masking in WebKit

2012-08-31 Thread David Hyatt
This is great! I'd like to be the goto reviewer for any changes you make on the CSS Masking side, since I implemented the original code. I also want to be kept in the loop if any changes are made to the way any of the -webkit-mask-* properties are specified. There are some interesting difference

[webkit-dev] CSS Masking in WebKit

2012-08-29 Thread Dirk Schulze
Hi WebKit folks, The CSS WG and SVG WG agreed to work on a CSS Masking specification [1]. Basically the spec aims to specify the behavior of -webkit-mask/-webkit-box-mask on WebKit browsers and SVG Mask/ SVG ClipPath on Firefox. I would like to implement the specification in the next weeks and