Open Bug 1015389 Opened 10 years ago Updated 2 years ago

Lists with list-style-type: none should not have "bullet" static text nodes

Categories

(Core :: Disability Access APIs, defect)

defect

Tracking

()

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
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: