[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

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