Closed ShikiOkasaka closed 11 years ago
Note NodeImp::evalTree() is called from WindowImp::poll() too late, which does not synchronize with the script executions.
Step 1: Content attributes for event handlers in HTMLElement at 9b1f3885220eeeb3bc8f0a7c31be41aae7cd7382
Step 2: Content attributes for event handlers in body and marquee at 2fe773450cd5edbb892e069a1a9d3bcf3af7e8bf
cf. http://www.w3.org/TR/2012/CR-html5-20121217/infrastructure.html#reflecting-content-attributes-in-idl-attributes
Initial content attributes are set to each element in HTMLParser::insertHtmlElement(), which is the right timing to reflect the them in IDL attributes.