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
trafficstars

``` // If the browser doesn't recognize the element - throw it away if(element instanceof HTMLUnknownElement) { return; } ``` Currently I'm throwing away unsupported elements as it results in...

- [x] getClie - [x] getCookie - [x] GetVie - [x] getBoundingClie - [x] getFlashDPCookie - [x] Download the clie - [x] get_wp_revie - [x] getEntrie - [x] geTileVie -...

This recipe allows for statistics to be capture for all script elements on a page, specifically - whether the script is inline or internal - if it has the async...

Ok, so take a look at global-keywords.js, this is accomplishing to get you the info you were requesting. Let me know your thoughts, and since I'm not the JS guru...

The "padding" property shows up in cases where browsers cannot unfold to longhands. We have the data for the longhands; we should use that to "build" the shorthand data...

The best way I could think of to do this was to search for .languages followed by a valid line termination character ( either "," ";" or ")" )

When importing into PowerBI, there are no columns. We can do a partial definition (since we can't name all columns due to the ability to make custom recipes) by just...

Currently we are creating data and then removing it later. We should make the processing steps less coupled so that we aren't duplicating data to delete later.