- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Mon, 11 Feb 2019 21:04:26 +0000
- To: public-svg-issues@w3.org
The following commits were just pushed by AmeliaBR to https://github.com/w3c/svgwg: * Enum-like DOM properties throw TypeErrors on setting to unknown values As resolved in https://github.com/w3c/svgwg/issues/547#issuecomment-424105119 > RESOLUTION: Setting a enum-like DOM property to a value > that doesn't represent a valid attribute value > should throw a TypeError This affects the setter algorithm for SVGAnimatedEnumeration and for SVGPreserveAspectRatio. Clarifying changes made to: - the note regarding reserializing an SVGAnimatedEnumeration, - the general statement about silently ignoring invalid values. Closes #547. by Amelia Bellamy-Royds https://github.com/w3c/svgwg/commit/f75682759e9106dfb284eef279a05bcecd0046fe
Received on Monday, 11 February 2019 21:04:27 UTC