[Webkit-unassigned] [Bug 30628] [Qt] It is impossible to list the attributes of QWebElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 14:14:51 PST 2009


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


Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tonikitoo at webkit.org




--- Comment #5 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2009-11-05 14:14:51 PDT ---
hum, a few comments:


from an API user prospective, I'd find this an unclear API at first glance. It
could at least get better documented.

+QMap<QPair<QString,QString>,QString> QWebElement::attributes() const

i'd also splt the line below into two sentenses...

+
attributes[QPair<QString,QString>(attribute->namespaceURI(),attribute->localName())]
= 
+                    attribute->value();

-- 
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