2025-07-03 UTC
# sugardave for instance:
# sugardave with my image issue, this works:
# sugardave class="u-photo"
# sugardave but this doesn't:
# sugardave class="u-photo w-28 h-28 rounded-full mb-4 shadow"
# [tantek] wonder what part of the toolchain is misinterpreting a space delimited class attribute value
# sugardave GitHub copilot says:
# sugardave > This is a known issue with some microformats parsers being overly strict about class attribute parsing.
# sugardave but it could just be guessing 🙂
# Loqi GitHubCopilot has -1 karma over the last year
# [tantek] which I'm guessing some microformats parsers are interpreting as a new root class
# sugardave src={imgSrc}
# sugardave <div class="w-28 h-28 rounded-full mb-4 shadow overflow-hidden">
# sugardave not sure that's it because I tried its first suggestion with a wrapper:
# sugardave class="u-photo w-full h-full object-cover"
# sugardave alt="Profile Picture"
# sugardave oh...but that still has an `h-` hmmm...trying the second alternative now and just style it up
# [tantek] the parsing spec says to reject h-n where n is a number but that might not be implemented by all parsers
# sugardave ah, that is probably it! thanks for brainstorming with me
sebbu joined the channel
# cookiezi1170 whats a microformat
# [tantek] gotta ask that in the #indieweb-dev channel! (with "what is" 🙂 )
barnaby, Saige_Leah, [pfefferle], [KevinMarks], gRegor, [aciccarello], plantroon and angelo joined the channel