Email testing support, added Gemfile.lock and compiled bumbleberry assets to gitignore.
This commit is contained in:
@@ -1778,48 +1778,8 @@ $header-tilt: 8deg;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@include keyframes(bouncy) {
|
||||
from { transform: translateY(-0.25em); }
|
||||
to { transform: translateY(0.25em); }
|
||||
}
|
||||
|
||||
#lingua-franca-pointer {
|
||||
$colour: $colour-5;
|
||||
width: 0.6667em;
|
||||
height: 1.25em;
|
||||
background-color: $colour;
|
||||
z-index: 1000;
|
||||
margin-left: -0.5em;
|
||||
margin-top: -2em;
|
||||
@include _(mix-blend-mode, exclusion);
|
||||
@include default-box-shadow(top, 2);
|
||||
@include _(animation, bouncy 1s infinite alternate);
|
||||
|
||||
$twidth: 0.8em;
|
||||
@include after {
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
border-style: solid;
|
||||
border-color: $colour transparent transparent;
|
||||
border-width: $twidth $twidth 0;
|
||||
top: 100%;
|
||||
left: -.4em;
|
||||
}
|
||||
|
||||
&.up {
|
||||
margin-top: 2em;
|
||||
|
||||
@include after {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
border-color: transparent transparent $colour;
|
||||
border-width: 0 $twidth $twidth;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.translated-content.block {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
@include translation-pointer;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
@import "bumbleberry";
|
||||
@import "settings";
|
||||
|
||||
@include translation-pointer;
|
||||
@@ -41,3 +41,47 @@ $white: #FFFEFE;
|
||||
@include font(monospace);
|
||||
@include font(monospace-bold);
|
||||
}
|
||||
|
||||
@mixin translation-pointer {
|
||||
@include keyframes(bouncy) {
|
||||
from { transform: translateY(-0.25em); }
|
||||
to { transform: translateY(0.25em); }
|
||||
}
|
||||
|
||||
#lingua-franca-pointer {
|
||||
$colour: $colour-5;
|
||||
width: 0.6667em;
|
||||
height: 1.25em;
|
||||
background-color: $colour;
|
||||
z-index: 1000;
|
||||
margin-left: -0.5em;
|
||||
margin-top: -2em;
|
||||
@include _(mix-blend-mode, exclusion);
|
||||
@include default-box-shadow(top, 2);
|
||||
@include _(animation, bouncy 1s infinite alternate);
|
||||
|
||||
$twidth: 0.8em;
|
||||
@include after {
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
border-style: solid;
|
||||
border-color: $colour transparent transparent;
|
||||
border-width: $twidth $twidth 0;
|
||||
top: 100%;
|
||||
left: -.4em;
|
||||
}
|
||||
|
||||
&.up {
|
||||
margin-top: 2em;
|
||||
|
||||
@include after {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
border-color: transparent transparent $colour;
|
||||
border-width: 0 $twidth $twidth;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: UC Browser for Android 9.9 (approximately 5.94% of all users)
|
||||
* Browser: UC Browser for Android 9.9 (approximately 7.1% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": u,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": u,
|
||||
"css-all": n,
|
||||
"css-initial-value": u,
|
||||
"css-letter-spacing": u,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": u,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": u,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": u,
|
||||
"css-all": n,
|
||||
"css-initial-value": u,
|
||||
"css-letter-spacing": u,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": u,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 2.3 (approximately 0.07% of all users)
|
||||
* Browser: Android Browser 2.3 (approximately 0.11% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": u,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": u,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": u,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.1 (approximately 0.75% of all users)
|
||||
* Browser: Android Browser 4.1 (approximately 1.18% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.2-4.3 (approximately 1.48% of all users)
|
||||
* Browser: Android Browser 4.2-4.3 (approximately 2.57% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.4.3-4.4.4 (approximately 1.13% of all users)
|
||||
* Browser: Android Browser 4.4.3-4.4.4 (approximately 2.26% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"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": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.4 (approximately 2.61% of all users)
|
||||
* Browser: Android Browser 4.4 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4 (approximately 0.22% of all users)
|
||||
* Browser: Android Browser 4 (approximately 0.34% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Blackberry Browser 7 (approximately 0.09% of all users)
|
||||
* Browser: Blackberry Browser 7 (approximately 0.11% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": n,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": u,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": u,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 16 (approximately 0.01% of all users)
|
||||
* Browser: Chrome 16 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 19 (approximately 0.02% of all users)
|
||||
* Browser: Chrome 19 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 21 (approximately 0.04% of all users)
|
||||
* Browser: Chrome 21 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 24 (approximately 0.05% of all users)
|
||||
* Browser: Chrome 24 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 27 (approximately 0.04% of all users)
|
||||
* Browser: Chrome 27 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 28 (approximately 0.04% of all users)
|
||||
* Browser: Chrome 28 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 29 (approximately 0.05% of all users)
|
||||
* Browser: Chrome 29 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 30 (approximately 0.08% of all users)
|
||||
* Browser: Chrome 30 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 31 (approximately 0.76% of all users)
|
||||
* Browser: Chrome 31 (approximately 0.83% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 32 (approximately 0.07% of all users)
|
||||
* Browser: Chrome 32 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 33 (approximately 0.16% of all users)
|
||||
* Browser: Chrome 33 (approximately 0.13% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 34 (approximately 0.14% of all users)
|
||||
* Browser: Chrome 34 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 35 (approximately 0.26% of all users)
|
||||
* Browser: Chrome 35 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 36 (approximately 0.66% of all users)
|
||||
* Browser: Chrome 36 (approximately 0.16% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 37 (approximately 0.9% of all users)
|
||||
* Browser: Chrome 37 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"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": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 38 (approximately 0.25% of all users)
|
||||
* Browser: Chrome 38 (approximately 0.14% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"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": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 39 (approximately 0.52% of all users)
|
||||
* Browser: Chrome 39 (approximately 0.28% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"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": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 4 (approximately 0.01% of all users)
|
||||
* Browser: Chrome 4 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": u,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 40 (approximately 0.54% of all users)
|
||||
* Browser: Chrome 40 (approximately 0.29% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"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": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 41 (approximately 0.49% of all users)
|
||||
* Browser: Chrome 41 (approximately 0.27% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 42 (approximately 0.85% of all users)
|
||||
* Browser: Chrome 42 (approximately 0.5% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 43 (approximately 24.38% of all users)
|
||||
* Browser: Chrome 43 (approximately 1.66% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 44 (approximately 0.13% of all users)
|
||||
* Browser: Chrome 44 (approximately 24.57% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 45 (approximately 0.19% of all users)
|
||||
* Browser: Chrome 45 (approximately 0.15% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -191,7 +191,7 @@ $browser_capabilities: (
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
@@ -232,10 +232,10 @@ $browser_capabilities: (
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 46 (approximately 0.0% of all users)
|
||||
* Browser: Chrome 46 (approximately 0.17% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -169,7 +169,7 @@ $browser_capabilities: (
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"intrinsic-width": y,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"pointerlock": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -169,7 +169,7 @@ $browser_capabilities: (
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"intrinsic-width": y,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"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": a,
|
||||
"link-rel-prerender": y,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": u,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": u,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": u,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": yx,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 15 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 15 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 16 (approximately 0.04% of all users)
|
||||
* Browser: Firefox 16 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": n,
|
||||
"wordwrap": n,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": n,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 21 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 21 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 22 (approximately 0.02% of all users)
|
||||
* Browser: Firefox 22 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 23 (approximately 0.04% of all users)
|
||||
* Browser: Firefox 23 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"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": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 24 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 24 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 25 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 25 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 26 (approximately 0.04% of all users)
|
||||
* Browser: Firefox 26 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 28 (approximately 0.04% of all users)
|
||||
* Browser: Firefox 28 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 29 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 29 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 3.6 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 3.6 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": n,
|
||||
"wordwrap": n,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": n,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 30 (approximately 0.13% of all users)
|
||||
* Browser: Firefox 30 (approximately 0.09% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 31 (approximately 0.61% of all users)
|
||||
* Browser: Firefox 31 (approximately 0.13% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 32 (approximately 0.35% of all users)
|
||||
* Browser: Firefox 32 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 33 (approximately 0.09% of all users)
|
||||
* Browser: Firefox 33 (approximately 0.07% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 34 (approximately 0.1% of all users)
|
||||
* Browser: Firefox 34 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 35 (approximately 0.16% of all users)
|
||||
* Browser: Firefox 35 (approximately 0.11% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 36 (approximately 0.16% of all users)
|
||||
* Browser: Firefox 36 (approximately 0.11% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": nd,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 37 (approximately 0.36% of all users)
|
||||
* Browser: Firefox 37 (approximately 0.17% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": nd,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 38 (approximately 7.45% of all users)
|
||||
* Browser: Firefox 38 (approximately 0.51% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": nd,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 39 (approximately 0.25% of all users)
|
||||
* Browser: Firefox 39 (approximately 4.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": nd,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 40 (approximately 0.01% of all users)
|
||||
* Browser: Firefox 40 (approximately 3.31% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -55,7 +55,7 @@ $browser_capabilities: (
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
@@ -106,19 +106,19 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"css-grid": pd,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
@@ -210,7 +210,7 @@ $browser_capabilities: (
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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": nd,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../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,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -118,7 +118,7 @@ $browser_capabilities: (
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"css-grid": pd,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
@@ -165,7 +165,7 @@ $browser_capabilities: (
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"pointer": a,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
@@ -229,7 +229,7 @@ $browser_capabilities: (
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 42 (approximately 0.0% of all users)
|
||||
* Browser: Firefox 42 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
@@ -118,7 +118,7 @@ $browser_capabilities: (
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"css-grid": pd,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
@@ -165,7 +165,7 @@ $browser_capabilities: (
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"pointer": a,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
@@ -229,7 +229,7 @@ $browser_capabilities: (
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": 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";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
@@ -106,7 +106,7 @@ $browser_capabilities: (
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
@@ -272,7 +272,28 @@ $browser_capabilities: (
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"link-rel-prerender": n,
|
||||
"css-writing-mode": n,
|
||||
"addeventlistener": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user