summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLParagraphElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLParagraphElement.webidl')
-rw-r--r--dom/webidl/HTMLParagraphElement.webidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/webidl/HTMLParagraphElement.webidl b/dom/webidl/HTMLParagraphElement.webidl
index 2a626d257..289af4c9f 100644
--- a/dom/webidl/HTMLParagraphElement.webidl
+++ b/dom/webidl/HTMLParagraphElement.webidl
@@ -12,11 +12,12 @@
*/
// http://www.whatwg.org/specs/web-apps/current-work/#the-p-element
+[HTMLConstructor]
interface HTMLParagraphElement : HTMLElement {
};
// http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
partial interface HTMLParagraphElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString align;
};