Replies: 2 comments 5 replies
-
Yes, absolutely if it makes sense for accessibility. Go ahead and introduce
I'm not sure I understand this one - can you explain a bit more? Or just let me see it in a PR
Yes that's fine when it makes sense, just let me know when a PR contains a new string and make sure the key is not used elsewhere, I have to run some automation to upload to the translation service and download/import the results etc.
Yes, if you end up using |
Beta Was this translation helpful? Give feedback.
-
Also added a missing label on a button I will wait to test those changes first on ci before making the third PR with the h2-h3 refactor. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @johnspurlock-skymethod, trying to know where it comes from all the
tabindex=0
on thebutton
elements (I think it redundant but it doesn0t matter), I've found that you are usingshoelace
and i have take it a look on a11y options.Do you mind if I put some
visually-hidden
lines in a few places?For example in all links that open a new window like:
https://shoelace.style/components/visually-hidden/#links-that-open-in-new-windows
Or a hidden
<h2>Detailed stats by month</h2>
onop3/worker/static/show.htm
Line 206 in 941e9ea
(So all the other boxes can be changed to h3)
This probably would need importing this component (but not sure in how many places)
op3/worker/routes/show.ts
Line 117 in 941e9ea
And 2 news translatable string:
download_details: "${s:download_details:'Download details'}",
on_new_window: "${s:on_new_window:'opens in a new window'}",
For example.
Beta Was this translation helpful? Give feedback.
All reactions