Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1218)

Unified Diff: Source/core/svg/SVGAngle.idl

Issue 1153763008: Sync SVG interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: all done Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGAngle.idl
diff --git a/Source/core/svg/SVGAngle.idl b/Source/core/svg/SVGAngle.idl
index 30eba57ae41da4c0620edcae74d85e096023c98b..5e47d7c9a9cc49d728a7e81fb1ee5f5024982e8c 100644
--- a/Source/core/svg/SVGAngle.idl
+++ b/Source/core/svg/SVGAngle.idl
@@ -20,6 +20,9 @@
* Boston, MA 02110-1301, USA.
*/
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAngle
+
+// TODO(philipj): SVGAngle should have constructors.
fs 2015/05/27 09:12:56 Note: This is crbug.com/366541
philipj_slow 2015/05/27 09:27:29 Done.
[
ImplementedAs=SVGAngleTearOff,
SetWrapperReferenceTo(SVGElement contextElement),
@@ -36,11 +39,9 @@
readonly attribute unsigned short unitType;
[RaisesException=Setter] attribute float value;
[RaisesException=Setter] attribute float valueInSpecifiedUnits;
-
+ // TODO(philipj): valueAsString should not have [TreatNullAs=NullString].
[TreatNullAs=NullString, RaisesException=Setter] attribute DOMString valueAsString;
[RaisesException] void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits);
-
[RaisesException] void convertToSpecifiedUnits(unsigned short unitType);
};
-

Powered by Google App Engine
This is Rietveld 408576698