LibWeb: Use correct spec link for anchor()
This commit is contained in:
parent
849d528220
commit
d9fac87e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue