summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorMacDue <macdue@dueutil.tech>2023-03-26 13:19:33 +0100
committerAndreas Kling <kling@serenityos.org>2023-03-26 15:09:57 +0200
commitd38392d416bce72b15a242a6482811fb7bd24e38 (patch)
tree4b8ffc7af837c2654fa73bade8af69f6d9a5d0f3 /Base
parentbcfe2755636699bbce9aa93c5ab4232d9f62bae4 (diff)
downloadserenity-d38392d416bce72b15a242a6482811fb7bd24e38.zip
Base: Use radio button groups on accent-color demo page
Diffstat (limited to 'Base')
-rw-r--r--Base/res/html/misc/accent-color.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/Base/res/html/misc/accent-color.html b/Base/res/html/misc/accent-color.html
index 11786eeade..e1f7758bb9 100644
--- a/Base/res/html/misc/accent-color.html
+++ b/Base/res/html/misc/accent-color.html
@@ -29,12 +29,12 @@
<input class="big indeterminate" type="checkbox" disabled></input>
</form>
<form>
- <input type="radio" checked></input>
- <input type="radio"></input>
+ <input name="radio-small" type="radio" checked></input>
+ <input name="radio-small" type="radio"></input>
<input type="radio" checked disabled></input>
<input type="radio" disabled></input>
- <input class="big" type="radio" checked></input>
- <input class="big" type="radio"></input>
+ <input name="radio-big" class="big" type="radio" checked></input>
+ <input name="radio-big" class="big" type="radio"></input>
<input class="big" type="radio" checked disabled></input>
<input class="big" type="radio" disabled></input>
</form>
@@ -58,12 +58,12 @@
<input class="big indeterminate" type="checkbox" disabled></input>
</form>
<form>
- <input type="radio" checked></input>
- <input type="radio"></input>
+ <input name="radio-small" type="radio" checked></input>
+ <input name="radio-small" type="radio"></input>
<input type="radio" checked disabled></input>
<input type="radio" disabled></input>
- <input class="big" type="radio" checked></input>
- <input class="big" type="radio"></input>
+ <input name="radio-big" class="big" type="radio" checked></input>
+ <input name="radio-big" class="big" type="radio"></input>
<input class="big" type="radio" checked disabled></input>
<input class="big" type="radio" disabled></input>
</form>
@@ -87,12 +87,12 @@
<input class="big indeterminate" type="checkbox" disabled></input>
</form>
<form>
- <input type="radio" checked></input>
- <input type="radio"></input>
+ <input name="radio-small" type="radio" checked></input>
+ <input name="radio-small" type="radio"></input>
<input type="radio" checked disabled></input>
<input type="radio" disabled></input>
- <input class="big" type="radio" checked></input>
- <input class="big" type="radio"></input>
+ <input name="radio-big" class="big" name="c" type="radio" checked></input>
+ <input name="radio-big" class="big" name="c" type="radio"></input>
<input class="big" type="radio" checked disabled></input>
<input class="big" type="radio" disabled></input>
</form>