[Webkit-unassigned] [Bug 245156] New: Align "UA" stylesheet for "hr", "fieldset", "marquee", "details" etc. with HTML Spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 12:54:18 PDT 2022


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

            Bug ID: 245156
           Summary: Align "UA" stylesheet for "hr", "fieldset", "marquee",
                    "details" etc. with HTML Spec
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zlip.792 at gmail.com

Hi Team,

I was going through "html.css" UA stylesheet and noticed following:

1) marquee element is missing "text-align: initial".

https://html.spec.whatwg.org/#the-marquee-element-2

2) hr element is missing "overflow: hidden".

https://html.spec.whatwg.org/#the-hr-element-2

3) fieldset element needs to change to "min-inline-size: min-content;" from "min-width: min-content;"

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

4) details and summary elements to be aligned:

https://html.spec.whatwg.org/#the-details-and-summary-elements

Also bring change of Chrome / Blink, which is also in Firefox / Gecko about:

details > summary:first-of-type {
    display: list-item;
    counter-increment: list-item 0;
    list-style: disclosure-closed inside;
}

_____

I will try to do Pull Request and see if it works without any breakage. If it would be too complex, I would leave it for others to do.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220913/199a4fe1/attachment.htm>


More information about the webkit-unassigned mailing list