NetrunnerDB / netrunnerdb

A Deckbuilder for Android:Netrunner LCG
https://netrunnerdb.com
MIT License
142 stars 77 forks source link

Made plaintext decklist outputs more friendly to screenreaders #848

Open distributive opened 1 month ago

distributive commented 1 month ago

Previously the plaintext data for decklists would include an x before each card (e.g. "3x Sure Gamble") which screenreaders would read out, making it an inaccessible feature. It also reads out the influence pips individually, so those have been simplified to plaintext.

image

distributive commented 1 month ago

My editor added that extra space after the five_threes line. I don't know why.

plural commented 1 month ago

This makes it better for screen readers and worse for browser users. Let's take a look at how we can get the best of both worlds here.

distributive commented 1 month ago

Feel free to edit this