mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
LibWeb: Implement HTMLMarqueeElement.scrollDelay
This commit is contained in:
committed by
Andreas Kling
parent
2a408ecfbc
commit
a917f8124c
@@ -23,6 +23,9 @@ public:
|
||||
WebIDL::UnsignedLong scroll_amount();
|
||||
WebIDL::ExceptionOr<void> set_scroll_amount(WebIDL::UnsignedLong);
|
||||
|
||||
WebIDL::UnsignedLong scroll_delay();
|
||||
WebIDL::ExceptionOr<void> set_scroll_delay(WebIDL::UnsignedLong);
|
||||
|
||||
private:
|
||||
HTMLMarqueeElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user