ooh i always believed that new tab was the more "polite" option but i guess not? will have to update my links
It's also an accessibility issue. Screen readers don't always announce new tabs.
yea i need to work onmy site for this ^^; i love opening things in new tabs and didnt realize other people dont nor did i know the accessability issue it creates. not to mention some of my links open in a new tab and some dont. will slowly fix that (among many other issues)
I thought it was common practice to code "target="_blank" for any link going off-site, then stay on the same page for your own site. Is this specific to a particular screen reader?
@pixelglade I read it ages ago and went to check sources, and I stand corrected- it is still an accessibility issue, but for a different reason: it can be disorienting for screen reader and low vision users. https://it.wisc.edu/learn/make-it-accessible/develop-accessible-websites/when-to-open-links-in-a-new-tab/#why
Oh interesting, thank you for the link! Actually now you mention it, I remember reading it's good practice to tell a user if a link will open in a new tab or not, this was a good reminder.
The other thing I wanted to add with the accessibility post which is something I've noticed, and I actually find very disorienting is how a lot of people's websites change layout from page to page. But I was thinking of making my own a11y post at some point so I guess that's one of the things I'll mention :) really like your site design btw (Also the Punk Wasp link in your blog post doesn't lead to a blog post)
You actually don't need to code a toggle! A simple prefers-color scheme light/dark media query with some colors switched around works fine :> I provided some links on how to do it underneath that guideline, kalechips shows how to do it quickly! https://kalechips.net/stuff/snippets?p=darkmode
Thanks! Took awhile for me to figure out why it wasn't working but Kalechip's code doesn't work unless you enclose the :root {} inside the media query... which is what they've done on their site. You can use the Dev Tools which has a Light and Dark mode switch to test if it's working.
JS seems to be tricky like that, i don't know anything about it, i just got a friends help :'D
looks good to me! holding off on applying until i work on my site some more tho
need to test my site with keyboard-only navigation but im hitting all the other requirements so i'll submit my application when im ready :)
thanks for the resources!!! and for putting so much time and effort into this
sry about that! I'm planning on adding a button to turn off animations on the index page but I haven't gotten to that yet,,,