[webkit-changes] [WebKit/WebKit] 0870ff: Remove 'LegacyNullToEmptyString' from `autocapital...

Ahmad Saleem noreply at github.com
Tue Nov 21 02:41:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0870ffbbc0d9b858e44807348b24ffe2b27bb8c0
      https://github.com/WebKit/WebKit/commit/0870ffbbc0d9b858e44807348b24ffe2b27bb8c0
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
    M LayoutTests/platform/ios/ios/fast/forms/autocapitalize-null-expected.txt
    M LayoutTests/platform/ios/ios/fast/forms/autocapitalize-null.html
    M Source/WebCore/html/HTMLElement.idl

  Log Message:
  -----------
  Remove 'LegacyNullToEmptyString' from `autocapitalize` in HTMLElement.idl

https://bugs.webkit.org/show_bug.cgi?id=264678

Reviewed by Chris Dumez.

This patch aligns WebKit with Web-Specification [1] by removing 'LegacyNullToEmptyString' from 'autocapitalize':

[1] https://html.spec.whatwg.org/multipage/dom.html#htmlelement

* Source/WebCore/html/HTMLElement.idl:
* LayoutTests/platform/ios/ios/fast/forms/autocapitalize-null.html: Rebaselined
* LayoutTests/platform/ios/ios/fast/forms/autocapitalize-null-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list