mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
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 :^)
This commit is contained in:
parent
0265041d44
commit
67ceba2e6a
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/ADKaster
Commit: 67ceba2e6a
Pull-request: https://github.com/SerenityOS/serenity/pull/15520
123 changed files with 236 additions and 14 deletions
|
@ -1,5 +1,7 @@
|
|||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/semantics.html#htmlparagraphelement
|
||||
[Exposed=Window]
|
||||
interface HTMLParagraphElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue