mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Use [Reflect]
to implement HTMLPreElement.width
This commit is contained in:
parent
2a7cf1c588
commit
58bb5e1f7a
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/tcl3
Commit: 58bb5e1f7a
Pull-request: https://github.com/SerenityOS/serenity/pull/24402
Reviewed-by: https://github.com/mattco98
3 changed files with 1 additions and 20 deletions
|
@ -7,6 +7,6 @@ interface HTMLPreElement : HTMLElement {
|
|||
[HTMLConstructor] constructor();
|
||||
|
||||
// Obsolete
|
||||
[CEReactions] attribute long width;
|
||||
[CEReactions, Reflect] attribute long width;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue