1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibWeb: Remove the HTML blink element

Support for this element has been removed from all major engines years
ago already, and it's currently the only reason we have a weird
"visible" flag on Layout::Node (which we toggle on a timer here..)
This commit is contained in:
Andreas Kling 2023-09-18 11:24:57 +02:00
parent 6fd8f9ea51
commit 0a133ccba4
6 changed files with 0 additions and 67 deletions

View file

@ -39,7 +39,6 @@ source_set("HTML") {
"HTMLAudioElement.cpp",
"HTMLBRElement.cpp",
"HTMLBaseElement.cpp",
"HTMLBlinkElement.cpp",
"HTMLBodyElement.cpp",
"HTMLButtonElement.cpp",
"HTMLCanvasElement.cpp",