This commit is contained in:
Chris Bracco 2021-04-03 15:44:00 -04:00
parent a557aa534e
commit 328c708a5e
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.9.4 (April 3, 2021)
- Remove unnecessary role attributes. Update headings (thanks @gipsi!).
# 0.9.3 (April 3, 2021) # 0.9.3 (April 3, 2021)
- Add multiple <select> (thanks @racztiborzoltan!). - Add multiple <select> (thanks @racztiborzoltan!).

View File

@ -32,7 +32,6 @@
<li> <li>
<a href="#embedded">Embedded content</a> <a href="#embedded">Embedded content</a>
<ul> <ul>
<li><a href="#embedded__images">Images</a></li> <li><a href="#embedded__images">Images</a></li>
<li><a href="#embedded__bgimages">Background images</a></li> <li><a href="#embedded__bgimages">Background images</a></li>
<li><a href="#embedded__audio">Audio</a></li> <li><a href="#embedded__audio">Audio</a></li>

View File

@ -1,6 +1,6 @@
{ {
"name": "html5-test-page", "name": "html5-test-page",
"version": "0.9.3", "version": "0.9.4",
"description": "A page filled with common HTML elements to be used for testing purposes.", "description": "A page filled with common HTML elements to be used for testing purposes.",
"main": "index.html", "main": "index.html",
"scripts": { "scripts": {