[webkit-changes] [WebKit/WebKit] 12ce51: [iOS] Add a quirk to prevent `pointer: coarse` fro...

Wenson Hsieh noreply at github.com
Sun Oct 13 10:51:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 12ce513b86a854ceec256537461a7b793d750956
      https://github.com/WebKit/WebKit/commit/12ce513b86a854ceec256537461a7b793d750956
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2024-10-13 (Sun, 13 Oct 2024)

  Changed paths:
    M Source/WebCore/css/query/MediaQueryFeatures.cpp
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h

  Log Message:
  -----------
  [iOS] Add a quirk to prevent `pointer: coarse` from matching
https://bugs.webkit.org/show_bug.cgi?id=281387
rdar://137613110

Reviewed by Aditya Keerthi.

Avoid matching the `pointer: coarse` media query on disneyplus.com, when
`ENABLE(DESKTOP_CONTENT_MODE_QUIRKS)` is set.

* Source/WebCore/css/query/MediaQueryFeatures.cpp:
(WebCore::MQ::Features::pointer):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldHideCoarsePointerCharacteristics const):
* Source/WebCore/page/Quirks.h:

Canonical link: https://commits.webkit.org/285093@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list