LibWeb: Fix incorrect spec link for the @supports rule

This commit is contained in:
Psychpsyo 2024-11-23 19:13:09 +01:00 committed by Tim Ledbetter
parent 442629064b
commit 628e1d9853
Notes: github-actions[bot] 2024-11-23 18:45:35 +00:00

View file

@ -15,7 +15,7 @@
namespace Web::CSS {
// https://www.w3.org/TR/css-conditional-4/#at-supports
// https://www.w3.org/TR/css-conditional-3/#at-supports
class Supports final : public RefCounted<Supports> {
friend class Parser::Parser;