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
Basically, display:none isn't recommended, it's better to use another technique.
Without using exotic properties like clipand clip-path, I have found this to be enough for this case (I'm planning to use it for the john-doe template:
Thanks for reporting this. Since I never used a screen reader, at first I had a hard time understanding what the issue is with "display: none"... but I guess we learn every day. Anyway, thanks for making me aware of it. I'll incorporate it also into the repo but first I want to try it with a screen reader to see how other people are consuming our work.
And also, thanks for the initial inspiration with this project. Never imagine we will have an opportunity to talk.
minwiz/src/styles/stylesheet.css
Line 59 in aa80a67
Basically, display:none isn't recommended, it's better to use another technique.
Without using exotic properties like
clip
andclip-path
, I have found this to be enough for this case (I'm planning to use it for the john-doe template:The text was updated successfully, but these errors were encountered: