summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLLinkElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLLinkElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLLinkElement.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLLinkElement.idl b/Libraries/LibWeb/HTML/HTMLLinkElement.idl
index 0299f36c04..670ca17d18 100644
--- a/Libraries/LibWeb/HTML/HTMLLinkElement.idl
+++ b/Libraries/LibWeb/HTML/HTMLLinkElement.idl
@@ -10,4 +10,8 @@ interface HTMLLinkElement : HTMLElement {
[Reflect=imagesizes] attribute DOMString imageSizes;
[Reflect] attribute boolean disabled;
+ [Reflect] attribute DOMString charset;
+ [Reflect] attribute DOMString rev;
+ [Reflect] attribute DOMString target;
+
}