Closed
Bug 1015389
Opened 11 years ago
Closed 6 months ago
Lists with list-style-type: none should not have "bullet" static text nodes
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: eeejay, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
748 bytes,
text/html
|
Details |
With the given html example, the accessible list item nodes have empty static text nodes. They should not be there at all.
Comment 1•10 years ago
|
||
It seems nsBlockFrame::HasBullet() should do similar with nsBulletFrame update list bullet logic:
bool hasBullet = newStyleList->GetListStyleImage() ||
newStyleList->mListStyleType != NS_STYLE_LIST_STYLE_NONE;
I'm curious if there are volunteers to take it?
Updated•10 years ago
|
Blocks: treea11y, bulleta11y
Updated•2 years ago
|
Severity: normal → S3
Comment 2•6 months ago
|
||
I don't see empty static text Accessibles with this test case, so I guess this was fixed at some point.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•