[Webkit-unassigned] [Bug 256538] <option> elements do not render when <datalist> has style:"display: block"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 14 20:57:08 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256538

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
Chromium closed it as WONTFIX
https://bugs.chromium.org/p/chromium/issues/detail?id=1444633#c5


WebKit html.css
https://github.com/WebKit/WebKit/blob/b1992957c9f0a50a1ec6add28fbaf334a92e8246/Source/WebCore/css/html.css#L33-L37

```
/* children of the <head> element all have display:none as below */
area, base, basefont, datalist, head, link, meta, noembed, noframes,
param, rp, script, style, template, title {
    display: none;
}
```

I wonder why this is not rendered with a simple `display: block`

-- 
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/20230515/491c00b0/attachment-0001.htm>


More information about the webkit-unassigned mailing list