[csswg-drafts] Pull Request: [wen-animations-1] Fix invalid error code for KeyfameEffect.pseudoElement

george-steel has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [wen-animations-1] Fix invalid error code for KeyfameEffect.pseudoElement ==
Since `TypeError` is not a valid DOMException error name, change it to `SyntaxError` (the code for this kind of type error).

See https://github.com/w3c/csswg-drafts/pull/4829

Received on Wednesday, 4 March 2020 20:49:57 UTC