mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Add almost all obsolete but required IDL attributes
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
This commit is contained in:
@@ -32,6 +32,8 @@ namespace Web::HTML {
|
||||
|
||||
class HTMLFontElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLFontElementWrapper;
|
||||
|
||||
HTMLFontElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLFontElement() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user