Skip to content

Commit

Permalink
LibWeb: Fix incorrect spec link for the @supports rule
Browse files Browse the repository at this point in the history
(cherry picked from commit 628e1d98537c0dec03dfda5d1752c2b49d70d143)
  • Loading branch information
Psychpsyo authored and nico committed Nov 24, 2024
1 parent 205a94a commit 1c6d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Libraries/LibWeb/CSS/Supports.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1c6d852

Please sign in to comment.