1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Libraries/LibWeb/SVG
Linus Groh c1dfb2d883 LibWeb: Expect IDL namespace to end with semicolon
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace

Namespace ::
    namespace identifier { NamespaceMembers } ;
2020-12-10 11:02:46 +01:00
..
SVGContext.h LibWeb: Create LayoutNodes for each SVG element 2020-10-10 23:28:41 +02:00
SVGElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGElement.h LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGGeometryElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGeometryElement.h LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGeometryElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGGraphicsElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGraphicsElement.h LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGraphicsElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGPathElement.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SVGPathElement.h LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SVGPathElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGSVGElement.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SVGSVGElement.h LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SVGSVGElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
TagNames.cpp LibWeb: Use modern namespaces and fix clang-format comments in tag names 2020-10-22 15:24:42 +02:00
TagNames.h LibWeb: Add initial implementation of foreign content parsing 2020-10-22 15:24:42 +02:00