Closed
Bug 1733188
Opened 3 years ago
Closed 10 months ago
[meta] Notify of state changes for caching purposes
Categories
(Core :: Disability Access APIs, task, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: eeejay, Unassigned)
References
(Depends on 4 open bugs, )
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•3 years ago
|
||
Adding a spreadsheet to track individual states.
Reporter | ||
Comment 2•3 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
Comment 3•10 months ago
|
||
Cache the World shipped months ago and the old architecture has been removed. While there are still some cleanup/polish bugs here, Cache the World is essentially "business as usual" now.
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•