[Webkit-unassigned] [Bug 248087] New: Align "fieldset" and "legend" with web-spec and not follow "display type: block" or equivalent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 18 09:44:52 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=248087
Bug ID: 248087
Summary: Align "fieldset" and "legend" with web-spec and not
follow "display type: block" or equivalent
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: ahmad.saleem792 at gmail.com
Hi Team,
I manage to partially fix bug 116031 by improving our current implementation by styling 'legend' from "display type: block" to equivalent of Block types and it improve our web compatibility but we are still not as good as other browsers (especially Firefox).
Web-Spec - https://html.spec.whatwg.org/multipage/rendering.html#the-fieldset-and-legend-elements:the-legend-element
Following was mentioned by Tim on the PR - https://github.com/WebKit/WebKit/pull/6516
"Although there's quite a bit of work to make it match the spec like Firefox does, e.g.:
the computed value of display shouldn't change (this is what the rest of failures are)
this should only apply to "rendered legends" (e.g. the legend has to be part of a fieldset)
Thanks!"
and just for tracking better - following commit added "display type: block" - https://trac.webkit.org/changeset/41538/webkit
Just wanted to raise it for tracking purposes.
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/20221118/fcd3de4f/attachment-0001.htm>
More information about the webkit-unassigned
mailing list