[wpt-sync] Sync PR 32686 - [inert] Replace mentions of "expressly inert" with "inert"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox99 fixed)
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32686 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32686
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
[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/3438605
WPT-Export-Revision: ce38ef59d8d35562b9208b471e61cec782caec54
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 6 subtests
Status Summary
Firefox
OK : 2
PASS: 1
FAIL: 12
Chrome
OK : 2
PASS: 13
Safari
OK : 2
PASS: 1
FAIL: 12
Links
Details
New Tests That Don't Pass
/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html
Disabling the active element (making it inert): FAIL (Chrome: PASS, Safari: FAIL)
Hiding the active element: FAIL (Chrome: PASS, Safari: FAIL)
Disabling <fieldset> affects its descendants: FAIL (Chrome: PASS, Safari: FAIL)
Changing the first legend element in disabled <fieldset>: FAIL (Chrome: PASS, Safari: FAIL)
Removing the tabindex attribute from a div: FAIL (Chrome: PASS, Safari: FAIL)
Disabling contenteditable: FAIL (Chrome: PASS, Safari: FAIL)
/inert/dynamic-inert-on-focused-element.tentative.html
<input> that gets 'inert' attribute: FAIL (Chrome: PASS, Safari: FAIL)
<input> whose parent gets 'inert' attribute: FAIL (Chrome: PASS, Safari: FAIL)
<button> that gets 'inert' attribute: FAIL (Chrome: PASS, Safari: FAIL)
<div> that gets 'inert' attribute: FAIL (Chrome: PASS, Safari: FAIL)
<div> whose parent gets 'inert' attribute: FAIL (Chrome: PASS, Safari: FAIL)
<div> whose grandparent gets 'inert' attribute: FAIL (Chrome: PASS, Safari: FAIL)
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/49430a756ea1
https://hg.mozilla.org/mozilla-central/rev/269695f653d4
Description
•