[Webkit-unassigned] [Bug 40543] return QWebElement& from QWebElement::setAttribute()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 02:12:22 PDT 2010


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





--- Comment #3 from Tor Arne Vestbø <vestbo at webkit.org>  2010-06-16 02:12:21 PST ---
Chaining was not considered a goal for this API, as in most cases a normal semi-colon and multiple statements does the same job and is more in line with Qt's existing APIs.

foo.setAttribute("foo", "bar");
foo.setAttribute("biz", "baz");

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