bigskysoftware / htmx

</> htmx - high power tools for HTML
https://htmx.org
Other
38.56k stars 1.31k forks source link

Improve detail.elt event documentation #3007

Open MichaelWest22 opened 2 weeks ago

MichaelWest22 commented 2 weeks ago

Description

Event documentation for detail.elt is incorrect and confusing as the current documentation has this field listed as the element that dispatched the request when in fact a different element is being passed into the event. The detail.elt is always the element that the event is triggered on in htmx and this has to often be the element in question and not the one that started the request.

Corresponding issue:

3000

Testing

No testing just careful reading of source to check how the events are actually triggered

Checklist