Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/format/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
"receipt": "🧾",
"grey_question": ""
},
"accessible": {
"x": "",
"arrow_up_small": "🔺",
"small_red_triangle_down": "🔻",
"green_circle": "",
"yellow_circle": "⚠️",
"red_circle": "",
Copy link
Owner

Choose a reason for hiding this comment

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

Don't really like that it is green, maybe ⛔ or 🚫?

Copy link
Author

Choose a reason for hiding this comment

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

How about ❌ ?

Copy link
Author

Choose a reason for hiding this comment

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

Oh, but there's also "x": "❌"

🤔

Copy link
Author

Choose a reason for hiding this comment

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

Just looking at how these are read by the screen reader in MacOS:

  • "⛔" is read as "no entry"
  • "🚫" is read as "restricted symbol"
  • "❌" is read as "cross mark"

What do you think?

Some other options:

  • "👍" for "green circle" and "👎" for "red circle" (keeping "⚠️" for "yellow circle")
  • "😁" for "green circle," "😬" for "yellow circle," and "😩" for "red circle"

Copy link
Owner

Choose a reason for hiding this comment

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

Love the 👍/👎 variant

"hatching_chick": "🐣",
"joystick": "🕹️",
"herb": "🌿",
"receipt": "🧾",
"grey_question": ""
},
"ascii": {
"x": "[ !!! ]",
"arrow_up_small": "",
Expand Down
Loading