mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-22 21:53:47 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
714dc01c78 | ||
|
9d912a6d7d | ||
|
8983ac1be5 |
@@ -1,3 +1,7 @@
|
|||||||
|
# 0.9.7 (April 3, 2021)
|
||||||
|
|
||||||
|
- Self-close option tags (thanks @ConnorJamesLow!).
|
||||||
|
|
||||||
# 0.9.6 (April 3, 2021)
|
# 0.9.6 (April 3, 2021)
|
||||||
|
|
||||||
- Remove classes and valid/invalid inputs.
|
- Remove classes and valid/invalid inputs.
|
||||||
|
@@ -521,9 +521,9 @@
|
|||||||
<label for="idl">Datalist</label>
|
<label for="idl">Datalist</label>
|
||||||
<input type="text" id="idl" list="example-list">
|
<input type="text" id="idl" list="example-list">
|
||||||
<datalist id="example-list">
|
<datalist id="example-list">
|
||||||
<option value="Example #1">
|
<option value="Example #1" />
|
||||||
<option value="Example #2">
|
<option value="Example #2" />
|
||||||
<option value="Example #3">
|
<option value="Example #3" />
|
||||||
</datalist>
|
</datalist>
|
||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "html5-test-page",
|
"name": "html5-test-page",
|
||||||
"version": "0.9.6",
|
"version": "0.9.7",
|
||||||
"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": {
|
||||||
|
Reference in New Issue
Block a user