- From: Ryosuke Niwa <rniwa@webkit.org>
- Date: Wed, 20 Jul 2011 09:05:08 -0700
- To: Dave Raggett <dsr@w3.org>
- Cc: Boris Zbarsky <bzbarsky@mit.edu>, public-webapps@w3.org
Received on Wednesday, 20 July 2011 16:06:04 UTC
On Wed, Jul 20, 2011 at 8:43 AM, Dave Raggett <dsr@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
Received on Wednesday, 20 July 2011 16:06:04 UTC