<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>295011</bug_id>
          
          <creation_ts>2025-06-25 20:21:47 -0700</creation_ts>
          <short_desc>[css-anchor-position-1] position-visibility:anchors-visible does not work correctly for chained anchors</short_desc>
          <delta_ts>2025-08-18 05:42:25 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>WebKit Local Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>289743</blocked>
    
    <blocked>291856</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="fantasai">fantasai.bugs</reporter>
          <assigned_to name="Antti Koivisto">koivisto</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>kiet.ho</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2125938</commentid>
    <comment_count>0</comment_count>
    <who name="fantasai">fantasai.bugs</who>
    <bug_when>2025-06-25 20:21:47 -0700</bug_when>
    <thetext>Overview:

We have some errors in how we invalidate for position-visibility, in response to dynamic changes and/or chained anchor relationships.

Affected Tests:
* https://wpt.live/css/css-anchor-position/position-visibility-anchors-visible-chained-001.html
* https://wpt.live/css/css-anchor-position/position-visibility-anchors-visible-chained-002.html
* https://wpt.live/css/css-anchor-position/position-visibility-anchors-visible-chained-003.html
* https://wpt.live/css/css-anchor-position/position-visibility-anchors-visible-chained-004html
* http://wpt.live/css/css-anchor-position/position-visibility-anchors-visible-change-anchor.html

Specification Link:
https://www.w3.org/TR/css-anchor-position/#position-visibility</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2125939</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-06-25 20:21:58 -0700</bug_when>
    <thetext>&lt;rdar://problem/154354453&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2135066</commentid>
    <comment_count>2</comment_count>
    <who name="Kiet Ho">kiet.ho</who>
    <bug_when>2025-08-07 18:15:58 -0700</bug_when>
    <thetext>Take position-visibility-anchors-visible-chained-001.html for example, the DOM tree looks like this:

-- #scroll-container
     |-- #anchor1 (anchor named --a1)
     |-- #chained (anchorpos to --a1)
           |-- #anchor2 (anchor named --a2)
     |-- #target (anchorpos to --a2)

So the anchor chain is

#target -&gt; #anchor2 which is child of #chained -&gt; #anchor1

297286@main implements chained scroll adjustment but only when the element is both an anchor and anchorpos. In the above case, the anchor is children of anchorpos, so that change doesn&apos;t adjust scroll.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137140</commentid>
    <comment_count>3</comment_count>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2025-08-18 03:59:26 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/49529</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137144</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-08-18 05:42:22 -0700</bug_when>
    <thetext>Committed 298835@main (ed2498e01831): &lt;https://commits.webkit.org/298835@main&gt;

Reviewed commits have been landed. Closing PR #49529 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>