[wpt-sync] Sync PR 53356 - Rename interesttarget attribute and friends
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 53356 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53356
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Rename interesttarget attribute and friends
**** GARDENERS: Please note! ****
Please do me a huge favor and don't revert this CL if there are a
few test flakes after landing it. Instead, please just mark those
tests as flaky/fail and assign me a bug and I'll get it cleaned up.
Thanks in advance!
There have been a few standards conversations about naming:
- https://github.com/w3c/csswg-drafts/issues/9236#issuecomment-2940736593
- https://github.com/whatwg/html/issues/11312
Per those conversations, this CL renames the following:
- the
interesttarget
attribute becomes theinterestfor
attributeinterestTargetElement
->interestForElement
- CSS
interest-target-*-delay
->interest-*-delay
I also renamed the feature flags and associated code, so that the new
names are code-searchable. I did not rename the IDS string var names,
so that we don't waste time on re-translating them.Bug: 364669918
AX-Relnotes: Just renaming the attribute
Change-Id: I4e78b655ef9622faa8c8e4306d97f480885eb3db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6626064
Reviewed-by: Daniel Cheng \<dcheng@chromium.org>
Reviewed-by: Bo Liu \<boliu@chromium.org>
Reviewed-by: David Tseng \<dtseng@chromium.org>
Reviewed-by: Theresa Sullivan \<twellington@chromium.org>
Commit-Queue: Mason Freed \<masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1477967}
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Comment 1•3 days ago
|
||
Assignee | ||
Comment 2•3 days ago
|
||
Assignee | ||
Comment 3•3 days ago
|
||
Assignee | ||
Comment 4•3 days ago
|
||
Description
•