[webkit-changes] [WebKit/WebKit] 87a1ee: Remove needsInputModeNoneImplicitly

Rose noreply at github.com
Fri Mar 3 15:11:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 87a1ee7dd4f2231b246ea65f1ef7ac0b8ac0d06a
      https://github.com/WebKit/WebKit/commit/87a1ee7dd4f2231b246ea65f1ef7ac0b8ac0d06a
  Author: Rose <83477269+AtariDreams at users.noreply.github.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M Source/WebCore/html/HTMLElement.cpp
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h

  Log Message:
  -----------
  Remove needsInputModeNoneImplicitly
https://bugs.webkit.org/show_bug.cgi?id=252819

Reviewed by Ryosuke Niwa.

After checking desmos.com and viewing its source, I can confirm the site
now adopts inputmode="none", so we can remove this quirk.

*Source\WebCore\html\HTMLElement.cpp: Remove
needsInputModeNoneImplicitly check

*Source\WebCore\page\Quirks.cpp: Remove needsInputModeNoneImplicitly
*Source\WebCore\page\Quirks.h: Remove needsInputModeNoneImplicitly

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




More information about the webkit-changes mailing list