Re: [geometry] DOMMatrix with DOMString argument

On May 24, 2014, at 5:25 AM, Boris Zbarsky <bzbarsky@MIT.EDU> wrote:

>> It has to be part of a document and have a layout box. Do we have a term
>> for such a thing?
> 
> We do not.

WebKit, Blink and Gecko all have some notations of styled elements. In WebKit and Blink it is StyledElement and in Gecko it is nsStyledElement. I wonder why it was not introduced to the standards bodies. It certainly would help with proposals to unify the style attribute for a set of elements and other style related presentation attributes.

> 
> Note that SVG elements can have style and geometry but no "box" in the CSS sense, btw.

We rely on CSS Transforms here which defines the relevant “box” for SVG elements as the object bounding box. MathML uses the CSS Box model as far as I know. At least with its later iterations.

Greetings,
Dirk

> 
> -Boris
> 

Received on Sunday, 25 May 2014 07:07:30 UTC