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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to