Images 💾

Last commit ⭐

commit 8d446d2a9e7732f7badfa00e98fc130d5faee5dc
Author:     Ali Mohammad Pur <mpfard@serenityos.org>
AuthorDate: Mon May 1 15:26:37 2023 +0330
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon May 1 15:22:55 2023 +0200

    LibWeb: Make XMLDocumentBuilder create elements with the HTML namespace
    
    Otherwise we'll end up with all-generic elements and not run any special
    HTML sauce logic, leading to very plain pages.