[webkit-dev] DOM building process

Darin Adler darin at apple.com
Sun Nov 1 16:29:06 PST 2009


On Nov 1, 2009, at 4:23 PM, Karthick Jayaraman wrote:

> I am not able to pin down the portions in the source code that add  
> attributes to the HTML element. I set breakpoint to the  
> Element::setAttribute functions, but I dont see the parser calling it.

I’m not sure this query belongs in the webkit-dev list. I can’t tell  
if you are working on development of WebKit or not.

The HTML parser uses the setAttributeMap function to set the  
attributes of an element. This is done in the parseToken function.

     -- Darin



More information about the webkit-dev mailing list