Skip to content

Commit

Permalink
Bug 1753546 [wpt PR 32686] - [inert] Replace mentions of "expressly i…
Browse files Browse the repository at this point in the history
…nert" with "inert", a=testonly

Automatic update from web-platform-tests
[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 whatwg/html#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 <[email protected]>
Commit-Queue: Oriol Brufau <[email protected]>
Cr-Commit-Position: refs/heads/main@{#968045}

--

wpt-commits: c909db1182a7aa150e7aca7574b7baf55c2675a3
wpt-pr: 32686
  • Loading branch information
Loirooriol authored and moz-wptsync-bot committed Mar 7, 2022
1 parent 79dc9f8 commit 58982d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Dynamic inertness on focused element</title>
<link rel="author" title="Oriol Brufau" href="mailto:[email protected]">
<link rel="help" href="https://html.spec.whatwg.org/multipage/interaction.html#focus-fixup-rule">
<meta name="assert" content="If a focused element becomes expressly inert, it stops being focused.">
<meta name="assert" content="If a focused element becomes inert, it stops being focused.">
<div id="log"></div>

<div class="test-wrapper" data-name="<input> that gets 'inert' attribute">
Expand Down

0 comments on commit 58982d4

Please sign in to comment.