<?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>173909</bug_id>
          
          <creation_ts>2017-06-28 00:01:32 -0700</creation_ts>
          <short_desc>Incorrect behavior of &quot;cursor: auto&quot; over links</short_desc>
          <delta_ts>2024-02-10 12:14:41 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>REOPENED</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=173910</see_also>
          <bug_file_loc>http://wpt.live/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/no-help-cursor-on-links.historical.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>BrowserCompat, FromImplementor, InRadar, WPTImpact</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Florian Rivoal">florian</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>annevk</cc>
    
    <cc>ap</cc>
    
    <cc>bfulgham</cc>
    
    <cc>rniwa</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>1323459</commentid>
    <comment_count>0</comment_count>
    <who name="Florian Rivoal">florian</who>
    <bug_when>2017-06-28 00:01:32 -0700</bug_when>
    <thetext>The &quot;auto&quot; behavior of the &quot;cursor&quot; property used to be only vaguely defined, but to improve interoperability, the latest specification is more clear:

&gt; auto behaves as &apos;text&apos; over text, and &apos;default&apos; otherwise.

Other expected effects, such as the &quot;pointer&quot; cursor over links should be achieved using the UA stylesheet, rather than through the magic behavior of the &quot;auto&quot; value.

Webkit uses &quot;auto&quot; rather than the UA stylesheet to adjust the cursor, which causes the following tests to fail:

https://test.csswg.org/harness/test/css-ui-3_dev/single/cursor-auto-002/format/html5/
https://test.csswg.org/harness/test/css-ui-3_dev/single/cursor-auto-003/format/html5/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1323942</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2017-06-29 08:12:56 -0700</bug_when>
    <thetext>&lt;rdar://problem/33054544&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1351143</commentid>
    <comment_count>2</comment_count>
    <who name="Florian Rivoal">florian</who>
    <bug_when>2017-09-20 23:48:25 -0700</bug_when>
    <thetext>This is now being fixed in Chrome, it would be good if Webkit fixed it as well. See https://bugs.chromium.org/p/chromium/issues/detail?id=737452</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1889550</commentid>
    <comment_count>3</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-08-07 14:02:31 -0700</bug_when>
    <thetext>Webkit is missing following patch change to HTML.css file:

https://github.com/WebKit/WebKit/blob/main/Source/WebCore/css/html.css#L1289

Commit - https://chromium.googlesource.com/chromium/src.git/+/902ef4e53edcb011944f0f7cc3cd9a7d43b21759

While I was not able to find this change 1:1 since code has changed a lot:

https://chromium.googlesource.com/chromium/src.git/+/74ef53b06b1e1f1e775371296c3457f54a2b9eba%5E%21/#F0

This was earliest of the patch - https://chromium.googlesource.com/chromium/src.git/+/53a46aede88dac4189a493f1e6eb30868aa17929

I am not sure whether it is fixed or not but I can see that there are some difference in current Webkit code (especially html.css). I would leave it to someone else to confirm whether it is something yet to fix or not. Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1890389</commentid>
    <comment_count>4</comment_count>
    <who name="Vitor Roriz">vitor.roriz</who>
    <bug_when>2022-08-10 14:14:13 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/3195</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1893259</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-08-23 09:12:39 -0700</bug_when>
    <thetext>Committed 253685@main (3a4722baf048): &lt;https://commits.webkit.org/253685@main&gt;

Reviewed commits have been landed. Closing PR #3195 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1895808</commentid>
    <comment_count>6</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-09-02 10:46:36 -0700</bug_when>
    <thetext>This change had to be reverted due to it introducing a problem with Amazon Prime Video controls.

Reverted in commit 253823@main (543df0e3b8cc): &lt;https://commits.webkit.org/253823@main&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1895809</commentid>
    <comment_count>7</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-09-02 10:46:56 -0700</bug_when>
    <thetext>This will now be tracked under a new radar:
&lt;rdar://99495893&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1897215</commentid>
    <comment_count>8</comment_count>
    <who name="Vitor Roriz">vitor.roriz</who>
    <bug_when>2022-09-09 06:19:00 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4161</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1898471</commentid>
    <comment_count>9</comment_count>
    <who name="Vitor Roriz">vitor.roriz</who>
    <bug_when>2022-09-14 08:42:24 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/4348</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1898482</commentid>
    <comment_count>10</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-14 09:54:36 -0700</bug_when>
    <thetext>Committed 254480@main (2ef8bf040a9d): &lt;https://commits.webkit.org/254480@main&gt;

Reviewed commits have been landed. Closing PR #4348 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1910620</commentid>
    <comment_count>11</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-11-06 05:26:05 -0800</bug_when>
    <thetext>Reopening after checking with vitorroriz on GitHub.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>