From 1f681bd293431caa4e3932a6e5d15e4a08b2255d Mon Sep 17 00:00:00 2001 From: Tyler Woodcook Date: Sat, 23 Aug 2025 18:30:24 -0400 Subject: [PATCH] Remove duplicate `:disabled` (#2195) `:disabled` is listed twice in this table. --- css.md | 1 - 1 file changed, 1 deletion(-) diff --git a/css.md b/css.md index 21ca6c1d..db89a55f 100644 --- a/css.md +++ b/css.md @@ -59,7 +59,6 @@ keywords: | -------------------- | ------------------------------------------ | | `:target` | eg, `h2#foo:target` | | --- | --- | -| `:disabled` | | | `:focus` | | | `:active` | | | --- | --- |