mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:37:35 +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:
parent
6fd8f9ea51
commit
0a133ccba4
6 changed files with 0 additions and 67 deletions
|
@ -272,7 +272,6 @@ set(SOURCES
|
|||
HTML/HTMLAudioElement.cpp
|
||||
HTML/HTMLBRElement.cpp
|
||||
HTML/HTMLBaseElement.cpp
|
||||
HTML/HTMLBlinkElement.cpp
|
||||
HTML/HTMLBodyElement.cpp
|
||||
HTML/HTMLButtonElement.cpp
|
||||
HTML/HTMLCanvasElement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue