Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Internally, we migrated from `XMLHttpRequest` to `fetch()` but that should be tr

#### Attribute Inheritance

In htmx 2 many attributes where "inherited" by default. This allows you to place attributes on parent elements and
In htmx 2 many attributes were "inherited" by default. This allows you to place attributes on parent elements and
their behavior will apply to child elements. This behavior, which came from
the [intercooler.js](https://intercoolerjs.org) days, was inspired by CSS and, unsurprisingly, worked out about the same
as CSS: powerful but difficult to understand at times.
Expand Down