[Webkit-unassigned] [Bug 20899] should not expose <table> as AXTable if there is an ARIA role

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 15:36:10 PDT 2008


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





------- Comment #2 from sam at webkit.org  2008-09-18 15:36 PDT -------
(From update of attachment 23540)
-    if (!isDataTable()) {
-        AccessibilityRenderObject::addChildren();
-        return;
-    }
+    if (!isDataTable())
+        return AccessibilityRenderObject::addChildren();
We try and not return an function with a void return value, unless it is
necessary for templates to work.


-- 
Configure bugmail: https://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