Luke
e8a9e8aed5
LibWeb: Add namespace to Element
2020-10-22 15:24:42 +02:00
Luke
9dee140a9f
LibWeb: Add empty IDL bindings for current SVG elements
...
Nothing in them right now as the classes don't contain the IDL
methods.
2020-10-03 00:30:49 +02:00
Andreas Kling
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
...
LibWeb keeps growing and the Web namespace is filling up fast.
Let's put DOM stuff into Web::DOM, just like we already started doing
with SVG stuff in Web::SVG.
2020-07-26 20:05:15 +02:00
Andreas Kling
eabd43d31a
LibWeb: Make SVGElement and SVGGeometryElement constructors protected
2020-07-26 17:51:00 +02:00
Andreas Kling
1b1537c5a6
LibWeb: Simplify type traits for SVGGraphicsElement
2020-07-26 17:51:00 +02:00
Matthew Olsson
b1299f972c
LibWeb: Refactor SVG files into their own directory; follow spec layout
2020-07-26 14:53:43 +02:00