mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibWeb: Dont abort when parsing data- properties that contain dashes
This commit is contained in:
parent
c949a4db2d
commit
196dada7e2
Notes:
sideshowbarker
2024-07-17 11:44:27 +09:00
Author: https://github.com/stelar7 Commit: https://github.com/SerenityOS/serenity/commit/196dada7e2 Pull-request: https://github.com/SerenityOS/serenity/pull/13723 Reviewed-by: https://github.com/IdanHo ✅
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Vector<DOMStringMap::NameValuePair> DOMStringMap::get_name_value_pairs() const
|
|||
// Skip the next character
|
||||
++character_index;
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue