scroll-target-group :target-current broken by container-type on target ancestor

Summary
:target-current does not update on scroll when target elements are descendants of an element with container-type: inline-size.
Spec
[OVERFLOW-5] §3.1.2, §3.1.8
Test
css/css-overflow/scroll-markers/, or see the footer section.
Env
Version 147.0.7727.56 (Official Build) (arm64)
Repro
Scroll down. The sidebar highlight should follow. It does not.
Comment out container-type: inline-size on .content and reload to see correct behavior.
Here's the .content wrapper with container-type: inline-size.

Section 1

This section's id="s1" is the target of the first TOC link. The .content wrapper has container-type: inline-size, which is needed for the @container query below.

This card uses a container query to switch to a 2-column layout when the container is wide enough.
This demonstrates a real-world use case for container-type: inline-size that conflicts with scroll-target-group.

Section 2

Scrolling here should make "Section 2" active in the sidebar TOC.

Section 3

Scrolling here should make "Section 3" active in the sidebar TOC.

Section 4

Scrolling here should make "Section 4" active in the sidebar TOC.

Section 5

Scrolling here should make "Section 5" active in the sidebar TOC.