|
@ -1,6 +1,6 @@ |
|
|
/* |
|
|
/* |
|
|
* ../application |
|
|
* ../application |
|
|
* Browser: Firefox 41 (approximately 0.0% of all users) |
|
|
* Browser: Firefox 41 (approximately 0.13% of all users) |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
@ -106,7 +106,7 @@ $browser_capabilities: ( |
|
|
"mpeg4": y, |
|
|
"mpeg4": y, |
|
|
"ogv": y, |
|
|
"ogv": y, |
|
|
"wordwrap": a, |
|
|
"wordwrap": a, |
|
|
"progressmeter": y, |
|
|
"pointerlock": yx, |
|
|
"object-fit": y, |
|
|
"object-fit": y, |
|
|
"xhr2": y, |
|
|
"xhr2": y, |
|
|
"minmaxwh": y, |
|
|
"minmaxwh": y, |
|
@ -118,7 +118,7 @@ $browser_capabilities: ( |
|
|
"svg-img": y, |
|
|
"svg-img": y, |
|
|
"datalist": a, |
|
|
"datalist": a, |
|
|
"dataset": y, |
|
|
"dataset": y, |
|
|
"css-grid": u, |
|
|
"css-grid": pd, |
|
|
"menu": a, |
|
|
"menu": a, |
|
|
"css-zoom": n, |
|
|
"css-zoom": n, |
|
|
"rem": y, |
|
|
"rem": y, |
|
@ -165,7 +165,7 @@ $browser_capabilities: ( |
|
|
"svg-fragment": y, |
|
|
"svg-fragment": y, |
|
|
"outline": y, |
|
|
"outline": y, |
|
|
"download": y, |
|
|
"download": y, |
|
|
"pointer": y, |
|
|
"pointer": a, |
|
|
"user-select-none": yx, |
|
|
"user-select-none": yx, |
|
|
"webp": p, |
|
|
"webp": p, |
|
|
"input-autocomplete-onoff": a, |
|
|
"input-autocomplete-onoff": a, |
|
@ -229,7 +229,7 @@ $browser_capabilities: ( |
|
|
"css-clip-path": a, |
|
|
"css-clip-path": a, |
|
|
"getrandomvalues": y, |
|
|
"getrandomvalues": y, |
|
|
"screen-orientation": ax, |
|
|
"screen-orientation": ax, |
|
|
"font-loading": nd, |
|
|
"font-loading": y, |
|
|
"font-unicode-range": nd, |
|
|
"font-unicode-range": nd, |
|
|
"gamepad": y, |
|
|
"gamepad": y, |
|
|
"css-font-stretch": y, |
|
|
"css-font-stretch": y, |
|
@ -272,7 +272,28 @@ $browser_capabilities: ( |
|
|
"fieldset-disabled": y, |
|
|
"fieldset-disabled": y, |
|
|
"font-variant-alternates": y, |
|
|
"font-variant-alternates": y, |
|
|
"form-attribute": y, |
|
|
"form-attribute": y, |
|
|
"es5": y |
|
|
"es5": y, |
|
|
|
|
|
"page-transition-events": y, |
|
|
|
|
|
"ogg-vorbis": y, |
|
|
|
|
|
"meter": y, |
|
|
|
|
|
"progress": y, |
|
|
|
|
|
"css-filter-function": n, |
|
|
|
|
|
"css-element-function": yx, |
|
|
|
|
|
"u2f": n, |
|
|
|
|
|
"aac": a, |
|
|
|
|
|
"link-rel-prefetch": y, |
|
|
|
|
|
"ol-reversed": y, |
|
|
|
|
|
"css-first-letter": y, |
|
|
|
|
|
"wbr-element": y, |
|
|
|
|
|
"css-all": y, |
|
|
|
|
|
"css-initial-value": y, |
|
|
|
|
|
"css-letter-spacing": y, |
|
|
|
|
|
"css-unset-value": y, |
|
|
|
|
|
"insertadjacenthtml": y, |
|
|
|
|
|
"let": nd, |
|
|
|
|
|
"link-rel-prerender": n, |
|
|
|
|
|
"css-writing-mode": y, |
|
|
|
|
|
"addeventlistener": y |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
@import "bumbleberry-settings"; |
|
|
@import "bumbleberry-settings"; |
|
|