Re: [webkit-dev] Differentiating between JS object properties and DOM attributes

2007-03-09 Thread Darin Adler
On Mar 9, 2007, at 4:32 PM, Christian Cantrell wrote: I recently noticed something that surprised me in a new build of WebKit. I found that some dashboard widgets don't run, including some Apple widgets like Stocks. When I investigated, I found that some widgets access custom DOM attribut

[webkit-dev] Differentiating between JS object properties and DOM attributes

2007-03-09 Thread Christian Cantrell
I recently noticed something that surprised me in a new build of WebKit. I found that some dashboard widgets don't run, including some Apple widgets like Stocks. When I investigated, I found that some widgets access custom DOM attributes using dot notation rather than the getAttribute fun

Re: [webkit-dev] Font Information

2007-03-09 Thread Darin Adler
On Mar 9, 2007, at 3:49 AM, AmitM wrote: I want to get the font information of the rendered text. DumpRenderTree doesn't tell the font used. WebInspector tells it. Can anyone please point out which interface of webkit I should explore to get this detail? To answer this, I need more contex

[webkit-dev] Font Information

2007-03-09 Thread AmitM
Hi, I want to get the font information of the rendered text. DumpRenderTree doesn't tell the font used. WebInspector tells it. Can anyone please point out which interface of webkit I should explore to get this detail? Thanks -- View this message in context: http://www.nabble.com/Font-Informat