Skip to content

Commit 761f69a

Browse files
authored
[css-selectors-4] Add <input> to list of :open elements (#11338)
Since the list of elements almost includes all of the elements which :open is going to apply to, I figure that adding <input> to make it complete will reduce any potential confusion.
1 parent 69a9856 commit 761f69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2619,7 +2619,7 @@ Collapse State: the '':open'' pseudo-class</h3>
26192619

26202620
Exactly what “open” and “closed” mean is host-language specific,
26212621
but exemplified by elements such as
2622-
HTML's <{details}>, <{select}>, and <{dialog}> elements,
2622+
HTML's <{details}>, <{select}>, <{dialog}>, and <{input}> elements,
26232623
all of which can be toggled “open” to display more content
26242624
(or any content at all, in the case of <{dialog}>).
26252625

0 commit comments

Comments
 (0)