mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
619 stars 854 forks source link

counter-style-demo fixes #69

Closed NiedziolkaMichal closed 2 years ago

NiedziolkaMichal commented 2 years ago

It fixes a mismatch in "symbolic" and "additive" types, which were showing different symbols than what was shown in code area. Similar issue was present in "numeric" type, which showed "." after each symbol, which it shouldn't be.

I also fixed symbols of "fixed" type, which used characters not supported by the browser.

NiedziolkaMichal commented 2 years ago

@teoli2003 Hey, when you have a minute could you review this PR? It's been sitting since april :)

NiedziolkaMichal commented 2 years ago

Thank you