mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Use [Reflect] to implement HTMLPreElement.width
This commit is contained in:
committed by
Andreas Kling
parent
2a7cf1c588
commit
58bb5e1f7a
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/58bb5e1f7a Pull-request: https://github.com/SerenityOS/serenity/pull/24402 Reviewed-by: https://github.com/mattco98
@@ -22,9 +22,6 @@ public:
|
||||
// https://www.w3.org/TR/html-aria/#el-pre
|
||||
virtual Optional<ARIA::Role> default_role() const override { return ARIA::Role::generic; }
|
||||
|
||||
WebIDL::Long width() const;
|
||||
WebIDL::ExceptionOr<void> set_width(WebIDL::Long);
|
||||
|
||||
private:
|
||||
HTMLPreElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user