diff --git a/css-transforms-1/Overview.bs b/css-transforms-1/Overview.bs
index 6f07ce279896..5f72636e97db 100644
--- a/css-transforms-1/Overview.bs
+++ b/css-transforms-1/Overview.bs
@@ -367,11 +367,7 @@ For elements with an associated CSS layout box, the [=used value=] for transform Attribute {#svg-transform}
=============================
-The SVG 1.1 specification did not specify the attributes transform, <{linearGradient/gradientTransform}> or <{pattern/patternTransform}> as presentation attributes [[!SVG11]]. In order to improve the integration of SVG and HTML, this specification makes these SVG attributes presentation attributes and makes the 'transform' property one that applies to [=transformable elements=] in the SVG namespace.
-
-Issue(w3c/csswg-drafts#919) Can patternTransform or gradientTransform or transform attributes apply to one element? If yes, which is the most significant?
-
-This specification will also introduce the new presentation attribute 'transform-origin'. Values on this presentation attribute get parsed following the syntax rules on SVG Data Types [[!SVG11]].
+This specification will introduce the new presentation attribute 'transform-origin'. Values on this presentation attribute get parsed following the syntax rules on SVG Data Types [[!SVG11]].
SVG transform attribute specificity {#transform-attribute-specificity}
-------------------------------------
@@ -436,12 +432,6 @@ An angle can be a <> without an unit identifier. In this case the Basic data types for SVG attributes.
-The SVG <{linearGradient/gradientTransform}> and <{pattern/patternTransform}> attributes {#svg-gradient-transform-pattern-transform}
-----------------------------------------------------------------------------------------
-
-SVG specifies the attributes <{linearGradient/gradientTransform}> and <{pattern/patternTransform}>. This specification makes both attributes presentation attributes. Both attributes use the same syntax as the SVG transform attribute. This specification does not introduce corresponding CSS style properties. Both the <{linearGradient/gradientTransform}> and the <{pattern/patternTransform}> attribute are presentation attributes for the 'transform' property.
-
-
SVG transform functions {#svg-transform-functions}
-----------------------
@@ -1112,6 +1102,8 @@ One translation unit on a matrix is equivalent to 1 pixel in the local coordinat
Changes since last publication
+* Remove specification text that makes patternTransform, gradientTransform presentation attributes representing the 'transform' property. That is going to get specified by SVG 2 [[SVG2]].
+
ISSUE: Add all changes.
Acknowledgments