necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.28k stars 10.67k forks source link

Default list style position to "outside" #881

Open LexNastin opened 2 years ago

LexNastin commented 2 years ago

As per MDN list-style-position should default to outside, but after some testing, every Chromium based browser defaults this to inside. In IE 11 and Firefox 101, it defaults to outside, as it should.

Edit: Safari apparently also defaults this to inside. This quirk is mentioned in MDN right before the "Syntax" section on the page.