From 67ceba2e6a98c280eb685dfa7559beef09a35409 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 7 Oct 2022 16:45:09 -0600 Subject: LibWeb: Add Exposed attribute and IDL spec links where missing The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^) --- Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl') diff --git a/Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl index c8c74378a5..314cd0c571 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl +++ b/Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl @@ -1,5 +1,7 @@ #import +// https://html.spec.whatwg.org/multipage/semantics.html#htmltitleelement +[Exposed=Window] interface HTMLTitleElement : HTMLElement { -- cgit v1.2.3