WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 242101
242887
WebKit's UA style sheet doesn't have "base { display: none; }"
https://bugs.webkit.org/show_bug.cgi?id=242887
Summary
WebKit's UA style sheet doesn't have "base { display: none; }"
2843035794
Reported
2022-07-19 00:43:40 PDT
Created
attachment 461002
[details]
picture and file with display:grid The attribute display:grid display diff with chrome and firefox
Attachments
picture and file with display:grid
(79.64 KB, application/x-zip-compressed)
2022-07-19 00:43 PDT
,
2843035794
no flags
Details
test case
(173 bytes, text/html)
2022-07-19 18:23 PDT
,
Fujii Hironori
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2022-07-19 18:16:34 PDT
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; }
Fujii Hironori
Comment 2
2022-07-19 18:23:10 PDT
Created
attachment 461027
[details]
test case
Fujii Hironori
Comment 3
2022-07-19 18:25:49 PDT
*** This bug has been marked as a duplicate of
bug 242101
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug