You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selector: Make selector.js module depend on attributes/attr.js
This fixes custom builds using the `--include` switch that don't include
the `attributes` module.
Fixesgh-5379Closesgh-5384
Co-authored-by: Richard Gibson <[email protected]>
// we consider the lowercase name to be the only valid value, so
102
+
// getting (if the attribute is present) normalizes to that, as does
103
+
// setting to any non-`false` value (and setting to `false` removes the attribute).
104
+
// See https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attributes
0 commit comments