[Webkit-unassigned] [Bug 242887] WebKit's UA style sheet doesn't have "base { display: none; }"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 19 18:16:34 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242887
Fujii Hironori <Hironori.Fujii at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Hironori.Fujii at sony.com
Summary|display: grid error |WebKit's UA style sheet
| |doesn't have "base {
| |display: none; }"
--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Chrome and Firefox seem to have the following UA style sheet.
> base { display: none; }
Adding the following CSS makes WebKit render the text.
> base { display: none; }
Or, adding the following CSS makes Chrome and Firefox render nothing visible.
> base { display:initial; }
--
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/20220720/807da326/attachment-0001.htm>
More information about the webkit-unassigned
mailing list