- Add test for HTML comments (thanks @ep00ch!).
- Add missing form button types (thanks @gnowland!).
- Minor formatting change (thanks @gilluminate!).
- Fix incorrect years in
CHANGELOG.md
.
- Simplify the instructions in
CHANGELOG.md
. - Rename
LICENSE.md
toLICENSE
. - Update
README.md
content.
- Update indentation and whitespace.
- Add to npm.
- Update
<iframe>
source attribute to point toindex.html
(so meta). - Add viewport
<meta>
tag to<head>
ofindex.html
.
- Add
<meter>
element (thanks @haroenv!). Reorganize a few existing elements.
- Change placeholder image dimensions to one that works properly (thanks @haroenv!).
- Add phone number input field (thanks @johnpolacek!).
- Fix validation errors.
- Fix duplicate IDs and formatting.
- add
<caption>
element to<table>
examples.
- Initial release!