tabatkins / css-toggle

Proposal for a CSS Toggle spec
Creative Commons Zero v1.0 Universal
28 stars 1 forks source link

states setter steps should also check length of list #37

Closed dbaron closed 2 years ago

dbaron commented 2 years ago

The states setter steps should be updated to match the equivalent edits to the constructor in cbe62536bf6e133cf24128f6c4149c25197d194e, and throw a SyntaxError exception when the list has length < 2.

tabatkins commented 2 years ago

Argh, right. I've synced the language more closely as well.