瀏覽代碼

LibWeb: Fix incorrect spec link for the @supports rule

Psychpsyo 7 月之前
父節點
當前提交
628e1d9853
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libraries/LibWeb/CSS/Supports.h

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

@@ -15,7 +15,7 @@
 
 
 namespace Web::CSS {
 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> {
 class Supports final : public RefCounted<Supports> {
     friend class Parser::Parser;
     friend class Parser::Parser;