Images 💾

Last commit ⭐

commit 9222b71e7c0bdff624739584725ce5f563de1ac3
Author:     Sam Atkins <sam@ladybird.org>
AuthorDate: Tue Mar 4 16:36:34 2025 +0000
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Tue Mar 4 22:09:19 2025 -0500

    LibJS+LibWebView: Treat trivia tokens as comments
    
    Trivia is whatever whitespace and comments appear before a token.
    Previously this was always given a TokenCategory of Invalid, so it
    would be displayed as an error in the view-source page, with red wiggly
    underlines. Instead, treat it as what it actually is: whitespace and
    comments!
    
    (cherry picked from commit 9b7fb0850d952ceedca693cb65456cd00ee33389)