[mattl]yeah, I wrote two scripts... one which returns the mbid (musicbrainz id) for an album (it looks it up on musicbrainz if it doesn't know it) and now another which is in a cronjob and just runs the first script every 2-3 seconds and looks up the next one in the database without a mbid
niartenyawhello! I was reading through the docs of bridgy-fed and was curious how hard it would be to self host this for my fedi instance. I saw the do a about a local env but curious what else would be involved in hosting it. Thanks!
niartenyawOh nice! Making my way through those. Having a custom domain is definitely a goal of mine but I'm also pretty interested in self hosting it!
GuestZero, thegreekgeek_, [Jo], [Paul_Lieberman], [Sophia_wood], [jeremycherfas], aurailus[d], Tiffany, nemonical, barnabywalters and ttybitnik joined the channel
[Murray]Actually, I'm looking at that and thinking you can comma-list statements in `:has` e.g. `p:has(span, strong)` is something I think should work (similar to `:where` and `:is` )
btremFollowing up to a discussion with [Murray] on March 3, re: aria and accessible Wordle tiles, I have constructed a comparison page, with two tables showing a Wordle result. One uses svg, the other uses unicode tiles. If anyone want to have a look and tell me what they think, especially if you have a screen reader at your disposal, I'd be grateful.
btremAlso, [Murray] said that `<title>` in svg is poorly supported by screen readers. I can't find any info on that. The mdn page https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title calls it "<title> — the SVG accessible name element", and says "Baseline Widely available." But not much details.
btremA CSS Tricks article https://css-tricks.com/accessible-svgs/ says to add a `<title>` element to an inline svg element. Although it doesn't mention screen readers with regard to that specific advice, it does mention it elsewhere, telling readers to avoid putting svg in an `<object>` element for example. If anyone here has any experience with these elements, I'd love to hear it.
rhiaro, Toxicogenic, [0x3b0b], lanodan, sebbu2, P4RZ1V4L and Dryusdan joined the channel
[Murray]I also misunderstood how you were using `title` (or perhaps I just got confused in the moment): it is the _attribute_ `title` which is poorly supported by assistive tech. The SVG element `<title>` is better supported, though I've definitely seen advice to tie it to the parent `<svg>` with an `aria-labelledby` if used. That may now be outdated (it was a few years ago)