mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
This adds the regions generated from embedded CSS and JS, and also for HTML block comments. The glaring omission is that we don't add them for start/end tags. HTML allows start and end tags to not always match up, and I believe that's going to require some variation on the adoption-agency algorithm to make it work correctly.