Skip to content

add alt-text to css pseudo elements #5381

Description

@StephDriver

we have several inline lists that have pseudoelements e.g.

.bar-sep li:not(:last-child)::after {
    content: " | ";
}

we should ensure these (and any others) have appropriate alt text where needed. So something like:

.bar-sep li:not(:last-child)::after {
    content: " | " / "";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    a11yIssues that relate to acessibility

    Projects

    Status
    Sent to Dev

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions