Re: Inline SVG sizing in CSS

Dirk Schulze <dschulze@adobe.com> writes:

>> I have little experience with what IE does, but Webkit/Blink has a
>> percentage intrinsic system that handles percentages in a way that's
>> separate from the normal percentage handling in CSS. This causes many if
>> not all of the differences in my tests. So to be clear, Webkit/Blink
>> doesn't treat width/height as presentation attributes currently.
>
> No, width and height are not presentation attributes in webkit and
> blink yet. Therefore, they do interact separately, independent of CSS.
> I do not expect that this is compatible with the resolution at all.
> For WebKit and Blink the problem is the SVG DOM code that is not
> mapped to CSS properties. We need to support SVG DOM for backward
> compatibility.

Thanks for the heads up. I'm currently preparing patches for Blink and I
haven't looked into SVG DOM much at all yet.

David

Received on Thursday, 10 October 2013 19:23:17 UTC