mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Implement HTMLImageElement.currentSrc
Removes some console noise from lner.co.uk :)
This commit is contained in:
committed by
Andreas Kling
parent
600daea544
commit
3095daa7c8
@@ -57,6 +57,9 @@ public:
|
||||
// https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-complete
|
||||
bool complete() const;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-currentsrc
|
||||
String current_src() const;
|
||||
|
||||
virtual Optional<ARIA::Role> default_role() const override;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/images.html#img-environment-changes
|
||||
|
||||
Reference in New Issue
Block a user