diff --git a/Gemfile b/Gemfile index db27375..178c0e7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ gem 'haml' gem 'jquery-rails' gem 'jquery-ui-rails' gem 'coffee-rails', '~> 4.0.0' +gem 'nokogiri', '~> 1.6.8.rc2' if Dir.exists?('../lingua_franca') gem 'lingua_franca', :path => '../lingua_franca' @@ -33,8 +34,8 @@ gem 'nested_form' gem 'acts_as_list' gem 'geocoder' gem 'paper_trail', '~> 3.0.5' -gem 'font-awesome-rails' -gem 'wysiwyg-rails' +#gem 'font-awesome-rails' +#gem 'wysiwyg-rails' gem 'sitemap_generator' gem 'activerecord-session_store' gem 'paypal-express', '0.7.1' @@ -59,9 +60,9 @@ end group :test do gem 'gherkin3', '>= 3.1.0' - gem 'cucumber', :git => "git://github.com/cucumber/cucumber-ruby.git", branch: "integrate-gherkin3-parser" - gem 'cucumber-core', :git => "git://github.com/cucumber/cucumber-ruby-core.git", branch: "integrate-gherkin3-parser" - gem 'cucumber-rails', :git => "git://github.com/cucumber/cucumber-rails.git", require: false + gem 'cucumber'#, :git => "git://github.com/cucumber/cucumber-ruby.git", branch: "integrate-gherkin3-parser" + gem 'cucumber-core'#, :git => "git://github.com/cucumber/cucumber-ruby-core.git", branch: "integrate-gherkin3-parser" + gem 'cucumber-rails'#, :git => "git://github.com/cucumber/cucumber-rails.git", require: false #gem 'capybara' gem 'poltergeist' diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 2f08e2d..95fa3df 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -9,6 +9,10 @@ html, body { z-index: $zindex-base; } +body { + padding-bottom: 15vw; +} + h1, h2, h3, h4, h5, label, button, .button, dt, th, nav.sub-menu { @include font-family(secondary); font-weight: normal; @@ -211,12 +215,6 @@ input { width: 100%; padding: 0.25em 0.5em; border-bottom: 0.15em solid transparent; - //@include default-box-shadow(top, 2, false, 0 0.05em 0 0 #666); - //@include _(transition, box-shadow 100ms ease-in-out); - - &:hover, &:focus, &:active { - //@include default-box-shadow(top, 2, false, 0 0.15em 0 0 $colour-1); - } } } @@ -224,7 +222,6 @@ input { .email-field, .text-field { position: relative; - //overflow: hidden; margin-bottom: 2em; background-color: #F8F8F8; @include default-box-shadow(top, 1.5, false, 0 0.05em 0 0 #666); @@ -240,22 +237,12 @@ input { position: absolute; z-index: $zindex-base + 3; font-size: 1em; - //float: left; - //@include font-family(primary); - //font-weight: bold; - //left: 0; - //top: 0; padding: 0.25em 0.667em; width: auto; - //background-color: #333; @include _(transition, 'transform 250ms ease-in-out, color 250ms ease-in-out, background-color 250ms ease-in-out'); - //@include _(transform-origin, left center); - //@include _(transform, scale(1) translateY(0)); top: 100%; - //@include _(transform, translateY(100%) scale(0.75)); @include _(transform, translateY(0) scale(0.75)); @include _(transform-origin, 0 0); - //line-height: 1em; line-height: 1.5em; background-color: transparent; color: #333; @@ -275,9 +262,6 @@ input { background-color: transparent; color: #888; } - input { - //@include _(box-shadow, none); - } } input { @@ -303,14 +287,6 @@ input { @include _(box-shadow, inset 0 0 1em 1em #E8E8E8); } } - /*input { - &:focus, &:active, &:not([value=""]) { - + label { - @include _(transform, scale(0.75) translateY(-20%)); - top: -0.5em; - } - } - }*/ } .input-field.other-field label { @@ -568,90 +544,84 @@ form { } #main-nav { - position: relative; - top: 0; - left: 0; - width: 100%; - background-color: $white; - @include default-box-shadow(top, 2); - z-index: $zindex-base + 2; + @include font-family(secondary); + overflow: hidden; .nav { - text-align: center; - clear: left; - overflow: auto; - background-color: $colour-3; - height: 2em; + position: fixed; + z-index: 100; + bottom: 0; + left: 0; + right: 0; + padding: 0; + font-size: 6vw; + background-color: #FFF; + @include _-(display, flex); + @include _(box-shadow, 0 0 2em -0.5em rgba(0, 0, 0, 0.5)); - span { - display: table-cell; - text-align: center; - width: 100%; - height: 100%; - vertical-align: middle; + a.policy { + background-color: $colour-5; + @include _(order, 1); } - a { - position: relative; + a.about { + background-color: $colour-3; + @include _(order, 1); + } + + form { + background-color: $colour-2; + } + + a, form { + width: 33%; + @include _(flex, 1); + } + + a, form, button { + text-align: center; + padding: 0; margin: 0; - display: table; - height: 100%; - overflow: hidden; - float: left; + } + + a, button { + display: inline-block; font-weight: normal; - @include font-family(secondary); - text-decoration: none; - font-size: 2.25vw; - outline: none; - border: 0; - width: 33.33%; - background-color: $colour-5; - color: $white; - @include _(text-shadow, 0 0 0.35em #000); + padding: 0.5em 0; + color: #FFF; + @include _(border-radius, 0); + @include _(box-shadow, inset 0 0 1.5em 0.25em rgba(0, 0, 0, 0.125)); + @include _(text-shadow, 0 0 0.25em rgba(0,0,0,0.5)); @include after { display: none; } + } - @include before { - background-color: $colour-5; - } - - &:nth-child(2) { - background-color: $colour-4; + button { + background-color: transparent; + border: 0; + font-size: 1em; + width: 100%; + @include _(text-stroke, 0); - @include before { - background-color: $colour-4; - } + @include before { + display: none; } + } - &:nth-child(3) { - background-color: $colour-3; - - @include before { - background-color: $colour-3; - } - } + form { + display: inline; } } - .actions { - text-align: center; - position: absolute; - top: rems(0.5); - right: rems(1); - font-size: 3.1vw; - - > a, > form { - vertical-align: middle; - margin: 0 0 0.5em; - } + .logo { + font-size: 5em; } } #main { position: relative; - //z-index: $zindex-base; max-width: (rems(68) - $sidebar-width) * 2; background-color: $white; padding-bottom: rems(2); @@ -660,7 +630,6 @@ form { padding: rems(2.5) 7.5%; &.supplementary { - //background-color: $colour-3; margin: rems(1) 7.5%; overflow: hidden; border-radius: 0.33em; @@ -691,6 +660,7 @@ a.logo { padding: 0.1em; border: 0; float: left; + overflow: auto; @include clearfix; &:hover, @@ -737,6 +707,13 @@ a.logo { #banner { clear: left; + float: none; + margin: 1em auto 0; + text-align: center; + + body.home & { + max-width: 40em; + } figure { position: relative; @@ -747,7 +724,15 @@ a.logo { img { width: 100%; - @include default-box-shadow; + } + + .title { + font-size: 5vw; + margin: 1em auto 2em; + + h1, h3 { + margin: 0; + } } } @@ -764,6 +749,10 @@ $header-tilt: 8deg; position: relative; z-index: $zindex-base; + .row, .columns { + position: static; + } + rect { fill: $colour-1; } @@ -790,19 +779,6 @@ $header-tilt: 8deg; @if capable_of(css-mixblendmode) { position: relative; - body.home & { - $colours: ($colour-2, $colour-5, $colour-4, $colour-3, $colour-1); - $gradient: (90deg); - $w: 100% / length($colours); - $i: 0; - @each $colour in $colours { - $gradient: append($gradient, #{$colour} #{$w * $i}, comma); - $i: $i + 1; - $gradient: append($gradient, #{$colour} #{$w * $i}, comma); - } - background-image: linear-gradient($gradient); - } - .cover { -webkit-filter: saturate(25%); filter: saturate(25%); @@ -815,7 +791,7 @@ $header-tilt: 8deg; h1 { text-align: center; font-size: 3.5em; - margin: 0.25em 0.5em; + margin: 1.75em 0 .75em; position: relative; z-index: $zindex-base + 2; @include _(text-shadow, 0 0 0.15em #000); @@ -880,8 +856,9 @@ $header-tilt: 8deg; } } - .facebook, .locale { + .facebook{ float: left; + margin: 0.5em; a { @include after { @@ -915,7 +892,8 @@ $header-tilt: 8deg; padding: 0.5em 0.5em 0.5em 2em; text-align: center; z-index: $zindex-base + 2; - margin-bottom: 0.5em; + margin-bottom: 1em; + margin-left: 3em; a { margin: 0 0.5em; @@ -936,143 +914,145 @@ $header-tilt: 8deg; } } - .locale { - @if capable_of(css3_selectors) { - margin: 0 0.5em; + ul.locales { + float: left; + margin: 0; + padding: 0; + list-style: none; + } +} - #select-language { - position: absolute; - visibility: hidden; - } +@include breakpoint(medium) { + body { + padding-bottom: 0; + } - .launch { - display: block; - height: 1.5em; - padding: 0 0.125em; - border-radius: 0.1em; - background-color: #888; - color: #E7E7E7; - text-align: center; - line-height: 1.5em; - font-weight: normal; - @include font-family(secondary); - @include _(transition, 150ms background-color ease-in-out); - cursor: pointer; + h2 { + font-size: 2.25em; + } - &:hover { - background-color: #333; - } + p { + font-size: 1.4em; + } - @include after { - content: '×'; - display: block; - position: fixed; - top: 0.5em; - left: -1em; - z-index: $zindex-base + 12; - color: #333; - font-size: 2em; - opacity: 0; - @include _(transition, 250ms left ease-in-out); - } + #main-nav { + .logo { + margin-top: 0.25em; + font-size: 4.25em; + } + + .nav { + position: static; + font-size: 1.8em; + display: block; + text-align: right; + background-color: transparent; + @include _(box-shadow, none); + + form { + background-color: transparent; } + } - .selector { - position: fixed; + .nav a, .nav button { + width: auto; + overflow: visible; + margin-left: 0.75em; + line-height: 3em; + padding: 0 0 1em; + color: #333; + @include _(box-shadow, none); + @include _(text-shadow, none); + + @include before-and-after { + content: ''; + display: block; + position: absolute; + background-color: rgba(0, 0, 0, 0.33); + z-index: -1; + margin: 0; + border: 0; + font-size: 1em; + left: -0.51em; + right: -0.51em; top: 0; - left: 0; - right: 0; - bottom: 0; - padding: 1em 4em; - overflow: auto; - background-color: $white; - z-index: $zindex-base + 11; - @include _(transform, scale(0)); - @include _(transform-origin, 6.25em _calc('100% - 2em', 98%)); - @include _(transition, 250ms all ease-in-out); + height: 0; + width: auto; + @include _(opacity, 1); + @include _(transition, height 150ms ease-in-out); + @include _(transform, rotate(-20deg) scaleX(0.94) scaleY(1.5) translate(-0.5em, -0.5em)); + @include _(transform-origin, 0 0); } - ul { - list-style: none; - padding: 0; - margin: 0; - text-align: center; + @include after { + height: 3em; + @include _(opacity, 0.1); + } + @include before { + box-shadow: 0 0 2em -0.5em rgba(#000, 0.75); + @include _(opacity, 0.33); } - li { - position: relative; - display: inline-block; - min-width: 6em; - margin: 1em; - text-align: center; - border-radius: 0.33em; - overflow: hidden; - @include default-box-shadow; - @include _(transform, scale(1)); - @include _(transition, 100ms transform ease-in-out); + &.current { + z-index: 2; - a { - display: block; - position: static; - background-color: $colour-1; - font-weight: normal; - @include font-family(secondary); - line-height: 1.5em; - color: $white; + @include before { + height: 3em; + @include _(opacity, 0.67); + } + } - @include before { - content: ''; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: $zindex-base + 2; - } + &:hover { + @include before { + height: 3em; } + } + } - span { - padding: 1em; - height: 3.25em; - display: block; - } + .nav a { + &.policy { + background-color: transparent; - &:hover { - @include _(transform, scale(1.25)); + @include before-and-after { + background-color: $colour-5; } } - #select-language:checked ~ label { - @include after { - display: block; - left: 0.25em; - opacity: 1; - } - } + &.about { + background-color: transparent; - #select-language:checked ~ .selector { - @include _(transform, scale(1)); + @include before-and-after { + background-color: $colour-3; + } } - } @else { - display: none; } - } -} -@include breakpoint(medium) { - h2 { - font-size: 2.25em; - } - - p { - font-size: 1.4em; + .nav a.register, .nav button { + @include before-and-after { + background-color: $colour-2; + } + &:focus, &:active { + @include _(transform, none); + } + } } #banner { + margin: 3em auto; + figure { min-height: 40em; margin: rems(-20) auto rems(2); } + + .title { + font-size: 1.9em; + margin: 3em 0 1em; + } + + img { + @include _(box-shadow, 0 0 2em -0.5em rgba(0, 0, 0, 0.5)); + } } #main { @@ -1085,73 +1065,6 @@ $header-tilt: 8deg; } } - #main-nav { - height: rems(6); - - .nav { - height: auto; - width: 80%; - clear: none; - padding-top: rems(1.5); - background-color: transparent; - overflow: visible; - - span { - display: inline; - } - - a { - display: inline-block; - overflow: visible; - padding: 0; - float: none; - width: auto; - margin: 0 0.5em 0.75em; - font-size: 1em; - color: #666; - background-color: transparent; - @include _(text-shadow, 0 0.125em 0.25em #888); - - &:nth-child(n) { - background-color: transparent; - } - - &.current { - color: $colour-1; - } - - @include after { - content: ''; - display: block; - position: absolute; - bottom: -0.1em; - right: 0; - left: 0; - width: 0; - margin: 0 auto; - opacity: 0; - border-bottom: 0.15em solid; - @include _(box-shadow, 0 0.075em 0.15em #888); - @include _(transition, all 250ms ease-in-out); - @include _(transform, none); - } - - &:hover, - &:active, - &:focus { - @include after { - opacity: 1; - width: 100%; - } - } - } - } - - .actions { - font-size: 2vw; - } - } - #header-title { min-height: rems(35); font-size: 1em; @@ -1218,21 +1131,33 @@ $header-tilt: 8deg; #footer { .github { bottom: 0.5em; - left: 4em; + //left: 4em; float: left; + margin-right: 1em; + margin-left: 0; } .facebook { - position: absolute; - left: 0.5em; - } - .locale { - position: absolute; - left: 2em; + margin: 0 1em 0 0; } } } +@include keyframes(fade-out) { + to { @include _(opacity, 0.25); } +} + +:focus { + @include _(animation, fade-out ease-in-out 500ms infinite alternate both); +} + @include breakpoint(large) { + #main-nav { + .nav { + font-size: 1.9em; + margin-top: 0; + } + } + #banner { body.fixed-banner & { position: fixed; @@ -1247,40 +1172,6 @@ $header-tilt: 8deg; } } - #main-nav { - position: fixed; - width: $sidebar-width; - height: 100%; - @include default-box-shadow(left, 2); - - .nav { - text-align: left; - padding-top: rems(9); - width: 100%; - - a { - font-size: 1.6em; - margin: 0.75em 1em; - @include _(transition, color 250ms ease-in-out); - - &:hover, &:active, &:focus { - color: #333; - - @include before { - @include _(opacity, 1) - } - } - } - } - - .actions { - position: relative; - top: 0; - right: 0; - font-size: 1em; - } - } - #main { padding-left: $sidebar-width; min-height: 100vh; @@ -1297,14 +1188,18 @@ $header-tilt: 8deg; &.short { h1 { text-align: left; + margin: 0.67em 0; } } } + #main-nav .logo { + font-size: 5em; + } + a.logo { display: block; float: none; - font-size: rems(7.5); padding: 0.2em; } @@ -1313,73 +1208,14 @@ $header-tilt: 8deg; } #footer { - position: fixed; - z-index: $zindex-base + 2; - width: 0; overflow: visible; padding: 0; - top: 0; - min-height: 42em; - height: 100%; - left: 0; + width: 100%; + height: 3em; footer { - position: absolute; - height: 3.5em; - width: $sidebar-width; - bottom: 0; - padding: 1em; - } - - .github { - position: absolute; - border-color: transparent; - max-width: 2.25em; - height: 2.25em; - left: 0.5em; - bottom: 0.333em; - overflow: hidden; - color: transparent; - padding: 0.333em; - line-height: 1.5em; - @include _(transition, all 250ms ease-in-out); - - &:hover { - max-width: _calc('100% - 1em', 100%); - color: #333; - border-color: #DDD; - @include default-box-shadow(top, 2, true); - } - - .icons { - float: left; - width: 1.5em; - height: 1.5em; - fill: #333; - vertical-align: middle; - position: static; - } - - a { - margin: 0 0.5em; - font-size: 0.8em; - font-weight: bold; - color: inherit; - position: static; - - &:hover { - text-decoration: underline; - - @include after { - display: none; - } - } - } - } - .facebook, .locale { - position: relative; - left: 2.5em; - bottom: 0.25em; + max-width: $row-width; + margin: 0 auto; } } } @@ -1396,8 +1232,8 @@ $header-tilt: 8deg; } } -@include header-colour(about, $colour-1); -@include header-colour(policy, $colour-3); +@include header-colour(about, $colour-3); +@include header-colour(policy, $colour-5); #bike_small + label { padding: 0.5em 2.5em; @@ -1583,6 +1419,10 @@ $header-tilt: 8deg; @include default-box-shadow(top, 2, true); } +body.policy .policy-agreement ul { + padding: 0 1.5em 0; +} + .stats { list-style: none; diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 6d5e9d3..37fcd6e 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -1,4 +1,4 @@ -$sidebar-width: rems(19); +$sidebar-width: 0; // $colour-1: #00ADEF; // $colour-2: #FF015B; diff --git a/app/assets/stylesheets/bumbleberry-settings.json b/app/assets/stylesheets/bumbleberry-settings.json index efa31c6..96ad992 100644 --- a/app/assets/stylesheets/bumbleberry-settings.json +++ b/app/assets/stylesheets/bumbleberry-settings.json @@ -1,6 +1,6 @@ { "stylesheets": ["application", "translations", "email-example"], - "background-color": "#E7E7E7", + "background-color": "#FFFEFE", "breakpoint-unit": "px", "unresponsive-width": 1000, "row-width": 1000, diff --git a/app/assets/stylesheets/translations/and_uc-9.9.scss b/app/assets/stylesheets/translations/and_uc-9.9.scss index 15da526..b908f32 100644 --- a/app/assets/stylesheets/translations/and_uc-9.9.scss +++ b/app/assets/stylesheets/translations/and_uc-9.9.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: UC Browser for Android 9.9 (approximately 8.11% of all users) + * Browser: UC Browser for Android 9.9 (approximately 9.17% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-2.1.scss b/app/assets/stylesheets/translations/android-2.1.scss index adb14ca..9eb79a4 100644 --- a/app/assets/stylesheets/translations/android-2.1.scss +++ b/app/assets/stylesheets/translations/android-2.1.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": n, "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-2.2.scss b/app/assets/stylesheets/translations/android-2.2.scss index 3695f19..ddb9c95 100644 --- a/app/assets/stylesheets/translations/android-2.2.scss +++ b/app/assets/stylesheets/translations/android-2.2.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": n, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-2.3.scss b/app/assets/stylesheets/translations/android-2.3.scss index 72bfd48..c10e757 100644 --- a/app/assets/stylesheets/translations/android-2.3.scss +++ b/app/assets/stylesheets/translations/android-2.3.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Android Browser 2.3 (approximately 0.03% of all users) + * Browser: Android Browser 2.3 (approximately 0.02% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": n, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-3.scss b/app/assets/stylesheets/translations/android-3.scss index 0917997..8be11d6 100644 --- a/app/assets/stylesheets/translations/android-3.scss +++ b/app/assets/stylesheets/translations/android-3.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": n, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.1.scss b/app/assets/stylesheets/translations/android-4.1.scss index 5bd944d..2ad87e3 100644 --- a/app/assets/stylesheets/translations/android-4.1.scss +++ b/app/assets/stylesheets/translations/android-4.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Android Browser 4.1 (approximately 0.48% of all users) + * Browser: Android Browser 4.1 (approximately 0.33% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": n, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.2-4.3.scss b/app/assets/stylesheets/translations/android-4.2-4.3.scss index 6dedefb..a55fecb 100644 --- a/app/assets/stylesheets/translations/android-4.2-4.3.scss +++ b/app/assets/stylesheets/translations/android-4.2-4.3.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Android Browser 4.2 (approximately 1.05% of all users) + * Browser: Android Browser 4.2 (approximately 0.78% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": n, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss b/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss index 3245dfb..b3bf8e1 100644 --- a/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss +++ b/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Android Browser 4.4 (approximately 1.05% of all users) + * Browser: Android Browser 4.4 (approximately 0.93% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.4.scss b/app/assets/stylesheets/translations/android-4.4.scss index 1fa9017..e668e66 100644 --- a/app/assets/stylesheets/translations/android-4.4.scss +++ b/app/assets/stylesheets/translations/android-4.4.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Android Browser 4.4 (approximately 2.03% of all users) + * Browser: Android Browser 4.4 (approximately 1.69% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.scss b/app/assets/stylesheets/translations/android-4.scss index 68222ae..a97d8a5 100644 --- a/app/assets/stylesheets/translations/android-4.scss +++ b/app/assets/stylesheets/translations/android-4.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": n, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/bb-10.scss b/app/assets/stylesheets/translations/bb-10.scss index 0250110..8b4ccc5 100644 --- a/app/assets/stylesheets/translations/bb-10.scss +++ b/app/assets/stylesheets/translations/bb-10.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/bb-7.scss b/app/assets/stylesheets/translations/bb-7.scss index 6acc0fe..f7d5433 100644 --- a/app/assets/stylesheets/translations/bb-7.scss +++ b/app/assets/stylesheets/translations/bb-7.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Blackberry Browser 7.0 (approximately 0.09% of all users) + * Browser: Blackberry Browser 7.0 (approximately 0.08% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": n, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-10.scss b/app/assets/stylesheets/translations/chrome-10.scss index 308b153..223e8fe 100644 --- a/app/assets/stylesheets/translations/chrome-10.scss +++ b/app/assets/stylesheets/translations/chrome-10.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-11.scss b/app/assets/stylesheets/translations/chrome-11.scss index 07916d9..9c0ed8d 100644 --- a/app/assets/stylesheets/translations/chrome-11.scss +++ b/app/assets/stylesheets/translations/chrome-11.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 11.0 (approximately 0.05% of all users) + * Browser: Chrome 11.0 (approximately 0.04% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-12.scss b/app/assets/stylesheets/translations/chrome-12.scss index df5d971..135c575 100644 --- a/app/assets/stylesheets/translations/chrome-12.scss +++ b/app/assets/stylesheets/translations/chrome-12.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 12.0 (approximately 0.02% of all users) + * Browser: Chrome 12.0 (approximately 0.01% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-13.scss b/app/assets/stylesheets/translations/chrome-13.scss index 5de7238..ac0982a 100644 --- a/app/assets/stylesheets/translations/chrome-13.scss +++ b/app/assets/stylesheets/translations/chrome-13.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-14.scss b/app/assets/stylesheets/translations/chrome-14.scss index 8a96015..184a496 100644 --- a/app/assets/stylesheets/translations/chrome-14.scss +++ b/app/assets/stylesheets/translations/chrome-14.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-15.scss b/app/assets/stylesheets/translations/chrome-15.scss index 9177506..07df920 100644 --- a/app/assets/stylesheets/translations/chrome-15.scss +++ b/app/assets/stylesheets/translations/chrome-15.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, - "input-search": u, + "input-event": y, + "input-search": y, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-16.scss b/app/assets/stylesheets/translations/chrome-16.scss index a6ca7df..e2152a4 100644 --- a/app/assets/stylesheets/translations/chrome-16.scss +++ b/app/assets/stylesheets/translations/chrome-16.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, - "input-search": u, + "input-event": y, + "input-search": y, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-17.scss b/app/assets/stylesheets/translations/chrome-17.scss index 51842d5..cb05ffc 100644 --- a/app/assets/stylesheets/translations/chrome-17.scss +++ b/app/assets/stylesheets/translations/chrome-17.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, - "input-search": u, + "input-event": y, + "input-search": y, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-18.scss b/app/assets/stylesheets/translations/chrome-18.scss index e0e4386..a1bdccd 100644 --- a/app/assets/stylesheets/translations/chrome-18.scss +++ b/app/assets/stylesheets/translations/chrome-18.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 18.0 (approximately 0.02% of all users) + * Browser: Chrome 18.0 (approximately 0.01% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, - "input-search": u, + "input-event": y, + "input-search": y, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-19.scss b/app/assets/stylesheets/translations/chrome-19.scss index 9c2bcd2..1d97bad 100644 --- a/app/assets/stylesheets/translations/chrome-19.scss +++ b/app/assets/stylesheets/translations/chrome-19.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, - "input-search": u, + "input-event": y, + "input-search": y, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-20.scss b/app/assets/stylesheets/translations/chrome-20.scss index d9ed411..539f7a5 100644 --- a/app/assets/stylesheets/translations/chrome-20.scss +++ b/app/assets/stylesheets/translations/chrome-20.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, - "input-search": u, + "input-event": y, + "input-search": y, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-21.scss b/app/assets/stylesheets/translations/chrome-21.scss index 189222d..184351e 100644 --- a/app/assets/stylesheets/translations/chrome-21.scss +++ b/app/assets/stylesheets/translations/chrome-21.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, + "input-event": y, "input-search": u, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-22.scss b/app/assets/stylesheets/translations/chrome-22.scss index 15ba1dc..488a8b2 100644 --- a/app/assets/stylesheets/translations/chrome-22.scss +++ b/app/assets/stylesheets/translations/chrome-22.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 22.0 (approximately 0.05% of all users) + * Browser: Chrome 22.0 (approximately 0.04% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, + "input-event": y, "input-search": u, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-23.scss b/app/assets/stylesheets/translations/chrome-23.scss index 101c225..cc77565 100644 --- a/app/assets/stylesheets/translations/chrome-23.scss +++ b/app/assets/stylesheets/translations/chrome-23.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, + "input-event": y, "input-search": u, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-24.scss b/app/assets/stylesheets/translations/chrome-24.scss index f03a7cb..095cb97 100644 --- a/app/assets/stylesheets/translations/chrome-24.scss +++ b/app/assets/stylesheets/translations/chrome-24.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 24.0 (approximately 0.02% of all users) + * Browser: Chrome 24.0 (approximately 0.03% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, + "input-event": y, "input-search": u, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-25.scss b/app/assets/stylesheets/translations/chrome-25.scss index 47a1a72..cbb18be 100644 --- a/app/assets/stylesheets/translations/chrome-25.scss +++ b/app/assets/stylesheets/translations/chrome-25.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -324,13 +325,34 @@ $browser_capabilities: ( "keyboardevent-key": n, "brotli": n, "element-closest": n, - "input-event": u, + "input-event": y, "input-search": u, "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-26.scss b/app/assets/stylesheets/translations/chrome-26.scss index 2ad0683..fb19c13 100644 --- a/app/assets/stylesheets/translations/chrome-26.scss +++ b/app/assets/stylesheets/translations/chrome-26.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-27.scss b/app/assets/stylesheets/translations/chrome-27.scss index 9d2e0ac..d8e442d 100644 --- a/app/assets/stylesheets/translations/chrome-27.scss +++ b/app/assets/stylesheets/translations/chrome-27.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 27.0 (approximately 0.03% of all users) + * Browser: Chrome 27.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-28.scss b/app/assets/stylesheets/translations/chrome-28.scss index 4b74de6..83b380a 100644 --- a/app/assets/stylesheets/translations/chrome-28.scss +++ b/app/assets/stylesheets/translations/chrome-28.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-29.scss b/app/assets/stylesheets/translations/chrome-29.scss index d75f0f4..ca18341 100644 --- a/app/assets/stylesheets/translations/chrome-29.scss +++ b/app/assets/stylesheets/translations/chrome-29.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 29.0 (approximately 0.05% of all users) + * Browser: Chrome 29.0 (approximately 0.68% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-30.scss b/app/assets/stylesheets/translations/chrome-30.scss index 7d2446a..28c5e14 100644 --- a/app/assets/stylesheets/translations/chrome-30.scss +++ b/app/assets/stylesheets/translations/chrome-30.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-31.scss b/app/assets/stylesheets/translations/chrome-31.scss index 3bad300..398a055 100644 --- a/app/assets/stylesheets/translations/chrome-31.scss +++ b/app/assets/stylesheets/translations/chrome-31.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 31.0 (approximately 0.43% of all users) + * Browser: Chrome 31.0 (approximately 0.2% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-32.scss b/app/assets/stylesheets/translations/chrome-32.scss index c6b1796..722e082 100644 --- a/app/assets/stylesheets/translations/chrome-32.scss +++ b/app/assets/stylesheets/translations/chrome-32.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 32.0 (approximately 0.05% of all users) + * Browser: Chrome 32.0 (approximately 0.04% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-33.scss b/app/assets/stylesheets/translations/chrome-33.scss index e9d7032..fa657b9 100644 --- a/app/assets/stylesheets/translations/chrome-33.scss +++ b/app/assets/stylesheets/translations/chrome-33.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 33.0 (approximately 0.1% of all users) + * Browser: Chrome 33.0 (approximately 0.08% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-34.scss b/app/assets/stylesheets/translations/chrome-34.scss index 8f7118e..2417a24 100644 --- a/app/assets/stylesheets/translations/chrome-34.scss +++ b/app/assets/stylesheets/translations/chrome-34.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 34.0 (approximately 0.07% of all users) + * Browser: Chrome 34.0 (approximately 0.06% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-35.scss b/app/assets/stylesheets/translations/chrome-35.scss index f562c52..068b468 100644 --- a/app/assets/stylesheets/translations/chrome-35.scss +++ b/app/assets/stylesheets/translations/chrome-35.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 35.0 (approximately 0.1% of all users) + * Browser: Chrome 35.0 (approximately 0.08% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-36.scss b/app/assets/stylesheets/translations/chrome-36.scss index 60d7c65..e14948e 100644 --- a/app/assets/stylesheets/translations/chrome-36.scss +++ b/app/assets/stylesheets/translations/chrome-36.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 36.0 (approximately 0.11% of all users) + * Browser: Chrome 36.0 (approximately 0.07% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": nd, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-37.scss b/app/assets/stylesheets/translations/chrome-37.scss index 97e01e4..192179e 100644 --- a/app/assets/stylesheets/translations/chrome-37.scss +++ b/app/assets/stylesheets/translations/chrome-37.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 37.0 (approximately 0.08% of all users) + * Browser: Chrome 37.0 (approximately 0.06% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-38.scss b/app/assets/stylesheets/translations/chrome-38.scss index 22edf32..0dbf92e 100644 --- a/app/assets/stylesheets/translations/chrome-38.scss +++ b/app/assets/stylesheets/translations/chrome-38.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 38.0 (approximately 0.09% of all users) + * Browser: Chrome 38.0 (approximately 0.06% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-39.scss b/app/assets/stylesheets/translations/chrome-39.scss index 87e034f..a2c6f92 100644 --- a/app/assets/stylesheets/translations/chrome-39.scss +++ b/app/assets/stylesheets/translations/chrome-39.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 39.0 (approximately 0.16% of all users) + * Browser: Chrome 39.0 (approximately 0.12% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-4.scss b/app/assets/stylesheets/translations/chrome-4.scss index 86a140f..5930e00 100644 --- a/app/assets/stylesheets/translations/chrome-4.scss +++ b/app/assets/stylesheets/translations/chrome-4.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 4.0 (approximately 0.02% of all users) + * Browser: Chrome 4.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-40.scss b/app/assets/stylesheets/translations/chrome-40.scss index dd6482b..56e02fd 100644 --- a/app/assets/stylesheets/translations/chrome-40.scss +++ b/app/assets/stylesheets/translations/chrome-40.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 40.0 (approximately 0.3% of all users) + * Browser: Chrome 40.0 (approximately 0.09% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-41.scss b/app/assets/stylesheets/translations/chrome-41.scss index 265f277..6e44196 100644 --- a/app/assets/stylesheets/translations/chrome-41.scss +++ b/app/assets/stylesheets/translations/chrome-41.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 41.0 (approximately 0.26% of all users) + * Browser: Chrome 41.0 (approximately 0.12% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-42.scss b/app/assets/stylesheets/translations/chrome-42.scss index 388a7a6..234d269 100644 --- a/app/assets/stylesheets/translations/chrome-42.scss +++ b/app/assets/stylesheets/translations/chrome-42.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 42.0 (approximately 0.26% of all users) + * Browser: Chrome 42.0 (approximately 0.12% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-43.scss b/app/assets/stylesheets/translations/chrome-43.scss index 5211731..c6cb01c 100644 --- a/app/assets/stylesheets/translations/chrome-43.scss +++ b/app/assets/stylesheets/translations/chrome-43.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 43.0 (approximately 0.46% of all users) + * Browser: Chrome 43.0 (approximately 0.35% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": nd, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-44.scss b/app/assets/stylesheets/translations/chrome-44.scss index 1496199..57950eb 100644 --- a/app/assets/stylesheets/translations/chrome-44.scss +++ b/app/assets/stylesheets/translations/chrome-44.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 44.0 (approximately 0.41% of all users) + * Browser: Chrome 44.0 (approximately 0.19% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": nd, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": a, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-45.scss b/app/assets/stylesheets/translations/chrome-45.scss index 168717b..df1ddac 100644 --- a/app/assets/stylesheets/translations/chrome-45.scss +++ b/app/assets/stylesheets/translations/chrome-45.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 45.0 (approximately 0.61% of all users) + * Browser: Chrome 45.0 (approximately 0.56% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": nd, "css-scroll-behavior": nd, "subresource-integrity": y, + "css-in-out-of-range": a, "push-api": a, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": nd, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-46.scss b/app/assets/stylesheets/translations/chrome-46.scss index 1cae1d0..440b444 100644 --- a/app/assets/stylesheets/translations/chrome-46.scss +++ b/app/assets/stylesheets/translations/chrome-46.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 46.0 (approximately 5.77% of all users) + * Browser: Chrome 46.0 (approximately 0.25% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": y, "css-scroll-behavior": nd, "subresource-integrity": y, + "css-in-out-of-range": a, "push-api": a, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": nd, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-47.scss b/app/assets/stylesheets/translations/chrome-47.scss index 73184f9..0983194 100644 --- a/app/assets/stylesheets/translations/chrome-47.scss +++ b/app/assets/stylesheets/translations/chrome-47.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 47.0 (approximately 20.46% of all users) + * Browser: Chrome 47.0 (approximately 0.49% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -119,7 +120,7 @@ $browser_capabilities: ( "datalist": a, "dataset": y, "css-grid": pd, - "menu": n, + "menu": nd, "css-zoom": y, "rem": y, "ttf": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -246,7 +247,7 @@ $browser_capabilities: ( "object-observe": y, "css-at-counter-style": n, "css-page-break": a, - "css-placeholder-shown": n, + "css-placeholder-shown": y, "broadcastchannel": n, "css-crisp-edges": y, "css-text-align-last": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": y, "css-scroll-behavior": nd, "subresource-integrity": y, + "css-in-out-of-range": a, "push-api": a, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": nd, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-5.scss b/app/assets/stylesheets/translations/chrome-5.scss index 08a76b0..ed6f6a5 100644 --- a/app/assets/stylesheets/translations/chrome-5.scss +++ b/app/assets/stylesheets/translations/chrome-5.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-6.scss b/app/assets/stylesheets/translations/chrome-6.scss index 99c3f12..a59aa4c 100644 --- a/app/assets/stylesheets/translations/chrome-6.scss +++ b/app/assets/stylesheets/translations/chrome-6.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-7.scss b/app/assets/stylesheets/translations/chrome-7.scss index d159ebb..92b408b 100644 --- a/app/assets/stylesheets/translations/chrome-7.scss +++ b/app/assets/stylesheets/translations/chrome-7.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-8.scss b/app/assets/stylesheets/translations/chrome-8.scss index cd6b2e1..f80a106 100644 --- a/app/assets/stylesheets/translations/chrome-8.scss +++ b/app/assets/stylesheets/translations/chrome-8.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-9.scss b/app/assets/stylesheets/translations/chrome-9.scss index 6e62c9a..12c0ecd 100644 --- a/app/assets/stylesheets/translations/chrome-9.scss +++ b/app/assets/stylesheets/translations/chrome-9.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": u, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-10.scss b/app/assets/stylesheets/translations/firefox-10.scss index 70569a7..5812803 100644 --- a/app/assets/stylesheets/translations/firefox-10.scss +++ b/app/assets/stylesheets/translations/firefox-10.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-11.scss b/app/assets/stylesheets/translations/firefox-11.scss index ce51c54..14e9a53 100644 --- a/app/assets/stylesheets/translations/firefox-11.scss +++ b/app/assets/stylesheets/translations/firefox-11.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-12.scss b/app/assets/stylesheets/translations/firefox-12.scss index 1a48aa7..7689249 100644 --- a/app/assets/stylesheets/translations/firefox-12.scss +++ b/app/assets/stylesheets/translations/firefox-12.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 12.0 (approximately 0.03% of all users) + * Browser: Firefox 12.0 (approximately 0.02% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-13.scss b/app/assets/stylesheets/translations/firefox-13.scss index f48b9b4..329496e 100644 --- a/app/assets/stylesheets/translations/firefox-13.scss +++ b/app/assets/stylesheets/translations/firefox-13.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-14.scss b/app/assets/stylesheets/translations/firefox-14.scss index 74ba661..6b423ad 100644 --- a/app/assets/stylesheets/translations/firefox-14.scss +++ b/app/assets/stylesheets/translations/firefox-14.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 14.0 (approximately 0.02% of all users) + * Browser: Firefox 14.0 (approximately 0.01% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-15.scss b/app/assets/stylesheets/translations/firefox-15.scss index b69588d..fd579a7 100644 --- a/app/assets/stylesheets/translations/firefox-15.scss +++ b/app/assets/stylesheets/translations/firefox-15.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-16.scss b/app/assets/stylesheets/translations/firefox-16.scss index 7ac09d4..27bbb6a 100644 --- a/app/assets/stylesheets/translations/firefox-16.scss +++ b/app/assets/stylesheets/translations/firefox-16.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-17.scss b/app/assets/stylesheets/translations/firefox-17.scss index 38a06ec..e622634 100644 --- a/app/assets/stylesheets/translations/firefox-17.scss +++ b/app/assets/stylesheets/translations/firefox-17.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 17.0 (approximately 0.02% of all users) + * Browser: Firefox 17.0 (approximately 0.01% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-18.scss b/app/assets/stylesheets/translations/firefox-18.scss index 0197e10..f0f7ad2 100644 --- a/app/assets/stylesheets/translations/firefox-18.scss +++ b/app/assets/stylesheets/translations/firefox-18.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-19.scss b/app/assets/stylesheets/translations/firefox-19.scss index 14e1c3a..f53fc25 100644 --- a/app/assets/stylesheets/translations/firefox-19.scss +++ b/app/assets/stylesheets/translations/firefox-19.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-2.scss b/app/assets/stylesheets/translations/firefox-2.scss index 2812e72..de2f4a7 100644 --- a/app/assets/stylesheets/translations/firefox-2.scss +++ b/app/assets/stylesheets/translations/firefox-2.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": p, "forms": p, "html5semantic": n, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-20.scss b/app/assets/stylesheets/translations/firefox-20.scss index b7b7484..8f55484 100644 --- a/app/assets/stylesheets/translations/firefox-20.scss +++ b/app/assets/stylesheets/translations/firefox-20.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-21.scss b/app/assets/stylesheets/translations/firefox-21.scss index 2f6ffb3..0cf0fb7 100644 --- a/app/assets/stylesheets/translations/firefox-21.scss +++ b/app/assets/stylesheets/translations/firefox-21.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 21.0 (approximately 0.08% of all users) + * Browser: Firefox 21.0 (approximately 0.03% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-22.scss b/app/assets/stylesheets/translations/firefox-22.scss index 494c452..1c346c0 100644 --- a/app/assets/stylesheets/translations/firefox-22.scss +++ b/app/assets/stylesheets/translations/firefox-22.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 22.0 (approximately 0.04% of all users) + * Browser: Firefox 22.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-23.scss b/app/assets/stylesheets/translations/firefox-23.scss index 03c2d4d..f57880d 100644 --- a/app/assets/stylesheets/translations/firefox-23.scss +++ b/app/assets/stylesheets/translations/firefox-23.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 23.0 (approximately 0.03% of all users) + * Browser: Firefox 23.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-24.scss b/app/assets/stylesheets/translations/firefox-24.scss index 3810bb5..4b520c7 100644 --- a/app/assets/stylesheets/translations/firefox-24.scss +++ b/app/assets/stylesheets/translations/firefox-24.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 24.0 (approximately 0.03% of all users) + * Browser: Firefox 24.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-25.scss b/app/assets/stylesheets/translations/firefox-25.scss index 5b17279..6019b26 100644 --- a/app/assets/stylesheets/translations/firefox-25.scss +++ b/app/assets/stylesheets/translations/firefox-25.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 25.0 (approximately 0.06% of all users) + * Browser: Firefox 25.0 (approximately 0.05% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-26.scss b/app/assets/stylesheets/translations/firefox-26.scss index 82bfab3..3696dba 100644 --- a/app/assets/stylesheets/translations/firefox-26.scss +++ b/app/assets/stylesheets/translations/firefox-26.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-27.scss b/app/assets/stylesheets/translations/firefox-27.scss index 0fd62c6..1d3750f 100644 --- a/app/assets/stylesheets/translations/firefox-27.scss +++ b/app/assets/stylesheets/translations/firefox-27.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 27.0 (approximately 0.03% of all users) + * Browser: Firefox 27.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-28.scss b/app/assets/stylesheets/translations/firefox-28.scss index 539a2b1..0097c1b 100644 --- a/app/assets/stylesheets/translations/firefox-28.scss +++ b/app/assets/stylesheets/translations/firefox-28.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 28.0 (approximately 0.04% of all users) + * Browser: Firefox 28.0 (approximately 0.03% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-29.scss b/app/assets/stylesheets/translations/firefox-29.scss index 64501c5..8399690 100644 --- a/app/assets/stylesheets/translations/firefox-29.scss +++ b/app/assets/stylesheets/translations/firefox-29.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 29.0 (approximately 0.05% of all users) + * Browser: Firefox 29.0 (approximately 0.03% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-3.5.scss b/app/assets/stylesheets/translations/firefox-3.5.scss index 93968cf..7b43d4e 100644 --- a/app/assets/stylesheets/translations/firefox-3.5.scss +++ b/app/assets/stylesheets/translations/firefox-3.5.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": p, "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-3.6.scss b/app/assets/stylesheets/translations/firefox-3.6.scss index 54fb17e..3282668 100644 --- a/app/assets/stylesheets/translations/firefox-3.6.scss +++ b/app/assets/stylesheets/translations/firefox-3.6.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": p, "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-3.scss b/app/assets/stylesheets/translations/firefox-3.scss index b36422c..b06c885 100644 --- a/app/assets/stylesheets/translations/firefox-3.scss +++ b/app/assets/stylesheets/translations/firefox-3.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 3.0 (approximately 0.05% of all users) + * Browser: Firefox 3.0 (approximately 0.04% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": p, "html5semantic": a, + "css-line-clamp": n, "offline-apps": a, "webworkers": p, "fontface": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-30.scss b/app/assets/stylesheets/translations/firefox-30.scss index b5d17f2..9d26eb6 100644 --- a/app/assets/stylesheets/translations/firefox-30.scss +++ b/app/assets/stylesheets/translations/firefox-30.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 30.0 (approximately 0.04% of all users) + * Browser: Firefox 30.0 (approximately 0.03% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-31.scss b/app/assets/stylesheets/translations/firefox-31.scss index b1abb30..c0eff14 100644 --- a/app/assets/stylesheets/translations/firefox-31.scss +++ b/app/assets/stylesheets/translations/firefox-31.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 31.0 (approximately 0.09% of all users) + * Browser: Firefox 31.0 (approximately 0.06% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-32.scss b/app/assets/stylesheets/translations/firefox-32.scss index 60fd823..4aae362 100644 --- a/app/assets/stylesheets/translations/firefox-32.scss +++ b/app/assets/stylesheets/translations/firefox-32.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-33.scss b/app/assets/stylesheets/translations/firefox-33.scss index ec0d98d..1f19c4e 100644 --- a/app/assets/stylesheets/translations/firefox-33.scss +++ b/app/assets/stylesheets/translations/firefox-33.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 33.0 (approximately 0.07% of all users) + * Browser: Firefox 33.0 (approximately 0.04% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-34.scss b/app/assets/stylesheets/translations/firefox-34.scss index 1971092..ddc915b 100644 --- a/app/assets/stylesheets/translations/firefox-34.scss +++ b/app/assets/stylesheets/translations/firefox-34.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 34.0 (approximately 0.07% of all users) + * Browser: Firefox 34.0 (approximately 0.05% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-35.scss b/app/assets/stylesheets/translations/firefox-35.scss index 4475ee8..2af16f9 100644 --- a/app/assets/stylesheets/translations/firefox-35.scss +++ b/app/assets/stylesheets/translations/firefox-35.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 35.0 (approximately 0.08% of all users) + * Browser: Firefox 35.0 (approximately 0.05% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -215,7 +216,7 @@ $browser_capabilities: ( "iframe-seamless": n, "css-image-orientation": y, "picture": nd, - "woff2": nd, + "woff2": n, "text-size-adjust": n, "web-animation": ad, "resource-timing": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-36.scss b/app/assets/stylesheets/translations/firefox-36.scss index e646ca3..3200bf6 100644 --- a/app/assets/stylesheets/translations/firefox-36.scss +++ b/app/assets/stylesheets/translations/firefox-36.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 36.0 (approximately 0.08% of all users) + * Browser: Firefox 36.0 (approximately 0.05% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -215,7 +216,7 @@ $browser_capabilities: ( "iframe-seamless": n, "css-image-orientation": y, "picture": nd, - "woff2": nd, + "woff2": n, "text-size-adjust": n, "web-animation": ad, "resource-timing": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-37.scss b/app/assets/stylesheets/translations/firefox-37.scss index 8976d15..df530c8 100644 --- a/app/assets/stylesheets/translations/firefox-37.scss +++ b/app/assets/stylesheets/translations/firefox-37.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 37.0 (approximately 0.14% of all users) + * Browser: Firefox 37.0 (approximately 0.06% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -215,7 +216,7 @@ $browser_capabilities: ( "iframe-seamless": n, "css-image-orientation": y, "picture": nd, - "woff2": nd, + "woff2": n, "text-size-adjust": n, "web-animation": ad, "resource-timing": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-38.scss b/app/assets/stylesheets/translations/firefox-38.scss index 089a874..935590b 100644 --- a/app/assets/stylesheets/translations/firefox-38.scss +++ b/app/assets/stylesheets/translations/firefox-38.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 38.0 (approximately 0.29% of all users) + * Browser: Firefox 38.0 (approximately 0.22% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -215,7 +216,7 @@ $browser_capabilities: ( "iframe-seamless": n, "css-image-orientation": y, "picture": y, - "woff2": nd, + "woff2": n, "text-size-adjust": n, "web-animation": ad, "resource-timing": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-39.scss b/app/assets/stylesheets/translations/firefox-39.scss index 9ab8fa9..9603f44 100644 --- a/app/assets/stylesheets/translations/firefox-39.scss +++ b/app/assets/stylesheets/translations/firefox-39.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 39.0 (approximately 0.15% of all users) + * Browser: Firefox 39.0 (approximately 0.08% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-4.scss b/app/assets/stylesheets/translations/firefox-4.scss index e10b3b0..1775f54 100644 --- a/app/assets/stylesheets/translations/firefox-4.scss +++ b/app/assets/stylesheets/translations/firefox-4.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-40.scss b/app/assets/stylesheets/translations/firefox-40.scss index f86ec6b..ca4b7b7 100644 --- a/app/assets/stylesheets/translations/firefox-40.scss +++ b/app/assets/stylesheets/translations/firefox-40.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 40.0 (approximately 0.15% of all users) + * Browser: Firefox 40.0 (approximately 0.08% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-41.scss b/app/assets/stylesheets/translations/firefox-41.scss index 7f4d984..7a65386 100644 --- a/app/assets/stylesheets/translations/firefox-41.scss +++ b/app/assets/stylesheets/translations/firefox-41.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 41.0 (approximately 0.27% of all users) + * Browser: Firefox 41.0 (approximately 0.09% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-42.scss b/app/assets/stylesheets/translations/firefox-42.scss index df36e8c..bb06ed0 100644 --- a/app/assets/stylesheets/translations/firefox-42.scss +++ b/app/assets/stylesheets/translations/firefox-42.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 42.0 (approximately 4.19% of all users) + * Browser: Firefox 42.0 (approximately 0.14% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -262,7 +263,7 @@ $browser_capabilities: ( "css-media-interaction": n, "ime": n, "font-smooth": ax, - "audiotracks": n, + "audiotracks": nd, "videotracks": n, "contentsecuritypolicy2": a, "permissions-api": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": y, "subresource-integrity": n, + "css-in-out-of-range": y, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": y, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": nd, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-5.scss b/app/assets/stylesheets/translations/firefox-5.scss index eec6f27..4e4d0f6 100644 --- a/app/assets/stylesheets/translations/firefox-5.scss +++ b/app/assets/stylesheets/translations/firefox-5.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-6.scss b/app/assets/stylesheets/translations/firefox-6.scss index d4c63fb..1b514af 100644 --- a/app/assets/stylesheets/translations/firefox-6.scss +++ b/app/assets/stylesheets/translations/firefox-6.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 6.0 (approximately 0.02% of all users) + * Browser: Firefox 6.0 (approximately 0.04% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-7.scss b/app/assets/stylesheets/translations/firefox-7.scss index 2074379..faac9cc 100644 --- a/app/assets/stylesheets/translations/firefox-7.scss +++ b/app/assets/stylesheets/translations/firefox-7.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-8.scss b/app/assets/stylesheets/translations/firefox-8.scss index a5393c7..afd9b5e 100644 --- a/app/assets/stylesheets/translations/firefox-8.scss +++ b/app/assets/stylesheets/translations/firefox-8.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 8.0 (approximately 0.03% of all users) + * Browser: Firefox 8.0 (approximately 0.02% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-9.scss b/app/assets/stylesheets/translations/firefox-9.scss index 1cb6d8f..e208d17 100644 --- a/app/assets/stylesheets/translations/firefox-9.scss +++ b/app/assets/stylesheets/translations/firefox-9.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": y, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-10.scss b/app/assets/stylesheets/translations/ie-10.scss index 7a274a8..65dd9c6 100644 --- a/app/assets/stylesheets/translations/ie-10.scss +++ b/app/assets/stylesheets/translations/ie-10.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE 10.0 (approximately 0.87% of all users) + * Browser: IE 10.0 (approximately 0.49% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": a, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-11.scss b/app/assets/stylesheets/translations/ie-11.scss index 2f8e123..1ed415d 100644 --- a/app/assets/stylesheets/translations/ie-11.scss +++ b/app/assets/stylesheets/translations/ie-11.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE 11.0 (approximately 6.45% of all users) + * Browser: IE 11.0 (approximately 5.43% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": a, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-5.5.scss b/app/assets/stylesheets/translations/ie-5.5.scss index 088ed79..c8a351c 100644 --- a/app/assets/stylesheets/translations/ie-5.5.scss +++ b/app/assets/stylesheets/translations/ie-5.5.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": n, "forms": n, "html5semantic": n, + "css-line-clamp": n, "offline-apps": n, "webworkers": n, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": u, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": n, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-6.scss b/app/assets/stylesheets/translations/ie-6.scss index 83fd965..385b7c7 100644 --- a/app/assets/stylesheets/translations/ie-6.scss +++ b/app/assets/stylesheets/translations/ie-6.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": p, "forms": p, "html5semantic": p, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": u, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": n, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-7.scss b/app/assets/stylesheets/translations/ie-7.scss index c7083c0..23fd1c9 100644 --- a/app/assets/stylesheets/translations/ie-7.scss +++ b/app/assets/stylesheets/translations/ie-7.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE 7.0 (approximately 0.05% of all users) + * Browser: IE 7.0 (approximately 0.04% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": p, "forms": p, "html5semantic": p, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": u, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": n, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-8.scss b/app/assets/stylesheets/translations/ie-8.scss index a4ccffe..6eba39e 100644 --- a/app/assets/stylesheets/translations/ie-8.scss +++ b/app/assets/stylesheets/translations/ie-8.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE 8.0 (approximately 1.18% of all users) + * Browser: IE 8.0 (approximately 0.77% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": p, "forms": p, "html5semantic": p, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": a, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": n, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-9.scss b/app/assets/stylesheets/translations/ie-9.scss index 4f26d8e..2c05170 100644 --- a/app/assets/stylesheets/translations/ie-9.scss +++ b/app/assets/stylesheets/translations/ie-9.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE 9.0 (approximately 0.91% of all users) + * Browser: IE 9.0 (approximately 0.51% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": p, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": n, "webworkers": p, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": a, + "css-scrollbar": a, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie_mob-10.scss b/app/assets/stylesheets/translations/ie_mob-10.scss index 4a93047..af0fd56 100644 --- a/app/assets/stylesheets/translations/ie_mob-10.scss +++ b/app/assets/stylesheets/translations/ie_mob-10.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE Mobile 10.0 (approximately 0.16% of all users) + * Browser: IE Mobile 10.0 (approximately 0.35% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": a, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie_mob-11.scss b/app/assets/stylesheets/translations/ie_mob-11.scss index b2fd69b..835da48 100644 --- a/app/assets/stylesheets/translations/ie_mob-11.scss +++ b/app/assets/stylesheets/translations/ie_mob-11.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: IE Mobile 11.0 (approximately 0.73% of all users) + * Browser: IE Mobile 11.0 (approximately 0.4% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": a, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": n, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-3.2.scss b/app/assets/stylesheets/translations/ios_saf-3.2.scss index 566334b..89293cf 100644 --- a/app/assets/stylesheets/translations/ios_saf-3.2.scss +++ b/app/assets/stylesheets/translations/ios_saf-3.2.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": n, "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": n, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss b/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss index aaab525..7167ac8 100644 --- a/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss +++ b/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": n, "fontface": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss b/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss index 2359c4b..1437966 100644 --- a/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss +++ b/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": n, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss b/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss index 3fdae78..cbd5181 100644 --- a/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss +++ b/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss b/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss index 77a519c..6d5804a 100644 --- a/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss +++ b/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: iOS Safari 6.0 (approximately 0.0% of all users) + * Browser: iOS Safari 6.0 (approximately 0.02% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss b/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss index ade1f41..a8536fe 100644 --- a/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss +++ b/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: iOS Safari 7.0 (approximately 0.31% of all users) + * Browser: iOS Safari 7.0 (approximately 0.25% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss b/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss index 13adda6..6398f26 100644 --- a/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss +++ b/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: iOS Safari 8.1 (approximately 1.04% of all users) + * Browser: iOS Safari 8.1 (approximately 0.62% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": n, "pointer": p, @@ -252,7 +253,7 @@ $browser_capabilities: ( "css-text-align-last": n, "css-logical-props": ax, "fetch": n, - "referrer-policy": y, + "referrer-policy": a, "background-attachment": y, "currentcolor": y, "input-pattern": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-8.scss b/app/assets/stylesheets/translations/ios_saf-8.scss index 9aee87b..367a962 100644 --- a/app/assets/stylesheets/translations/ios_saf-8.scss +++ b/app/assets/stylesheets/translations/ios_saf-8.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: iOS Safari 8.0 (approximately 0.04% of all users) + * Browser: iOS Safari 8.0 (approximately 0.0% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": n, "pointer": p, @@ -252,7 +253,7 @@ $browser_capabilities: ( "css-text-align-last": n, "css-logical-props": ax, "fetch": n, - "referrer-policy": y, + "referrer-policy": a, "background-attachment": y, "currentcolor": y, "input-pattern": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss b/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss index 266ef87..78f96f8 100644 --- a/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss +++ b/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera Mini 5.0 (approximately 4.86% of all users) + * Browser: Opera Mini 5.0 (approximately 5.04% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": n, "html5semantic": a, + "css-line-clamp": n, "offline-apps": n, "webworkers": n, "fontface": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-10.scss b/app/assets/stylesheets/translations/op_mob-10.scss index 1c316e1..983fee7 100644 --- a/app/assets/stylesheets/translations/op_mob-10.scss +++ b/app/assets/stylesheets/translations/op_mob-10.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": n, "webworkers": p, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-11.1.scss b/app/assets/stylesheets/translations/op_mob-11.1.scss index 2ade4a6..542ff41 100644 --- a/app/assets/stylesheets/translations/op_mob-11.1.scss +++ b/app/assets/stylesheets/translations/op_mob-11.1.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-11.5.scss b/app/assets/stylesheets/translations/op_mob-11.5.scss index bb76e25..f5d93eb 100644 --- a/app/assets/stylesheets/translations/op_mob-11.5.scss +++ b/app/assets/stylesheets/translations/op_mob-11.5.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-11.scss b/app/assets/stylesheets/translations/op_mob-11.scss index 659e2c7..ef21e65 100644 --- a/app/assets/stylesheets/translations/op_mob-11.scss +++ b/app/assets/stylesheets/translations/op_mob-11.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-12.1.scss b/app/assets/stylesheets/translations/op_mob-12.1.scss index 0325fba..cddff5f 100644 --- a/app/assets/stylesheets/translations/op_mob-12.1.scss +++ b/app/assets/stylesheets/translations/op_mob-12.1.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-12.scss b/app/assets/stylesheets/translations/op_mob-12.scss index a3a32b6..69d7d5f 100644 --- a/app/assets/stylesheets/translations/op_mob-12.scss +++ b/app/assets/stylesheets/translations/op_mob-12.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-10.0-10.1.scss b/app/assets/stylesheets/translations/opera-10.0-10.1.scss index 9bdfec8..d914172 100644 --- a/app/assets/stylesheets/translations/opera-10.0-10.1.scss +++ b/app/assets/stylesheets/translations/opera-10.0-10.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 10.0 (approximately 0.03% of all users) + * Browser: Opera 10.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-10.5.scss b/app/assets/stylesheets/translations/opera-10.5.scss index 44e05ee..a9bb05f 100644 --- a/app/assets/stylesheets/translations/opera-10.5.scss +++ b/app/assets/stylesheets/translations/opera-10.5.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-10.6.scss b/app/assets/stylesheets/translations/opera-10.6.scss index ac432b5..dbd74f3 100644 --- a/app/assets/stylesheets/translations/opera-10.6.scss +++ b/app/assets/stylesheets/translations/opera-10.6.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.1.scss b/app/assets/stylesheets/translations/opera-11.1.scss index 7e6e635..7940ac6 100644 --- a/app/assets/stylesheets/translations/opera-11.1.scss +++ b/app/assets/stylesheets/translations/opera-11.1.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.5.scss b/app/assets/stylesheets/translations/opera-11.5.scss index 4aec9ce..72fa031 100644 --- a/app/assets/stylesheets/translations/opera-11.5.scss +++ b/app/assets/stylesheets/translations/opera-11.5.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.6.scss b/app/assets/stylesheets/translations/opera-11.6.scss index e07bbd5..61f7a22 100644 --- a/app/assets/stylesheets/translations/opera-11.6.scss +++ b/app/assets/stylesheets/translations/opera-11.6.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.scss b/app/assets/stylesheets/translations/opera-11.scss index e2d802d..d2adaec 100644 --- a/app/assets/stylesheets/translations/opera-11.scss +++ b/app/assets/stylesheets/translations/opera-11.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": u, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-12.1.scss b/app/assets/stylesheets/translations/opera-12.1.scss index c00ec3c..5414f5c 100644 --- a/app/assets/stylesheets/translations/opera-12.1.scss +++ b/app/assets/stylesheets/translations/opera-12.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 12.1 (approximately 0.16% of all users) + * Browser: Opera 12.1 (approximately 0.11% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-12.scss b/app/assets/stylesheets/translations/opera-12.scss index 9d10a43..987841e 100644 --- a/app/assets/stylesheets/translations/opera-12.scss +++ b/app/assets/stylesheets/translations/opera-12.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 12.0 (approximately 0.02% of all users) + * Browser: Opera 12.0 (approximately 0.01% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": y, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": a, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-15.scss b/app/assets/stylesheets/translations/opera-15.scss index 45e4f9c..5dba5d4 100644 --- a/app/assets/stylesheets/translations/opera-15.scss +++ b/app/assets/stylesheets/translations/opera-15.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-16.scss b/app/assets/stylesheets/translations/opera-16.scss index f9602f9..83c26dd 100644 --- a/app/assets/stylesheets/translations/opera-16.scss +++ b/app/assets/stylesheets/translations/opera-16.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-17.scss b/app/assets/stylesheets/translations/opera-17.scss index dfd80c3..7ac5056 100644 --- a/app/assets/stylesheets/translations/opera-17.scss +++ b/app/assets/stylesheets/translations/opera-17.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-18.scss b/app/assets/stylesheets/translations/opera-18.scss index 7653422..4a04d87 100644 --- a/app/assets/stylesheets/translations/opera-18.scss +++ b/app/assets/stylesheets/translations/opera-18.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-19.scss b/app/assets/stylesheets/translations/opera-19.scss index 0ab766f..1021e33 100644 --- a/app/assets/stylesheets/translations/opera-19.scss +++ b/app/assets/stylesheets/translations/opera-19.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-20.scss b/app/assets/stylesheets/translations/opera-20.scss index b08f4c5..6e66643 100644 --- a/app/assets/stylesheets/translations/opera-20.scss +++ b/app/assets/stylesheets/translations/opera-20.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-21.scss b/app/assets/stylesheets/translations/opera-21.scss index 18d3d6d..74884bc 100644 --- a/app/assets/stylesheets/translations/opera-21.scss +++ b/app/assets/stylesheets/translations/opera-21.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-22.scss b/app/assets/stylesheets/translations/opera-22.scss index c11fb43..14da025 100644 --- a/app/assets/stylesheets/translations/opera-22.scss +++ b/app/assets/stylesheets/translations/opera-22.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-23.scss b/app/assets/stylesheets/translations/opera-23.scss index 7b67147..19f7a59 100644 --- a/app/assets/stylesheets/translations/opera-23.scss +++ b/app/assets/stylesheets/translations/opera-23.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-24.scss b/app/assets/stylesheets/translations/opera-24.scss index cbfe5f6..bc47224 100644 --- a/app/assets/stylesheets/translations/opera-24.scss +++ b/app/assets/stylesheets/translations/opera-24.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-25.scss b/app/assets/stylesheets/translations/opera-25.scss index d0e94ff..e85f7cd 100644 --- a/app/assets/stylesheets/translations/opera-25.scss +++ b/app/assets/stylesheets/translations/opera-25.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-26.scss b/app/assets/stylesheets/translations/opera-26.scss index 76ff9ca..419dfce 100644 --- a/app/assets/stylesheets/translations/opera-26.scss +++ b/app/assets/stylesheets/translations/opera-26.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-27.scss b/app/assets/stylesheets/translations/opera-27.scss index a742af3..d977029 100644 --- a/app/assets/stylesheets/translations/opera-27.scss +++ b/app/assets/stylesheets/translations/opera-27.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 27.0 (approximately 0.02% of all users) + * Browser: Opera 27.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-28.scss b/app/assets/stylesheets/translations/opera-28.scss index fe0804a..8d9a986 100644 --- a/app/assets/stylesheets/translations/opera-28.scss +++ b/app/assets/stylesheets/translations/opera-28.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 28.0 (approximately 0.11% of all users) + * Browser: Opera 28.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-29.scss b/app/assets/stylesheets/translations/opera-29.scss index 7b2b21c..326a123 100644 --- a/app/assets/stylesheets/translations/opera-29.scss +++ b/app/assets/stylesheets/translations/opera-29.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 29.0 (approximately 0.02% of all users) + * Browser: Opera 29.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-30.scss b/app/assets/stylesheets/translations/opera-30.scss index e1ce7c1..0d3d0cf 100644 --- a/app/assets/stylesheets/translations/opera-30.scss +++ b/app/assets/stylesheets/translations/opera-30.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 30.0 (approximately 0.03% of all users) + * Browser: Opera 30.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -236,7 +237,7 @@ $browser_capabilities: ( "font-unicode-range": y, "gamepad": y, "css-font-stretch": n, - "font-size-adjust": n, + "font-size-adjust": nd, "link-icon-png": y, "link-icon-svg": n, "css-media-resolution": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": nd, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-31.scss b/app/assets/stylesheets/translations/opera-31.scss index 5381abf..3ea9eef 100644 --- a/app/assets/stylesheets/translations/opera-31.scss +++ b/app/assets/stylesheets/translations/opera-31.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 31.0 (approximately 0.02% of all users) + * Browser: Opera 31.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -236,7 +237,7 @@ $browser_capabilities: ( "font-unicode-range": y, "gamepad": y, "css-font-stretch": n, - "font-size-adjust": n, + "font-size-adjust": nd, "link-icon-png": y, "link-icon-svg": n, "css-media-resolution": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": nd, "css-scroll-behavior": nd, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-32.scss b/app/assets/stylesheets/translations/opera-32.scss index 4a716b8..bb14ec2 100644 --- a/app/assets/stylesheets/translations/opera-32.scss +++ b/app/assets/stylesheets/translations/opera-32.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 32.0 (approximately 0.03% of all users) + * Browser: Opera 32.0 (approximately 0.01% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": y, "pointer": p, @@ -236,7 +237,7 @@ $browser_capabilities: ( "font-unicode-range": y, "gamepad": y, "css-font-stretch": n, - "font-size-adjust": n, + "font-size-adjust": nd, "link-icon-png": y, "link-icon-svg": n, "css-media-resolution": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": nd, "css-scroll-behavior": nd, "subresource-integrity": y, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": nd, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": y, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-9.5-9.6.scss b/app/assets/stylesheets/translations/opera-9.5-9.6.scss index ce54900..06ee42c 100644 --- a/app/assets/stylesheets/translations/opera-9.5-9.6.scss +++ b/app/assets/stylesheets/translations/opera-9.5-9.6.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": n, "webworkers": n, "fontface": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-9.scss b/app/assets/stylesheets/translations/opera-9.scss index e911803..737e45c 100644 --- a/app/assets/stylesheets/translations/opera-9.scss +++ b/app/assets/stylesheets/translations/opera-9.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": n, "forms": y, "html5semantic": a, + "css-line-clamp": n, "offline-apps": n, "webworkers": n, "fontface": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": n + "background-position-x-y": n, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": n, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": n, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": u, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-3.1.scss b/app/assets/stylesheets/translations/safari-3.1.scss index 45172a1..e41b69c 100644 --- a/app/assets/stylesheets/translations/safari-3.1.scss +++ b/app/assets/stylesheets/translations/safari-3.1.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": p, "html5semantic": a, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": n, @@ -255,7 +256,7 @@ $browser_capabilities: ( "referrer-policy": n, "background-attachment": a, "currentcolor": n, - "input-pattern": u, + "input-pattern": n, "registerprotocolhandler": n, "css-snappoints": n, "input-minlength": n, @@ -302,7 +303,7 @@ $browser_capabilities: ( "link-rel-prerender": n, "rest-parameters": n, "css-cross-fade": n, - "css-writing-mode": u, + "css-writing-mode": n, "customevent": n, "textcontent": u, "addeventlistener": y, @@ -316,7 +317,7 @@ $browser_capabilities: ( "es6-number": n, "maxlength": u, "proxy": n, - "keyboardevent-which": u, + "keyboardevent-which": n, "keyboardevent-charcode": u, "keyboardevent-code": n, "keyboardevent-location": u, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-3.2.scss b/app/assets/stylesheets/translations/safari-3.2.scss index 88f8570..903837c 100644 --- a/app/assets/stylesheets/translations/safari-3.2.scss +++ b/app/assets/stylesheets/translations/safari-3.2.scss @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": p, "html5semantic": a, + "css-line-clamp": n, "offline-apps": p, "webworkers": p, "fontface": y, @@ -255,7 +256,7 @@ $browser_capabilities: ( "referrer-policy": n, "background-attachment": a, "currentcolor": n, - "input-pattern": u, + "input-pattern": n, "registerprotocolhandler": n, "css-snappoints": n, "input-minlength": n, @@ -302,7 +303,7 @@ $browser_capabilities: ( "link-rel-prerender": n, "rest-parameters": n, "css-cross-fade": n, - "css-writing-mode": u, + "css-writing-mode": n, "customevent": n, "textcontent": y, "addeventlistener": y, @@ -316,7 +317,7 @@ $browser_capabilities: ( "es6-number": n, "maxlength": a, "proxy": n, - "keyboardevent-which": u, + "keyboardevent-which": n, "keyboardevent-charcode": u, "keyboardevent-code": n, "keyboardevent-location": u, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-4.scss b/app/assets/stylesheets/translations/safari-4.scss index 1948adf..511f988 100644 --- a/app/assets/stylesheets/translations/safari-4.scss +++ b/app/assets/stylesheets/translations/safari-4.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 4.0 (approximately 0.03% of all users) + * Browser: Safari 4.0 (approximately 0.02% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": a, + "css-line-clamp": n, "offline-apps": y, "webworkers": y, "fontface": y, @@ -255,7 +256,7 @@ $browser_capabilities: ( "referrer-policy": n, "background-attachment": a, "currentcolor": y, - "input-pattern": u, + "input-pattern": n, "registerprotocolhandler": n, "css-snappoints": n, "input-minlength": n, @@ -274,7 +275,7 @@ $browser_capabilities: ( "input-email-tel-url": n, "fieldset-disabled": n, "font-variant-alternates": n, - "form-attribute": u, + "form-attribute": n, "es5": a, "page-transition-events": n, "ogg-vorbis": n, @@ -302,7 +303,7 @@ $browser_capabilities: ( "link-rel-prerender": n, "rest-parameters": n, "css-cross-fade": n, - "css-writing-mode": u, + "css-writing-mode": n, "customevent": n, "textcontent": y, "addeventlistener": y, @@ -316,10 +317,10 @@ $browser_capabilities: ( "es6-number": n, "maxlength": a, "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, + "keyboardevent-which": n, + "keyboardevent-charcode": y, "keyboardevent-code": n, - "keyboardevent-location": u, + "keyboardevent-location": a, "keyboardevent-getmodifierstate": n, "keyboardevent-key": n, "brotli": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": n, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": n, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": n, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-5.1.scss b/app/assets/stylesheets/translations/safari-5.1.scss index bcc96ab..996dee8 100644 --- a/app/assets/stylesheets/translations/safari-5.1.scss +++ b/app/assets/stylesheets/translations/safari-5.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 5.1 (approximately 0.15% of all users) + * Browser: Safari 5.1 (approximately 0.11% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-5.scss b/app/assets/stylesheets/translations/safari-5.scss index 3736868..4033554 100644 --- a/app/assets/stylesheets/translations/safari-5.scss +++ b/app/assets/stylesheets/translations/safari-5.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 5.0 (approximately 0.07% of all users) + * Browser: Safari 5.0 (approximately 0.06% of all users) * */ @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -317,9 +318,9 @@ $browser_capabilities: ( "maxlength": u, "proxy": n, "keyboardevent-which": u, - "keyboardevent-charcode": u, + "keyboardevent-charcode": y, "keyboardevent-code": n, - "keyboardevent-location": u, + "keyboardevent-location": a, "keyboardevent-getmodifierstate": n, "keyboardevent-key": n, "brotli": n, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": u, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": n, + "css-nth-child-of": n, + "focusin-focusout-events": u, + "css-matches-pseudo": u, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": u, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": u, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-6.1.scss b/app/assets/stylesheets/translations/safari-6.1.scss index 62fbea0..6fc7576 100644 --- a/app/assets/stylesheets/translations/safari-6.1.scss +++ b/app/assets/stylesheets/translations/safari-6.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 6.1 (approximately 0.42% of all users) + * Browser: Safari 6.1 (approximately 0.09% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-6.scss b/app/assets/stylesheets/translations/safari-6.scss index bfc8237..4e46371 100644 --- a/app/assets/stylesheets/translations/safari-6.scss +++ b/app/assets/stylesheets/translations/safari-6.scss @@ -22,7 +22,8 @@ $browser_capabilities: ( "queryselector": y, "getelementsbyclassname": y, "forms": a, - "html5semantic": y, + "html5semantic": a, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": n, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": u, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-7.1.scss b/app/assets/stylesheets/translations/safari-7.1.scss index 3a1fb97..986ff7b 100644 --- a/app/assets/stylesheets/translations/safari-7.1.scss +++ b/app/assets/stylesheets/translations/safari-7.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 7.1 (approximately 0.09% of all users) + * Browser: Safari 7.1 (approximately 0.03% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": n, "pointer": p, @@ -252,7 +253,7 @@ $browser_capabilities: ( "css-text-align-last": n, "css-logical-props": ax, "fetch": n, - "referrer-policy": y, + "referrer-policy": a, "background-attachment": y, "currentcolor": y, "input-pattern": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-7.scss b/app/assets/stylesheets/translations/safari-7.scss index 5eb2205..5682910 100644 --- a/app/assets/stylesheets/translations/safari-7.scss +++ b/app/assets/stylesheets/translations/safari-7.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 7.0 (approximately 0.13% of all users) + * Browser: Safari 7.0 (approximately 0.05% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": n, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-8.scss b/app/assets/stylesheets/translations/safari-8.scss index 75b0222..b04cf13 100644 --- a/app/assets/stylesheets/translations/safari-8.scss +++ b/app/assets/stylesheets/translations/safari-8.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 8.0 (approximately 0.41% of all users) + * Browser: Safari 8.0 (approximately 0.26% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": a, "outline": y, "download": n, "pointer": p, @@ -252,7 +253,7 @@ $browser_capabilities: ( "css-text-align-last": n, "css-logical-props": ax, "fetch": n, - "referrer-policy": y, + "referrer-policy": a, "background-attachment": y, "currentcolor": y, "input-pattern": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": n, + "focusin-focusout-events": y, + "css-matches-pseudo": ax, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": n, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-9.scss b/app/assets/stylesheets/translations/safari-9.scss index 7c1280a..98cf28f 100644 --- a/app/assets/stylesheets/translations/safari-9.scss +++ b/app/assets/stylesheets/translations/safari-9.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 9.0 (approximately 1.54% of all users) + * Browser: Safari 9.0 (approximately 0.79% of all users) * */ @@ -23,6 +23,7 @@ $browser_capabilities: ( "getelementsbyclassname": y, "forms": a, "html5semantic": y, + "css-line-clamp": yx, "offline-apps": y, "webworkers": y, "fontface": y, @@ -163,7 +164,7 @@ $browser_capabilities: ( "pagevisibility": y, "stricttransportsecurity": y, "style-scoped": n, - "svg-fragment": y, + "svg-fragment": n, "outline": y, "download": n, "pointer": p, @@ -246,13 +247,13 @@ $browser_capabilities: ( "object-observe": n, "css-at-counter-style": n, "css-page-break": a, - "css-placeholder-shown": n, + "css-placeholder-shown": y, "broadcastchannel": n, "css-crisp-edges": yx, "css-text-align-last": n, "css-logical-props": ax, "fetch": n, - "referrer-policy": y, + "referrer-policy": a, "background-attachment": y, "currentcolor": y, "input-pattern": a, @@ -329,8 +330,29 @@ $browser_capabilities: ( "css-motion-paths": n, "css-scroll-behavior": n, "subresource-integrity": n, + "css-in-out-of-range": a, "push-api": n, - "background-position-x-y": y + "background-position-x-y": y, + "css-revert-value": n, + "css-widows-orphans": y, + "web-bluetooth": n, + "scrollintoview": a, + "css-nth-child-of": y, + "focusin-focusout-events": y, + "css-matches-pseudo": y, + "rel-noopener": n, + "css-text-justify": n, + "css-scrollbar": yx, + "link-rel-preload": n, + "css-case-insensitive": y, + "css-default-pseudo": a, + "css-optional-pseudo": y, + "css-indeterminate-pseudo": a, + "webgl2": n, + "document-currentscript": y, + "css-descendant-gtgt": n, + "css-has": n, + "css-not-sel-list": y ); @import "bumbleberry-settings"; diff --git a/app/controllers/oauths_controller.rb b/app/controllers/oauths_controller.rb index bde25df..f46e373 100644 --- a/app/controllers/oauths_controller.rb +++ b/app/controllers/oauths_controller.rb @@ -1,32 +1,32 @@ -class OauthsController < ApplicationController - skip_before_filter :require_login - - # sends the user on a trip to the provider, - # and after authorizing there back to the callback url. - def oauth - login_at(auth_params[:provider]) - end - - def callback - provider = auth_params[:provider] - if @user = login_from(provider) - redirect_to root_path, :notice => "Logged in with #{provider.titleize}!" - else - begin - @user = create_from(auth_params[:provider]) - - reset_session - auto_login(@user) - redirect_to root_path, :notice => "Signed up with #{provider.titleize}!" - rescue - redirect_to root_path, :alert => "Failed to login with #{provider.titleize}!" - end - end - end - - private - def auth_params - params.permit(:code, :provider) - end - +class OauthsController < ApplicationController + skip_before_filter :require_login + + # sends the user on a trip to the provider, + # and after authorizing there back to the callback url. + def oauth + login_at(auth_params[:provider]) + end + + def callback + provider = auth_params[:provider] + if @user = login_from(provider) + redirect_to root_path, :notice => "Logged in with #{provider.titleize}!" + else + begin + @user = create_from(auth_params[:provider]) + + reset_session + auto_login(@user) + redirect_to root_path, :notice => "Signed up with #{provider.titleize}!" + rescue + redirect_to root_path, :alert => "Failed to login with #{provider.titleize}!" + end + end + end + + private + def auth_params + params.permit(:code, :provider) + end + end \ No newline at end of file diff --git a/app/controllers/organizations_controller.rb b/app/controllers/organizations_controller.rb index cfc3a04..c8c8506 100644 --- a/app/controllers/organizations_controller.rb +++ b/app/controllers/organizations_controller.rb @@ -1,180 +1,180 @@ -include ApplicationHelper -require 'uri' - -class OrganizationsController < ApplicationController - before_action :set_organization, only: [:show, :edit, :update, :destroy] - - before_filter :require_login, :except => [:index, :show] - - # GET /organizations - def index - #Organization.all.each {|m| m.avatar.recreate_versions!} - #Conferences.all.each {|m| m.poster.recreate_versions!} - organizations = Organization.all - @organizations = Hash.new - countries = Hash.new - organizations.each { |organization| - location = organization.locations.first - if !countries.has_key?(location.country) - countries[location.country] = Carmen::Country.coded(location.country) - end - country = countries[location.country] - if !@organizations.has_key?(country.name) - @organizations[country.name] = Hash.new - end - territory = country.subregions? ? country.subregions.coded(location.territory) : nil - territory_name = territory.nil? ? 0 : territory.name - if !@organizations[country.name].has_key?(territory_name) - @organizations[country.name][territory_name] = Hash.new - end - if !@organizations[country.name][territory_name].has_key?(location.city) - @organizations[country.name][territory_name][location.city] = Array.new - end - @organizations[country.name][territory_name][location.city] << organization - } - end - - # GET /organizations/1 - def show - if params[:slug] == 'json' - json - end - end - - # GET /organizations/new - def new - @organization = Organization.new - #@organization.location = Location.new - @organization.locations.build - @user_location = lookup_ip_location - @organization.locations[0].city = @user_location.city - @organization.locations[0].country = @user_location.country_code - @organization.locations[0].territory = @user_location.state_code - @organization.locations_organization.build - @organization.user_organization_relationships.build - end - - # GET /organizations/1/edit - def edit - end - - # POST /organizations - def create - @organization = Organization.new(organization_params) - params[:organization][:locations_attributes].each do |k, v| - @organization.locations << Location.new(locations_organization_params(k)) - end - @organization.user_organization_relationships << UserOrganizationRelationship.new(:user_id => current_user.id, :relationship => UserOrganizationRelationship::Administrator) - - if @organization.save! - redirect_to @organization, notice: 'Organization was successfully created.' - else - render action: 'new' - end - end - - # PATCH/PUT /organizations/1 - def update - if @organization.update_attributes(organization_params) - redirect_to @organization, notice: 'Organization was successfully updated.' - else - render action: 'edit' - end - end - - # DELETE /organizations/1 - def destroy - @organization.destroy - redirect_to organizations_url, notice: 'Organization was successfully destroyed.' - end - - def members - set_organization - @organization.user_organization_relationships.build - end - - def nonmembers - set_organization - #puts "\n\tPARAMS: " + params[:addedUsers].to_json.to_s + "\n" - @available_users = User.where(["id NOT IN (?)", @organization.users.map(&:id) + (params[:added] || [])]) - html = '