Open
Bug 1733188
Opened 2 years ago
Updated 5 months ago
[meta] Notify of state changes for caching purposes
Categories
(Core :: Disability Access APIs, task, P3)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: eeejay, Unassigned)
References
(Depends on 4 open bugs, Blocks 1 open bug, )
Details
(Keywords: meta)
This is a meta bug to track all state change notification work. We need to have some kind of notification for most states in order to fully cache state in the remote accessible. There are some exceptions:
- OFFSCREEN should be calculated remotely using the accessible's bounds in relation to its ancestors' and the ancestors'
overflow
CSS behavior. - Some states are simply the opposite of other states, for example EXPANDED/COLLAPSED when EXPANDABLE is present, or UNAVAILABLE/ENABLED+SENSITIVE. We only need to cache one of those states to derive the opposite states in its absence.
This meta bug will also track simplification and streamlining of our current state implementations, this includes removal of states that have no interest to us.
Reporter | ||
Comment 1•2 years ago
|
||
Adding a spreadsheet to track individual states.
Reporter | ||
Comment 2•2 years ago
|
||
Changing severity to S3 because this is ongoing cache the world work that does not affect current users.
Severity: -- → S3
Type: defect → task
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•