css-usage icon indicating copy to clipboard operation
css-usage copied to clipboard

This script is used within our Bing and Interop crawlers to determine the properties used on a page and generalized values that could have been used.

Results 18 css-usage issues
Sort by recently updated
recently updated
newest added

* Added checks and counts for Unknown element * Added checks and counts for Custom element * Added test case into current test file

I have the following code in htmlUsage.js: // If the browser doesn't recognize the element - throw it away if(element instanceof HTMLUnknownElement) { return; } This is not currently working...

During the CSSWG discussing I looked at this data and for some reason Chrome isn't reporting repeat the shorthand while Edge is. Take a look into why and possibly file...

The following shouldn't live on the walker but should live on CSS Usage object ``` amountOfInlineStyles: 0, amountOfSelectorsUnused: 0, amountOfSelectors: 0, ```

`$ px$ ` can be seen on the width prop

`calc(%` This value can be seen on the width property and shows we have a little bit more cleanup needed on the calc() parsing.

http://chromeexperiments.com should show more than 57 elements in Chrome, where the shadow dom works. It should continue to report 53 in Edge where nothing shows up.