You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome doesn't support this yet, however, so we also need to use its non-standard ::-webkit-details-markerpseudo-element to customize the appearance in that browser.
I think the latter 2 options should be widely supported. Hopefully documentation such as MDN will be updated soon to reflect implementations and best practices.
Coming from https://css-tricks.com/how-to-animate-the-details-element/
=> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#customizing_the_disclosure_widget
The intention seems to be that https://developer.mozilla.org/en-US/docs/Web/CSS/::marker will cover
<summary>
as well, but doesn't seem to be the case just yet.https://stackoverflow.com/questions/6195329/how-can-you-hide-the-arrow-that-is-displayed-by-default-on-the-html5-details-e seems to gather some information as well.
Tried to find a spec or some docs like some
-webkit
s have, but didn't yet manage to find anything.The text was updated successfully, but these errors were encountered: