1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00

LibWeb: Add imports to all IDL files that depend on others

This commit is contained in:
Ali Mohammad Pur 2022-02-15 22:40:51 +03:30 committed by Ali Mohammad Pur
parent eccdf4eb4b
commit a59800b4a0
127 changed files with 303 additions and 2 deletions

View file

@ -1,3 +1,9 @@
#import <HTML/HTMLElement.idl>
#import <HTML/HTMLTableCaptionElement.idl>
#import <HTML/HTMLTableRowElement.idl>
#import <HTML/HTMLTableSectionElement.idl>
#import <DOM/HTMLCollection.idl>
interface HTMLTableElement : HTMLElement {
attribute HTMLTableCaptionElement? caption;