[Webkit-unassigned] [Bug 245747] New: Align "UA" stylesheet for "dialog" with other browsers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 27 12:39:06 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245747
Bug ID: 245747
Summary: Align "UA" stylesheet for "dialog" with other browsers
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: cdumez at apple.com, wenson_hsieh at apple.com
Hi Team,
I hope you are well.
I just wanted to raise this for aligning "dialog.css" with other browsers and see if it leads to more WPT Test passes:
Webkit is missing following compared to Blink:
dialog:modal {
user-select: text;
}
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/html/resources/html.css;l=1401?q=html.css
and compared to Gecko and Blink, we are missing:
dialog:not([open]) {
display: none;
}
^ this is technically there with dialog {} but I think moving to above would be more aligned with all browsers.
https://html.spec.whatwg.org/multipage/rendering.html#flow-content-3
And let see what happens. 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/20220927/1c7c5361/attachment.htm>
More information about the webkit-unassigned
mailing list