is there a list of default values of css properties ? (so I can make an exclusion array in js for them)

后端 未结 5 2131
不知归路
不知归路 2021-01-25 08:00

All sites that list css properties such like MDN or w3schools list every CSS property on separate pages.

When I\'m iterating over CSSStyleDeclaration I get

5条回答
  •  青春惊慌失措
    2021-01-25 08:06

    The default-values are defined in the Recommendation .

    But there is no guarantee that browsers follow that Recommendation.

提交回复
热议问题