elad2412 / the-new-css-reset

The New Simple and Lighter CSS Reset
https://elad2412.github.io/the-new-css-reset/
MIT License
2.23k stars 229 forks source link

Update to properly suppress summary marker #80

Closed fabulousgk closed 11 months ago

fabulousgk commented 11 months ago

Fixes #79

graymatter00 commented 11 months ago

Removing...

 ::marker {
    content: initial;
  }

... may not be desirable. According to MDN (https://developer.mozilla.org/en-US/docs/Web/CSS/::marker), ::marker is available to elements other than ol, ul, menu and summary.

fabulousgk commented 11 months ago

The main reset does not affect any pseudo-selectors. This was added to resolve an issue in which the marker was still displayed on the summary tag (see #52 and #59 ). As such, removing it should have no impact on any other element.

elad2412 commented 11 months ago

Update into version - 1.11.1