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)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: eeejay, Unassigned)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

Attached file Test case
With the given html example, the accessible list item nodes have empty static text nodes. They should not be there at all.
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?
Severity: normal → S3

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.

Attachment

General

Created:
Updated:
Size: