On Wed, Jul 20, 2011 at 8:43 AM, Dave Raggett <d...@w3.org> wrote:
>
> Perhaps we need to distinguish auto generated attributes from those that
> are set by markup or scripts. Could you please clarify for me the difference
> between the html "style" attribute and the one you are referring to?  My
> understanding is that the html style attribute is set via markup or scripts
> and *doesn't* reflect all of the computed style properties for this DOM
> node.
>

In WebKit, style attribute is stored as CSSMutableStyleDeclaration instead
of as a string to allow fast style re-calculation.

- Ryosuke

Reply via email to