mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibWeb: Add HTMLPreElement width property
This commit is contained in:
parent
2e8ff1855c
commit
089a98607c
Notes:
sideshowbarker
2024-07-16 22:22:13 +09:00
Author: https://github.com/bplaat
Commit: 089a98607c
Pull-request: https://github.com/SerenityOS/serenity/pull/23261
Reviewed-by: https://github.com/ADKaster ✅
5 changed files with 54 additions and 1 deletions
|
@ -7,6 +7,6 @@ interface HTMLPreElement : HTMLElement {
|
|||
[HTMLConstructor] constructor();
|
||||
|
||||
// Obsolete
|
||||
// FIXME: [CEReactions, Reflect] attribute long width;
|
||||
[CEReactions] attribute long width;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue