NEW 68285
Use RenderedPosition instead of VisiblePosition in accessibility code
https://bugs.webkit.org/show_bug.cgi?id=68285
Summary Use RenderedPosition instead of VisiblePosition in accessibility code
Ryosuke Niwa
Reported 2011-09-16 15:07:32 PDT
Per IRC discussion, we should move away from VisiblePosition and use RenderedPosition in accessibility code. RenderedPosition has the following benefits: 1. It does not canonicalize positions unlike VisiblePosition so we can fix bugs like https://bugs.webkit.org/show_bug.cgi?id=57685 2. It's performant since it doesn't trigger layout or spends time doing canonicalization
Attachments
Radar WebKit Bug Importer
Comment 1 2013-12-20 10:53:25 PST
Note You need to log in before you can comment on or make changes to this bug.