1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 18:00:59 +00:00
serenity/Base
Andreas Kling c41bae3d54 LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
This patch implements basic support for <a href="#foo"> fragment links.

To figure out where we actually want to scroll to, we have to do
something different based on the layout node's box type. So if it's a
regular LayoutBox we can just use the LayoutBox::position().

However, if it's an inline layout node, we use the position of the
first line box fragment in the containing block contributed by this
layout node or one of its descendants.
2019-10-20 10:07:26 +02:00
..
etc Kernel+SystemServer: Mount filesystems and start TTYServer in userspace 2019-08-17 12:07:55 +02:00
home/anon LibHTML+Browser: Support scrolling to anchor with <a href="#foo"> 2019-10-20 10:07:26 +02:00
res HexEditor: Initial application release 2019-10-13 08:45:49 +02:00
usr LibC: Implement dirname() and basename() 2019-10-03 08:23:54 +02:00