Browse Source

LibWeb: Fix incorrect spec link for the @supports rule

Psychpsyo 7 months ago
parent
commit
628e1d9853
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libraries/LibWeb/CSS/Supports.h

+ 1 - 1
Libraries/LibWeb/CSS/Supports.h

@@ -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;