about summary refs log tree commit diff stats
path: root/el/document.go
Commit message (Collapse)AuthorAgeLines
* Add element helpers and refactor (#34)Markus Wüstenberg2020-10-28-57/+0
| | | | | | | This change adds a lot of element helpers, and refactors: - helpers into simple, text, and other helpers - most tests into table-driven tests, so they're easier to read Thanks to @oderwat for pushing me to improve the tests. 😉
* Add Group function to group Nodes (#29)Markus Wüstenberg2020-10-22-12/+0
|
* Group element helpers in different files (#21)Markus Wüstenberg2020-09-25-0/+69
According to the section at https://developer.mozilla.org/en-US/docs/Web/HTML/Element