[webkit-dev] Anonymous Rendering Objects in Web Inspector

2010-01-21 Thread Alex Milowski
In my MathML code I often wrap the direct rendering objects for a particular element in an anonymous rendering object. When I inspect these elements I get the particular rendering object for the element but between that element and the parent's rendering object there are these anonymous objects

Re: [webkit-dev] Anonymous Rendering Objects in Web Inspector

2010-01-21 Thread Alex Milowski
On Thu, Jan 21, 2010 at 10:43 AM, Dan Bernstein m...@apple.com wrote: On Jan 21, 2010, at 9:44 AM, Alex Milowski wrote: In my MathML code I often wrap the direct rendering objects for a particular element in an anonymous rendering object.  When I inspect these elements I get the particular

Re: [webkit-dev] Anonymous Rendering Objects in Web Inspector

2010-01-21 Thread Darin Adler
On Jan 21, 2010, at 11:22 AM, Alex Milowski wrote: So, when I try this with the trunk I get an error on the console: 2010-01-21 11:17:24.288 Safari[20905:80f] *** -[WebRenderNode initWithWebFrameView:]: unrecognized selector sent to instance 0x1f930270 and nothing happens. This was