[webkit-reviews] review granted: [Bug 20887] Legend tag should be exposed through AX : [Attachment 23566] <legend> patch, updated based on review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 12:13:15 PDT 2008


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 20887: Legend tag should be exposed through AX
https://bugs.webkit.org/show_bug.cgi?id=20887

Attachment 23566: <legend> patch, updated based on review
https://bugs.webkit.org/attachment.cgi?id=23566&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
     virtual bool isWidget() const { return false; }
-
+    virtual bool isFieldset() const { return false; }

The rest of these are in alphabetical order. It would be better if you sorted
your new one in rather than putting it at the bottom.

r=me


More information about the webkit-reviews mailing list