From c909db1182a7aa150e7aca7574b7baf55c2675a3 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 7 Feb 2022 15:02:54 -0800 Subject: [PATCH] [inert] Replace mentions of "expressly inert" with "inert" The concept of "expressly inert" in the HTML spec was a remnant from the past. It no longer made sense, and wasn't implemented anywhere. I removed it in https://github.com/whatwg/html/pull/7565 This patch replaces all mentions with just "inert". No change in behavior. Bug: 692360 Change-Id: I5bb76e633b13ee244eb69ad5e99ce9d9705073aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3438605 Reviewed-by: Aaron Leventhal Commit-Queue: Oriol Brufau Cr-Commit-Position: refs/heads/main@{#968045} --- .../focus/processing-model/focus-fixup-rule-one-no-dialogs.html | 2 +- inert/dynamic-inert-on-focused-element.tentative.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html b/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html index 31b191938402a4..2413fe26673772 100644 --- a/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html +++ b/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html @@ -31,7 +31,7 @@ assert_not_equals(document.activeElement, button, "After disabling, the button must no longer be focused"); assert_equals(document.activeElement, document.body, "After disabling, the body must be focused"); -}, "Disabling the active element (making it expressly inert)"); +}, "Disabling the active element (making it inert)"); test(() => { const button = document.querySelector("#button2"); diff --git a/inert/dynamic-inert-on-focused-element.tentative.html b/inert/dynamic-inert-on-focused-element.tentative.html index 42b6e21935b743..0ddf5a995afad3 100644 --- a/inert/dynamic-inert-on-focused-element.tentative.html +++ b/inert/dynamic-inert-on-focused-element.tentative.html @@ -3,7 +3,7 @@ Dynamic inertness on focused element - +