Confirmed users
1,396
edits
(Created page with "=What is this= This document describes the mapping between DOM and accessibles trees. =Current state= Existing problems are: #Tree update bugs ##imagemap ##listbox #Unoptimal tr...") |
|||
Line 10: | Line 10: | ||
=What we need that for?= | =What we need that for?= | ||
The mapping of DOM tree to accessible tree is prepared for following proposes: | |||
#content insertion | #content insertion | ||
##find insertion point | |||
##traverse extended DOM tree | |||
#content removal | #content removal | ||
##find removal point | |||
#DOM point to offset | #DOM point to offset | ||
##convert DOM selection into accessible text selection and caret | |||
=Thoughts Heap= | =Thoughts Heap= |