Hacker News new | ask | show | jobs
by intrasight 1066 days ago
> it addresses a specific shortcoming of HTML: the on* attributes do not support arbitrary events

Yes, I saw that. But what does it have to do with XPath?

1 comments

XPath is implementation detail, used for searching of attributes with a give prefix, and this article is just a public note of how it was done in htmx
Got it. Thanks.