mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Dont abort when parsing data- properties that contain dashes
This commit is contained in:
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 ✅
@@ -52,7 +52,7 @@ Vector<DOMStringMap::NameValuePair> DOMStringMap::get_name_value_pairs() const
|
||||
// Skip the next character
|
||||
++character_index;
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user