[webkit-changes] [WebKit/WebKit] 3e7742: Align "UA" stylesheet for "fieldset" with HTML Spec

EWS noreply at github.com
Wed Sep 14 11:18:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3e77428f1d57c556a0d131005e91c27975e7e51c
      https://github.com/WebKit/WebKit/commit/3e77428f1d57c556a0d131005e91c27975e7e51c
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/min-inline-size-expected.txt
    M Source/WebCore/css/html.css

  Log Message:
  -----------
  Align "UA" stylesheet for "fieldset" with HTML Spec

Align "UA" stylesheet for "fieldset" with HTML Spec

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

Reviewed by Tim Nguyen.

Align "UA" stylesheet with latest HTML Specifications:

- fieldset element need change from min-width: min-content; to min-inline-size: min-content;

https://html.spec.whatwg.org/#the-fieldset-and-legend-elements

* Source/WebCore/css/html.css - Update "UA" stylesheet with HTML Specifications
* LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/min-inline-size-expected.txt - Updated Test Expectations

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




More information about the webkit-changes mailing list