[wpt-sync] Sync PR 52305 - [scroll-marker] Adhere more closely to active marker selection algo
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 52305 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52305
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
[scroll-marker] Adhere more closely to active marker selection algo
In the linked bug, we select a scroll marker while its target element
is not even within the scrollport.This patch addresses this by adhering more closely to the spec'd
algorithm[1] which addresses this situation by stipulating that a
scroll target whose scroll position has not yet been reached should
only be selected if it is within half a scroll port of the current
scroll position.We have clarified that although the algorithm[1] is not presented as
normative at the moment, the intention is to make it normative at some
point in the future.[1] https://drafts.csswg.org/css-overflow-5/#example-d2ca6884
Bug: 413645441
Change-Id: I620cfa8a06cbd4f8f904fdaaef250351110b56dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6505661
Commit-Queue: David Awogbemila \<awogbemila@chromium.org>
Reviewed-by: Steve Kobes \<skobes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1455009}
Assignee | ||
Updated•20 days ago
|
Updated•20 days ago
|
Assignee | ||
Comment 1•20 days ago
|
||
Assignee | ||
Comment 2•20 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-overflow/scroll-marker-active-unreached-target.html [wpt.fyi]
- target whose target position is not yet reached only get selected when its less than half a scroll port away.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- target whose target position is not yet reached only get selected when its less than half a scroll port away.:
Assignee | ||
Comment 3•10 days ago
|
||
Automatic update from web-platform-tests
[scroll-marker] Adhere more closely to active marker selection algo
In the linked bug, we select a scroll marker while its target element
is not even within the scrollport.
This patch addresses this by adhering more closely to the spec'd
algorithm[1] which addresses this situation by stipulating that a
scroll target whose scroll position has not yet been reached should
only be selected if it is within half a scroll port of the current
scroll position.
We have clarified that although the algorithm[1] is not presented as
normative at the moment, the intention is to make it normative at some
point in the future.
[1] https://drafts.csswg.org/css-overflow-5/#example-d2ca6884
Bug: 413645441
Change-Id: I620cfa8a06cbd4f8f904fdaaef250351110b56dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6505661
Commit-Queue: David Awogbemila <awogbemila@chromium.org>
Reviewed-by: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1455009}
--
wpt-commits: 4f6b0d09bdbd06eeff92a6b8007237791a0b13de
wpt-pr: 52305
Assignee | ||
Comment 4•10 days ago
|
||
wpt-pr: 52305
wpt-type: metadata
Comment 6•10 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5509a2c48da5
https://hg.mozilla.org/mozilla-central/rev/adbbe6713825
Description
•