WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-12-20 10:53:25 PST
<
rdar://problem/15709608
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug