diff --git a/build/mdn-data-importer.js b/build/mdn-data-importer.js index 1b8c0041..31f602ce 100644 --- a/build/mdn-data-importer.js +++ b/build/mdn-data-importer.js @@ -69,12 +69,29 @@ function buildPropertiesWithMDNData(vscProperties) { * Extract only the MDN data that we use */ function extractMDNProperties(mdnEntry) { + if (mdnEntry.status === 'standard') { + return { + syntax: mdnEntry.syntax + } + } + return { - status: mdnEntry.status, + status: abbreviateStatus(mdnEntry.status), syntax: mdnEntry.syntax } } +/** + * Make syntax as small as possible for browser usage + */ +function abbreviateStatus(status) { + return { + nonstandard: 'n', + experimental: 'e', + obsolete: 'o' + }[status]; +} + module.exports = { buildPropertiesWithMDNData } diff --git a/src/data/browsers.ts b/src/data/browsers.ts index 720d3ea1..8545432e 100644 --- a/src/data/browsers.ts +++ b/src/data/browsers.ts @@ -772,7 +772,6 @@ export const data : any = { desc: "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'.", browsers: "FF33", restriction: "integer, string, image, identifier", - "status": "standard", "syntax": "[ && ]#" }, { @@ -806,7 +805,6 @@ export const data : any = { desc: "Lines stretch to take up the remaining space." } ], - "status": "standard", "syntax": "normal | | | ? " }, { @@ -836,7 +834,6 @@ export const data : any = { desc: "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched." } ], - "status": "standard", "syntax": "normal | stretch | | [ ? ]" }, { @@ -904,7 +901,6 @@ export const data : any = { name: "legacy" } ], - "status": "standard", "syntax": "normal | stretch | | ? [ | left | right ] | legacy | legacy && [ left | right | center ]" }, { @@ -969,7 +965,6 @@ export const data : any = { name: "unsave" } ], - "status": "standard", "syntax": "auto | normal | stretch | | ? [ | left | right ]" }, { @@ -1003,7 +998,6 @@ export const data : any = { desc: "If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched." } ], - "status": "standard", "syntax": "auto | normal | stretch | | ? " }, { @@ -1012,7 +1006,6 @@ export const data : any = { browsers: "C37,FF27,O24", restriction: "enum", values: [], - "status": "standard", "syntax": "initial | inherit | unset | revert" }, { @@ -1061,7 +1054,6 @@ export const data : any = { desc: "All iterations of the animation are played in the reverse direction from the way they were specified." } ], - "status": "standard", "syntax": "#" }, { @@ -1069,7 +1061,6 @@ export const data : any = { desc: "Defines when the animation will start.", browsers: "E,C43,FF16,IE10,O12.1,S9", restriction: "time", - "status": "standard", "syntax": "