[jgarber]Went a little wild with the wiki leaderboard scripting and am now grabbing _all_ wiki users and attempting to parse their homepages for microformats2 data:
[jgarber]~2750 users, `n` of which are spam-ish/not URLs/don’t resolve properly. Turns out I’m overloading my own service (https://micromicro.cc) by blasting it with requests to parse that many URLs. 🙃
jacky, bterry and [Jamie_Tanna] joined the channel
[Murray]Having a discussion elsewhere around whether using microformats as CSS hooks is a good/bad idea. I vaguely remember this coming up here a few times, but can't find any resources. Does anyone know any Wiki pages or blog posts that sum up arguments for/against?
[tantek]4Fascinating. Will have to read that to see if the reasoning is any different from when we originally thought it was good to use microformats classes as styling hooks as well
[tantek]4Ah that's very different reasoning and use-cases! The stuff about using ARIA as hooks for the state of an element make complete sense, though I feel there should've been at least a mention of the respective CSS pseudo-classes, their similarities, and when to use one or the other or both
[schmarty]ah, interesting point. if i understand this advice correctly, wherever a CSS pseudo-class exists typically you wouldn't be using ARIA anyway, since the preference is to use HTML-native elements and semantics first, with ARIA as a fallback.
[tantek]4Yes that is how it's supposed to work. As with anything there's always the danger of overuse (remember when people used to put u-photo on every img tag?)
LoqiIt looks like we don't have a page for "h_card and is_homepage records" yet. Would you like to create it? (Or just say "h_card and is_homepage records is ____", a sentence describing the term)
angelothat's cool. if you could give me a list of the domains with h-cards on them that'd be exactly what i'm looking for. how difficult would that be to pull out?