Files
ladybird/Userland/Libraries/LibWeb/HTML
Timothy Flynn f11d6e137c LibWeb: Correctly handle unknown MIME types in HTMLObjectElement
We were using the literal string "unknown" as the unknown MIME type,
which caused us to treat the object as a nested browsing context (as
"unknown" does not start with "image/"). Use an Optional instead to
prevent this mishap.
2022-03-24 16:56:38 +01:00
..
2022-02-07 14:58:18 +01:00
2022-02-07 14:58:18 +01:00
2022-03-16 21:49:54 +00:00