From 732b472b00a05e16d0092723155b3298ae8d7b78 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 11 Feb 2022 10:44:30 -0800 Subject: [PATCH] Remove disabled condition from :active matching We are changing this behavior because other browsers don't have disabled conditioning for :active and because it will become more consistent with other pseudo classes: https://github.com/whatwg/html/issues/6635#issuecomment-966432852 Fixed: 1287171 Change-Id: Idab2abbbc94cc73fac70e34ef391c5d63518d569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3453424 Commit-Queue: Joey Arhar Reviewed-by: Mason Freed Cr-Commit-Position: refs/heads/main@{#970008} --- .../pseudo-classes/active-disabled.html | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 html/semantics/selectors/pseudo-classes/active-disabled.html diff --git a/html/semantics/selectors/pseudo-classes/active-disabled.html b/html/semantics/selectors/pseudo-classes/active-disabled.html new file mode 100644 index 000000000000000..63dda59c011d4a4 --- /dev/null +++ b/html/semantics/selectors/pseudo-classes/active-disabled.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + +