Bug 12703 - A way to look at properties/items/ nodes from objects and nodes
Summary: A way to look at properties/items/ nodes from objects and nodes
Status: CLOSED DUPLICATE of bug 9873
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-08 14:15 PST by Rene v Amerongen
Modified: 2008-05-17 09:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rene v Amerongen 2007-02-08 14:15:37 PST
I hope because of the coming freeze that this is still a feature with a high implementation value.

A way to look at properties/items/ nodes from f.e [objects HTMLLinkElement] and the like in the value column from the Variable Table.

f.e If I do
var l=CreateEl("link");
l.setAttribute("type","text/css");
l.setAttribute("rel","stylesheet");
l.setAttribute("href","niftyCorners.css");
l.setAttribute("media","screen");
document.getElementsByTagName("head")[0].appendChild(l);

I can't see the properties from l
Comment 1 Sam Weinig 2007-02-13 15:55:35 PST

*** This bug has been marked as a duplicate of 9873 ***
Comment 2 Timothy Hatcher 2008-05-17 09:56:03 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.