normalize.css
normalize.css copied to clipboard
Default list style position to "outside"
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.