mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Fix regression of "contenteditable" attribute
This commit is contained in:
parent
95331ea864
commit
08359ba578
Notes:
sideshowbarker
2024-07-18 07:40:57 +09:00
Author: https://github.com/SeekingBlues
Commit: 08359ba578
Pull-request: https://github.com/SerenityOS/serenity/pull/9125
Reviewed-by: https://github.com/awesomekling
3 changed files with 5 additions and 5 deletions
|
@ -40,9 +40,9 @@ public:
|
|||
|
||||
struct Attribute {
|
||||
String prefix;
|
||||
String local_name;
|
||||
String local_name { "" };
|
||||
String namespace_;
|
||||
String value;
|
||||
String value { "" };
|
||||
Position name_start_position;
|
||||
Position value_start_position;
|
||||
Position name_end_position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue