• #dev 2023-10-23
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-10-23 UTC
# 19:20
[KevinMarks]
I am being annoyed by event bubbling in js because I can't work out which event to eat. I have a link inside the `summary` of a `details` and an event handler on the link. I want to stop the details being opened too, but I can't work out what kind of event triggers the details to open, so I can call stopPropagation