Lines Matching refs:compatibility
103 function optimizeColors(name, value, compatibility) { argument
155 if (compatibility.colors.opacity && name.indexOf('background') == -1) {
218 function optimizePixelLengths(_, value, compatibility) { argument
231 …if (compatibility.properties.shorterLengthUnits && compatibility.units.pt && intVal * 3 % 4 === 0)…
235 … if (compatibility.properties.shorterLengthUnits && compatibility.units.pc && intVal % 16 === 0) {
239 … if (compatibility.properties.shorterLengthUnits && compatibility.units.in && intVal % 96 === 0) {
410 … == Hack.ASTERISK || property.hack[0] == Hack.UNDERSCORE) && !options.compatibility.properties.ieP…
411 property.hack[0] == Hack.BACKSLASH && !options.compatibility.properties.ieSuffixHack ||
412 property.hack[0] == Hack.BANG && !options.compatibility.properties.ieBangHack)) {
420 if (!options.compatibility.properties.ieFilters && isLegacyFilter(property)) {
458 value = !options.compatibility.properties.urlQuotes ?
470 value = optimizePixelLengths(name, value, options.compatibility);
478 if (options.compatibility.properties.zeroUnits) {
483 if (options.compatibility.properties.colors) {
484 value = optimizeColors(name, value, options.compatibility);
506 …} else if (name == 'filter'&& levelOptions.optimizeFilter && options.compatibility.properties.ieFi…
578 if (options.compatibility.units[unit]) {
637 var ie7Hack = options.compatibility.selectors.ie7Hack;
638 var adjacentSpace = options.compatibility.selectors.adjacentSpace;
639 var spaceAfterClosingBrace = options.compatibility.properties.spaceAfterClosingBrace;