Open
Bug 1256382
Opened 9 years ago
Updated 3 years ago
Fire text change event when CSS style affects element text.
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: yzen, Unassigned)
References
(Blocks 1 open bug)
Details
A good example is changes to list-style-type. This will affect how list item is presented. Currently no event seems to fire at all.
Comment 1•9 years ago
|
||
(In reply to Yura Zenevich [:yzen] from comment #0)
> A good example is changes to list-style-type. This will affect how list item
> is presented. Currently no event seems to fire at all.
show/hide/reorder should be fired, and text change are expected too, see https://mxr.mozilla.org/mozilla-central/source/accessible/html/HTMLListAccessible.cpp#98
Blocks: eventa11y
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•