summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLParagraphElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLParagraphElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLParagraphElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLParagraphElement.idl b/Libraries/LibWeb/HTML/HTMLParagraphElement.idl
index 07596b5c01..20cd710753 100644
--- a/Libraries/LibWeb/HTML/HTMLParagraphElement.idl
+++ b/Libraries/LibWeb/HTML/HTMLParagraphElement.idl
@@ -1,5 +1,5 @@
interface HTMLParagraphElement : HTMLElement {
-
+ [Reflect] attribute DOMString align;
}