mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00: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:
committed by
Andreas Kling
parent
0265041d44
commit
67ceba2e6a
@@ -1,8 +1,10 @@
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/edits.html#htmlmodelement
|
||||
[Exposed=Window]
|
||||
interface HTMLModElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString cite;
|
||||
[Reflect] attribute USVString cite;
|
||||
[Reflect=datetime] attribute DOMString dateTime;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user