Closed fabulousgk closed 1 year ago
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; }
This bit does not seem actually to accomplish the removal of the summary marker as intended:
However, adding
summary
to this does: