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
commit a59800b4a0
Notes: sideshowbarker 2024-07-17 18:42:11 +09:00
127 changed files with 303 additions and 2 deletions

View file

@ -1,5 +1,5 @@
interface MediaList {
stringifier attribute [LegacyNullToEmptyString] CSSOMString mediaText;
[LegacyNullToEmptyString] stringifier attribute CSSOMString mediaText;
readonly attribute unsigned long length;
getter CSSOMString? item(unsigned long index);
undefined appendMedium(CSSOMString medium);