[webkit-changes] [WebKit/WebKit] 72744d: HTMLFieldSetElement shouldn't be allowed as an int...

mwyrzykowski noreply at github.com
Mon Oct 24 15:12:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72744d330830c65cd3bf7e92638efd2d91d33772
      https://github.com/WebKit/WebKit/commit/72744d330830c65cd3bf7e92638efd2d91d33772
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M Source/WebCore/page/InteractionRegion.cpp

  Log Message:
  -----------
  HTMLFieldSetElement shouldn't be allowed as an interaction region
https://bugs.webkit.org/show_bug.cgi?id=246879
<rdar://100420346>

Reviewed by Tim Horton.

HTMLFieldSetElement shouldn't be allowed as an interaction region.

It is not interactable, rather the elements it contains are interactable.

* Source/WebCore/page/InteractionRegion.cpp:
(WebCore::interactionRegionForRenderedRegion):

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




More information about the webkit-changes mailing list