File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ permalink: "/assets/js/compare.js"
299299let features = this . buildFeaturesBySupportObject ( ) ;
300300this . buildResultsAsTable ( features . m , 'Mixed support' ) ;
301301this . buildResultsAsTags ( features . y , 'Supported' , 'supported' ) ;
302- this . buildResultsAsTags ( features . a , 'Partial support' , 'mitigated ' ) ;
302+ this . buildResultsAsTags ( features . a , 'Partial support' , 'partial ' ) ;
303303this . buildResultsAsTags ( features . n , 'Not supported' , 'unsupported' ) ;
304304this . buildResultsAsTags ( features . u , 'Support unknown' , 'unknown' ) ;
305305}
Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ fetch(`http://unpkg.com/@mdn/browser-compat-data@${bcdVersion}/data.json`)
108108}
109109if ( anySupported ) {
110110stats [ platform ] [ sub ] = {
111- "partial " : 'y ' ,
112- "supported_keys" : supportedKeys ,
113- "unsupported_keys" : unsupportedKeys
111+ "* " : 'a ' ,
112+ // "supported_keys": supportedKeys,
113+ // "unsupported_keys": unsupportedKeys
114114} ;
115115} else {
116116stats [ platform ] [ sub ] = {
You can’t perform that action at this time.
0 commit comments