[webkit-dev] CSSGroupingRule and a bit of refactoring?

Antti Koivisto koivisto at iki.fi
Fri Dec 21 06:09:58 PST 2012


On Fri, Dec 21, 2012 at 3:33 AM, Tab Atkins Jr. <jackalmage at gmail.com>wrote:

> No, it's just a refactoring on the CSS side, so we don't have to
> repeat a bunch of stuff every time we have an at-rule that contains
> other rules.  It just makes the WebIDL easier and less error-prone.
>

It seems bit strange to add a web-exposed type if it is just a spec writing
helper. Each new type has non-zero cost (code size of generated bindings
etc).

Internally it obviously makes sense to share code, I'm just wondering why
we would want to expose this via API.


   antti


>
> ~TJ
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20121221/a13708b2/attachment.html>


More information about the webkit-dev mailing list