Unique-Pixels opened this issue a year ago · 0 comments
This bit does not seem actually to accomplish the removal of the summary marker as intended:
::marker { content: initial; }
However, adding summary to this does:
summary
ol, ul, menu, summary { list-style: none; }