From 3fd2f619496d7c3a2d0a45ed3d44aead22d64c99 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 4 Jan 2020 21:41:41 -0500 Subject: Bug 1340027 - Part 2: Add HTML CEReactions annotation. Tag UXP Issue #1344 --- dom/webidl/HTMLParamElement.webidl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dom/webidl/HTMLParamElement.webidl') diff --git a/dom/webidl/HTMLParamElement.webidl b/dom/webidl/HTMLParamElement.webidl index b9f17d6f5..cf6b5a35a 100644 --- a/dom/webidl/HTMLParamElement.webidl +++ b/dom/webidl/HTMLParamElement.webidl @@ -15,16 +15,16 @@ // http://www.whatwg.org/specs/web-apps/current-work/#the-param-element [HTMLConstructor] interface HTMLParamElement : HTMLElement { - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute DOMString name; - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute DOMString value; }; // http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis partial interface HTMLParamElement { - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute DOMString type; - [SetterThrows, Pure] + [CEReactions, SetterThrows, Pure] attribute DOMString valueType; }; -- cgit v1.2.3