[Webkit-unassigned] [Bug 55631] New: [Chromium] WebAccessibilityObject needs an equals() method
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 2 17:12:26 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55631
Summary: [Chromium] WebAccessibilityObject needs an equals()
method
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dmazzoni at google.com
CC: dglazkov at chromium.org
WebAccessibilityObject needs an equals() method. The specific use-case is that when the accessibility render tree is sent from the renderer process to the browser process in Chromium, it needs to identify nodes that are reachable in more than one way and only include one copy. For example, a table cell is a child of both a row and a column, but we only want to send the cell once.
--
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