• #indieweb 2021-05-12
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2021-05-12 UTC
# 19:18
doosboox
I guess it's an error because img tags have no content; only attributes. They're self-enclosed. I usually write them as <img ... />, because I've learned that strict validation demands that from self-enclosing tags like <br/> and similar. I'm not sure if it's correct to do that for img tags, tbh