• #microformats 2025-03-21
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#microformats ≡
  • ←
  • →
2025-03-21 UTC
# 23:06
btrem
I used <del> and <ins> in a website's todo list. When I added an item, it was in an <ins> element. When I completed it, I wrapped it in a <del> tag. Both had datetime attributes. If memory serves, I displayed the datetime via css ::after(attr). But I think that's as far as I got.