[Webkit-unassigned] [Bug 12703] New: A way to look at properties/items/ nodes from objects and nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 8 14:15:38 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12703

           Summary: A way to look at properties/items/ nodes from objects
                    and nodes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rvamerongen at xs4all.nl


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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list