mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 06:15:07 +00:00

Just in time for Serenity's 1st birthday, here is the <blink> element! This patch adds a bunch of different mechanisms to enable partial repaints of the layout tree (LayoutNode::set_needs_display())) It also adds LayoutNode::is_visible(), which can be toggled to prevent a LayoutNode from rendering anything (it still takes up space though.)
5 lines
76 B
HTML
5 lines
76 B
HTML
<html>
|
|
<body>
|
|
<blink>Hello friends!</blink>
|
|
</body>
|
|
</html>
|