mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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:
committed by
Andreas Kling
parent
ec4980e875
commit
c1dfb2d883
Notes:
sideshowbarker
2024-07-19 00:56:27 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/c1dfb2d8837 Pull-request: https://github.com/SerenityOS/serenity/pull/4372
@@ -5,4 +5,4 @@ interface HTMLTableSectionElement : HTMLElement {
|
||||
[Reflect=charoff] attribute DOMString chOff;
|
||||
[Reflect=valign] attribute DOMString vAlign;
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user