Closed bartveneman closed 2 months ago
We do not force or strip quotes around input[type=checkbox] or it's equivalent input[type="checkbox"]. We should always add quotes for consistency.
input[type=checkbox]
input[type="checkbox"]
We do not force or strip quotes around
input[type=checkbox]
or it's equivalentinput[type="checkbox"]
. We should always add quotes for consistency.