1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:17:35 +00:00
serenity/Base/home/anon/www
Andreas Kling 61ef17b87a LibHTML: Implement basic :hover pseudo-class support
This is currently very aggressive. Whenever the Document's hovered node
changes, we invalidate all style and do a full relayout.

It does look cool though. So cool that I'm adding it to the default
stylesheet. :^)
2019-10-14 17:55:04 +02:00
..
blink.html LibHTML: Implement the <blink> element 2019-10-09 21:25:29 +02:00
br.html LibHTML: Implement the <br> element for line breaking 2019-10-12 13:47:49 +02:00
css.html Base: Rename the "html" test directory to "www" 2019-10-01 20:16:09 +02:00
hover.html LibHTML: Implement basic :hover pseudo-class support 2019-10-14 17:55:04 +02:00
images.html Base: Add a page for image features to the www directory 2019-10-06 14:33:00 +02:00
link.css LibHTML: Start adding support for <link rel="stylesheet"> 2019-10-07 19:06:47 +02:00
link.html LibHTML: Start adding support for <link rel="stylesheet"> 2019-10-07 19:06:47 +02:00
lorem.html Base: Rename the "html" test directory to "www" 2019-10-01 20:16:09 +02:00
phint.html Base: Add a little HTML test for presentational hints 2019-10-04 21:15:52 +02:00
selectors.html LibDraw: Parse some more color string formats found on the web 2019-10-06 21:40:14 +02:00
small.html Base: Rename the "html" test directory to "www" 2019-10-01 20:16:09 +02:00
welcome.html LibHTML: Implement basic :hover pseudo-class support 2019-10-14 17:55:04 +02:00