diff --git a/index.html b/index.html
index 9b24230..d3f4cdf 100644
--- a/index.html
+++ b/index.html
@@ -288,7 +288,7 @@
TouchType touchType = "direct";
};
-[Constructor(TouchInit touchInitDict)]
+[Constructor(TouchInit touchInitDict), Exposed=Window]
interface Touch {
readonly attribute long identifier;
readonly attribute EventTarget target;
@@ -482,7 +482,7 @@
sequence<Touch> changedTouches = [];
};
-[Constructor(DOMString type, optional TouchEventInit eventInitDict)]
+[Constructor(DOMString type, optional TouchEventInit eventInitDict), Exposed=Window]
interface TouchEvent : UIEvent {
readonly attribute TouchList touches;
readonly attribute TouchList targetTouches;
@@ -1244,6 +1244,9 @@ Changes Since Last Publication
Add touchType, altitudeAngle, azimuthAngle (Safari iOS 10.3 extensions for stylus)
+
+ Add [Exposed=Window] to Constructor
+