DescriptionRemoving TreatNullAs=NullString from SVGAngle.valueAsString and SVGLength.valueAsString attributes
As per specs these should not have TreatNullAs=NullString
[1] http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAngle
[2] http://www.w3.org/TR/SVG2/types.html#InterfaceSVGLength
Specs doesn't say anything about Null case.
But, Behavior of FF & IE:
IE and FF both throws SyntaxError in case of null as the parameter of setValueAsString.
This cl also removes the TODO for constructor in SVGAngle and SVGLength
BUG=460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199176
Patch Set 1 : Reviewed: 1 #
Total comments: 4
Patch Set 2 : Reviewed: 2 [LGTMed] #Patch Set 3 : #
Messages
Total messages: 15 (5 generated)
|