Autoprefixer should add a ::-webkit-details-marker fallback for ::marker .
This is because Safari currently only supports the ::marker pseudo element with lists but not detail elements.
Not sure on how best to implement this as Safari shows as supporting the unprefixed version in caniuse.
Autoprefixer should add a
::-webkit-details-markerfallback for::marker.This is because Safari currently only supports the
::markerpseudo element with lists but not detail elements.Not sure on how best to implement this as Safari shows as supporting the unprefixed version in caniuse.