소스 검색

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 {
 
-// 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;