[Webkit-unassigned] [Bug 33033] New: style object does not return all style objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 17:37:46 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=33033

           Summary: style object does not return all style objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jab_creations at yahoo.com


This script works correctly in Opera, Firefox, and IE...

var dom_properties=new Array();

for (var a in document.getElementById('element_id').style)
{dom_properties.push(a);}

dom_properties.sort();

alert(dom_properties);

This is important to me as a web designer as I test and compare DOM lists of
browsers/versions to see what is new so I can start implementing it in my work.
If I'm not aware of it (because it's not listed) or either buried in
documentation or not documented at all it becomes much more tedious to try to
implement new features.

I have also just filed a bug over at KDE, the bug number is 220627 and
unfortunately KHTML's DOM is not well documented, as far as from what I can
tell.

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



More information about the webkit-unassigned mailing list