1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

LibWeb: Parse "input" tags during the "in body" insertion mode

This commit is contained in:
Andreas Kling 2020-05-28 12:18:46 +02:00
parent 7aa7a2078f
commit 772b51038e
4 changed files with 26 additions and 0 deletions

View file

@ -36,6 +36,7 @@ void initialize();
extern FlyString id;
extern FlyString class_;
extern FlyString type;
}
}