mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-22 10:11:54 +00:00
LibWeb: Expect IDL namespace to end with semicolon
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
This commit is contained in:
parent
ec4980e875
commit
c1dfb2d883
Notes:
sideshowbarker
2024-07-19 00:56:27 +09:00
Author: https://github.com/linusg
Commit: c1dfb2d883
Pull-request: https://github.com/SerenityOS/serenity/pull/4372
95 changed files with 98 additions and 95 deletions
|
@ -10,4 +10,4 @@ interface HTMLScriptElement : HTMLElement {
|
|||
[Reflect] attribute DOMString event;
|
||||
[Reflect=for] attribute DOMString htmlFor;
|
||||
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue