mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
LibWeb: Improve support for "a" and "li" during "in body" insertion
We can now parse welcome.html once again, without resorting to hacks or fallbacks during "in body" :^)
This commit is contained in:
parent
30d64fccde
commit
6854f726ce
4 changed files with 47 additions and 7 deletions
|
@ -76,6 +76,8 @@ public:
|
|||
|
||||
InsertionMode insertion_mode() const { return m_insertion_mode; }
|
||||
|
||||
static bool is_special_tag(const FlyString& tag_name);
|
||||
|
||||
private:
|
||||
const char* insertion_mode_name() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue