| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
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. 😉
|
|
|
| |
According to the section at https://developer.mozilla.org/en-US/docs/Web/HTML/Element
|
| |
|
|
|
| |
This makes it possible to add attributes.
|
|
|
| |
Especially add elements that are either used in every document, that nearly always have text content, or that are almost always used with certain attributes.
|
|
|