You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In numerous places across the tutorial it just uses icon fonts on the edit/new/delete etc links, with no actual text. This is fairly bad accessibility practice (as screen readers won't be able to pick it up) and we might as well give people good habits from the start, especially as including the text would make the code of those links even more clear as well.
Using a <header> for the top part instead of a <div> would also be more semantic and accessible while also being nice and human-readable as well.
Language
Universal
Operating system
Universal
The text was updated successfully, but these errors were encountered:
Issue description
In numerous places across the tutorial it just uses icon fonts on the edit/new/delete etc links, with no actual text. This is fairly bad accessibility practice (as screen readers won't be able to pick it up) and we might as well give people good habits from the start, especially as including the text would make the code of those links even more clear as well.
Using a
<header>
for the top part instead of a<div>
would also be more semantic and accessible while also being nice and human-readable as well.Language
Universal
Operating system
Universal
The text was updated successfully, but these errors were encountered: