Can't see search results with content: none on non-pseudo elements
Categories
(Core :: Layout, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | fixed |
People
(Reporter: ksenia, Assigned: emilio)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
As reported in https://github.com/webcompat/web-bugs/issues/78699 search results are not showing on https://www.gobros.com/collections/running-training-socks/women in Nightly 91.0a1 (2021-07-05)
The site is using content: none
on non-pseudo
elements:
div.snize-search-results ul li {
list-style: none;
content: none;
}
We've got a couple more reports similar to this, so creating this bug to track them.
From mozregression:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=35f2782bf0021e7261ef9d8953ddafe892fb6e48&tochange=dcc1d0a10a11a66af97be9d6691f60f5b78e66f1
Reporter | ||
Comment 1•4 years ago
|
||
Two more cases:
a,abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,u,ul,var,video {
...
content:none;
...
}
and
https://www.six-group.com/en/home.html
*,
*::before,
*::after {
box-sizing: inherit;
content: none;
}
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
We should probably disable it by default for now and go back to the csswg or something.
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1699964
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Comment 10•4 years ago
|
||
Filed spec issue: https://github.com/w3c/csswg-drafts/issues/6503
Updated•4 years ago
|
Description
•