Add support for `::marker`
Author: lukewarlowCreated Jul 17, 2021Updated May 24, 2023
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.
Source: postcss/autoprefixer