Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hspace and vspace attributes from input field #8083

Merged

Commits on Dec 30, 2022

  1. 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
    karlcow authored and graouts committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9065879 View commit details
    Browse the repository at this point in the history