mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-20 04:41:24 +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)
|
||||
|
||||
- Remove classes and valid/invalid inputs.
|
||||
|
@@ -521,9 +521,9 @@
|
||||
<label for="idl">Datalist</label>
|
||||
<input type="text" id="idl" list="example-list">
|
||||
<datalist id="example-list">
|
||||
<option value="Example #1">
|
||||
<option value="Example #2">
|
||||
<option value="Example #3">
|
||||
<option value="Example #1" />
|
||||
<option value="Example #2" />
|
||||
<option value="Example #3" />
|
||||
</datalist>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user