Skip to content

Fixing lists for VoiceOver πŸ€¦πŸ»β€β™€οΈΒ #37

Description

@chris-pearce

See here:

I really don't like this and agree 100% with this tweet. But caring about accessibility I feel my hands are tied.

Here is the related code:

/*
* In applications lists are ubiquitous and it's extremely rare they're used in
* long form content therefore it makes sense to strip away their bullets in
* addition to removing their default margin and padding (see: Resets).
*/
ul,
ol {
list-style-type: none;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    a11y 🌏Everything related to accessibility.lib: text-content πŸŽ’Everything related to the lib's "Text Content" section.need-more-info ❓Sorry, more info is needed to better understand this issue.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions