LibWeb: Use correct spec link for anchor()

This commit is contained in:
Tim Ledbetter 2026-06-14 06:42:58 +01:00 committed by Sam Atkins
parent 849d528220
commit d9fac87e8a

View file

@ -12,7 +12,7 @@
namespace Web::CSS {
// https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor-size
// https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor
class AnchorStyleValue final : public StyleValueWithDefaultOperators<AnchorStyleValue> {
public:
static ValueComparingNonnullRefPtr<AnchorStyleValue const> create(Optional<FlyString> const& anchor_name,