mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Fix regression of "contenteditable" attribute
This commit is contained in:
committed by
Andreas Kling
parent
95331ea864
commit
08359ba578
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user