[Webkit-unassigned] [Bug 117484] Simplify AccessibilityText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 23:55:06 PDT 2013


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





--- Comment #1 from chris fleizach <cfleizach at apple.com>  2013-06-10 23:53:42 PST ---
I think this change breaks
ariaLabeledByText() because they're appending a new text object for each element instead of concatenating them like they need to be.

however, i don't know if the elements are even necessary. i don't see them being re-used. I think we could just allow  a pointer to an element because there's probably not a great reason to reference the elements after the string is made

however, i think we might also have bugs that ask us to actually return the elements in aria-labeledby so the screen reader can query those elements

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