Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enforce asterisk-style unordered lists#41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
iansan5653 merged 3 commits intomainfromasterisk-list-style
Apr 26, 2023
Merged

Conversation

iansan5653
Copy link
Member

@iansan5653iansan5653 commentedApr 25, 2023
edited
Loading

Asterisk style lists (ie, * item) are preferred over other list styles because asterisks are most likely to be read out by screen readers. For example, given the following Markdown:

Fruits:* Apple* Banana* Pear

VoiceOver on my machine reads:

Fruits {pause} star apple star banana star pear

Whereas with the following Markdown:

Fruits:- Apple- Banana- Pear

VoiceOver reads:

Fruits {pause} apple {pause} banana {pause} pear

This makes it much less obvious that what is being read is actually a list.


The current configuration enables theul-style rule, but by default this rule has thestyle parameter set toconsistent. This ensures that the list style is consistent across the whole file, based on the first encountered list item. What we really want isasterisk, which ensures that the list delimiter is always the* character.

@iansan5653iansan5653 requested a review froma team as acode ownerApril 25, 2023 19:55
@accessibility-bot
Copy link
Collaborator

👋 Hello and thanks for pinging us! An accessibility first responder will review this soon.

  • 💻 On PRs for our review: please provide a review environment with steps to validate, screenshots (with alt text), or videos (with description following) demonstrating functionality we should be checking. This will help speed up our review and feedback cycle.
  • ⚠️If this is urgent, please visit us in#accessibility on Slack and tag the first responder(s) listed in the channel topic.

Copy link
Collaborator

@andrialexandrouandrialexandrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Repeatingmy comment from Slack:

I’m the likely candidate for the person who put that rule in the accessibility set, and if memory serves it was with the asterisk rule in mind. If it’s up to me we can merge this.

Approving.

@iansan5653iansan5653 merged commitc71b2d6 intomainApr 26, 2023
@iansan5653iansan5653 deleted the asterisk-list-style branchApril 26, 2023 15:15
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@andrialexandrouandrialexandrouandrialexandrou approved these changes

@accessibility-botaccessibility-botAwaiting requested review from accessibility-botaccessibility-bot is a code owner automatically assigned from github/accessibility

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@iansan5653@accessibility-bot@andrialexandrou

[8]ページ先頭

©2009-2025 Movatter.jp