is there a list of default values of css properties ? (so I can make an exclusion array in js for them)
问题 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 bunch of data that 90% of it are default values. Now I have not found another way of checking these values than to go to every page and look and then create my exclusion array so when looping over the object I can filter out not touched values. But if it were a list somewhere I could copy it and do it a lot quicker than manually looking on