Closed
Bug 298972
Opened 20 years ago
Closed 20 years ago
Do not CompressWhitespace for the accessible name of text nodes
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
875 bytes,
patch
|
parente
:
review+
neil
:
superreview+
mkaply
:
approval1.8b3+
|
Details | Diff | Splinter Review |
We're making things more difficult to deal with by compressing whitespace in
role text objects.
It's too hard to tell the diffence between:
Dogamatic (a is underlined)
-
and
Dog a matic (a is underlined)
-
We should expose our MSAA text objects as IE does and keep the whitespace in there.
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #187478 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #187478 -
Flags: review?(parente)
Updated•20 years ago
|
Attachment #187478 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Comment on attachment 187478 [details] [diff] [review]
Simple patch
Is mDOMNode guaranteed to be non-null?
Attachment #187478 -
Flags: review?(parente) → review+
Assignee | ||
Comment 3•20 years ago
|
||
No it isn't. Thanks for reminding me. I'll fix that.
Assignee | ||
Updated•20 years ago
|
Attachment #187478 -
Flags: approval1.8b3?
Comment 4•20 years ago
|
||
Comment on attachment 187478 [details] [diff] [review]
Simple patch
a=mkaply
don't forget the null check
Attachment #187478 -
Flags: approval1.8b3? → approval1.8b3+
Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•