[schmarty], [KevinMarks], [schmarty]1, [KevinMarks]1, Tiffnya, dehuszar, Guest6, [mattl] and btrem joined the channel
#capjamesg[d]I'm going to apply visibility: hidden; to the rel=author. It looks like it does need to be in the h-entry.
#btremFrom context, it seems reasonably certain that "my h-card didn't show up in the webmention" means he commented on a post, but the comment lacked an author.
#btremrel=author is not normally visible in any case.
#Loqitantek has 2 karma in this channel over the last year (140 in all channels)
#[tantek]artlung, I have used <a href class=u-photo><img src= /></a> to send a higher fidelity version of a photo to microformats consuming tools
#[tantek]while providing a smaller (download size) version in the img element for web page viewers
#[tantek]who can then "zoom in" by clicking the image and then getting the higher resolution version
#[tantek]that's at least one visible use-case for <a href class=u-photo>
#artlungthat's good. That brings to my mind the fact we have additional ways to call in an image these days, <picture> and <source> notably that may make more work for a mf parser. Keeping it simple seems best where possible.
#btremI thought screen readers ignored display: none elements. Hence the need for ARIA attributes like role.
#[tantek]better to express actual semantics via ARIA rather than depend on CSS for a semantic hack (display:none)
#btremYeah, but I'm saying that you don't need to apply aria to prevent screenreaders from reading an element with display: none because, AFAIK, screenreaders don't read such elements.