Type-safe Go library for creating and manipulating HTML elements (with htmx helpers).

go golang html htmx
2 Open Issues Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add support for the HTML5 `<track>` element to the `elem-go` library, including adding a new element function, a corresponding test case, and any necessary attributes to the `attrs` package. The `<track>` element has no end tag and therefore no children.

Complexity: 2/5
good first issue

Type-safe Go library for creating and manipulating HTML elements (with htmx helpers).

Go
#go#golang#html#htmx

AI Summary: Add support for the HTML `<wbr>` element to the `elem-go` library, including adding a new element function in `elements.go` and a corresponding test case in `elements_test.go`. The `<wbr>` element is a word break opportunity element and has no end tag or children.

Complexity: 2/5
good first issue

Type-safe Go library for creating and manipulating HTML elements (with htmx helpers).

Go
#go#golang#html#htmx