mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
LibWeb: Fix incorrect spec link for the @supports rule
This commit is contained in:
parent
442629064b
commit
628e1d9853
Notes:
github-actions[bot]
2024-11-23 18:45:35 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/628e1d98537 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2533 Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue