RESOLVED FIXED 157477
Expand 'display: contents' implementation to elements other than <slot>
https://bugs.webkit.org/show_bug.cgi?id=157477
Summary Expand 'display: contents' implementation to elements other than <slot>
Theresa O'Connor
Reported 2016-05-09 10:46:17 PDT
We currently support 'display: contents' for slot elements (see https://bugs.webkit.org/show_bug.cgi?id=149439 for details). We should expand this to be generally usable for other elements.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-05-09 10:47:28 PDT
Ilya Streltsyn
Comment 2 2017-07-18 23:21:26 PDT
I believe this bug should have higher priority since the current implementation results in wrong behavior: '@supports(display:contents)' feature request claims that browser supports this value (which is partially true since it can parse it), but it doesn't apply actually. Tested in iOS 10.3 Safari.
Antti Koivisto
Comment 3 2017-11-14 11:07:40 PST
Note You need to log in before you can comment on or make changes to this bug.