new template just dropped!!! took a little longer than expected to put this together, i want to templatize my current posts page as well...
my old updates page now redirects to news!!!!! i had fun filtering my art, pls enjoy this self indulgent page
I used perplexity for this, which has been really useful for me for css questions (I know AI is a contentious topic), and while it didn't say which option was better, one recommendation was to add a zero-width space (content: "\200B") under li::before, if you use list-style-type: none ¯\_(ツ)_/¯
I'm not sure what specifically you're looking for, but this maybe? https://gerardkcohen.me/writing/2017/voiceover-list-style-type.html essentially list-style-type: none; won't appear as a list to screenreaders in safari, but adding a zero-width space mostly fixes it
I wrote about it here after Starbreaker highlighted it to me in a toot, but it is essentially saying what everyone else has said https://frills.dev/blog/231213-practical-accessibility/
fri11s omg yes i was searching your blog and missed it!! i knew it was you!!!!!! (ty for all the answers sorry i noticed late)
I usually just give the marker color:transparent;- I'll have to test the "" option now to see if it does better!