necolas / normalize.css

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

Removed The Double Declaration #802

Closed mhm13dev closed 4 years ago

mhm13dev commented 4 years ago

Removed The Double Declaration of "text-decoration: underline dotted; / 2 / "on line 87.

fisker commented 4 years ago

https://caniuse.com/#search=text-decoration

mhm13dev commented 4 years ago

sorry! I don't understand what do you want to tell me?

Michaelsy commented 4 years ago

sorry! I don't understand what do you want to tell me?

Some browsers do not understand text-decoration: underline dotted;. In these cases, text-decoration: underline; is used. Therefore, this is not a double definition.