[webkit-changes] [WebKit/WebKit] 906587: Remove hspace and vspace attributes from input field

Karl Dubost noreply at github.com
Fri Dec 30 03:14:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 90658791ba8b0a5fcb2ef76235b2ef1aeccf5a7a
      https://github.com/WebKit/WebKit/commit/90658791ba8b0a5fcb2ef76235b2ef1aeccf5a7a
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2022-12-30 (Fri, 30 Dec 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/html/rendering/unmapped-attributes-expected.txt
    M Source/WebCore/html/HTMLInputElement.cpp

  Log Message:
  -----------
  Remove hspace and vspace attributes from input field
https://bugs.webkit.org/show_bug.cgi?id=244279
rdar://99356718

Reviewed by Antti Koivisto.

Removes hspace and vspace attribute mapping to CSS, but keeps it
in the case of input of type=image as mandated by the WPT test in
http://wpt.live/html/rendering/unmapped-attributes.html
but still passing
http://wpt.live/html/rendering/dimension-attributes.html

* LayoutTests/imported/w3c/web-platform-tests/html/rendering/unmapped-attributes-expected.txt:
* Source/WebCore/html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::collectPresentationalHintsForAttribute):

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




More information about the webkit-changes mailing list