summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLParagraphElement.idl
diff options
context:
space:
mode:
authorLuke <luke.wilde@live.co.uk>2020-11-12 04:16:41 +0000
committerAndreas Kling <kling@serenityos.org>2020-11-12 10:38:26 +0100
commit3f73b0f896f57957f1bfedf5ee674f8fd8c9224f (patch)
tree27c1690774b9ad385cd4cc93f3a2a0ce3636c9f1 /Libraries/LibWeb/HTML/HTMLParagraphElement.idl
parent1643fa22237e418b896e45c7a8bec10f826dc177 (diff)
downloadserenity-3f73b0f896f57957f1bfedf5ee674f8fd8c9224f.zip
LibWeb: Add almost all obsolete but required IDL attributes
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
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;
}