Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLAnchorElement.h
Andreas Kling ad9f3f7ae6 LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement
We were spending 20% of style computation time on the HTML spec on
deciding whether DOM nodes were HTML anchor (a) tags or not.
2022-03-02 17:40:18 +01:00

1.3 KiB