Closed Bug 462983 Opened 17 years ago Closed 14 years ago

always calculate extra states

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: surkov, Unassigned)

References

(Blocks 1 open bug)

Details

1) we will do this eventually, see bug 344674 2) I need this to fix the bug 434707 because extra states should be passed into GetARIAState and they must be calculated at that point
I wonder if this will make perf worse for some ATs. Maybe not for newer ones though, which are the ones we care about.
(In reply to comment #1) > I wonder if this will make perf worse for some ATs. > > Maybe not for newer ones though, which are the ones we care about. Now states affect on extra states. bug 434707 requires to make reverse dependence. So we need to compute extra states to finish states computing. If you care about performance then we shouldn't calculate all states together if we want to get one state and therefore we should have separate methods for every state (or something like).
Okay.
We know always calculate all states, just don't allways give all of them to js.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
(In reply to comment #4) > We know always calculate all states, just don't allways give all of them to > js. When you mark fixed then please point what is a fix. Fixed by bug 634218.
You need to log in before you can comment on or make changes to this bug.