diff --git a/.gitignore b/.gitignore index e3b9d18..da9e276 100644 --- a/.gitignore +++ b/.gitignore @@ -1,74 +1,81 @@ -# Linux.gitignore -.* -!.coveralls.yml -!.gitignore -!.rspec -!.slugignore -!.travis.yml -!.openshift -*~ - - - -# OSX.gitignore -.DS_Store -.AppleDouble -.LSOverride -Icon - - -# Thumbnails -._* -Thumbs.db -*/Thumbs.db - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - - - -# Rails.gitignore -*.rbc -*.sassc -.sass-cache -capybara-*.html -.rvmrc -/.bundle -/vendor/bundle -/log/* -/tmp/* -/db/*.sqlite3 -/public/system/* -/coverage/ -/spec/tmp/* -**.orig -rerun.txt -pickle-email-*.html -.project - - - -# Ignore Redis' dataset snapshot -dump.rdb - -# Ignore chrome driver log -chromedriver.log - -# Ignore rails_best_practices report -rails_best_practices_output.html - -# Ignore brakeman report -brakeman.html - -# Ignore file uploads -/public/uploads - -# Ignore precompiled assets -/public/assets - -# Ignore sensitive data -/config/settings/local.rb -/nbproject/private/ -<<<<<<< HEAD -/config/database.yml +# Linux.gitignore +.* +!.coveralls.yml +!.gitignore +!.rspec +!.slugignore +!.travis.yml +!.openshift +*~ + + + +# OSX.gitignore +.DS_Store +.AppleDouble +.LSOverride +Icon + + +# Thumbnails +._* +Thumbs.db +*/Thumbs.db + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + + + +# Rails.gitignore +*.rbc +*.sassc +.sass-cache +capybara-*.html +.rvmrc +/.bundle +/vendor/bundle +/log/* +/tmp/* +/db/*.sqlite3 +/public/system/* +/coverage/ +/spec/tmp/* +**.orig +rerun.txt +pickle-email-*.html +.project + +# Ignore Gemfile.lock so that we always get the most up to date gems +# We'll be testing in 'preview' to avoid clashes +Gemfile.lock + + + +# Ignore Redis' dataset snapshot +dump.rdb + +# Ignore chrome driver log +chromedriver.log + +# Ignore rails_best_practices report +rails_best_practices_output.html + +# Ignore brakeman report +brakeman.html + +# Ignore file uploads +/public/uploads + +# Ignore precompiled assets +/public/assets +/app/assets/stylesheets/application/* +/app/assets/stylesheets/email-example/* +/app/assets/stylesheets/translations/* +/app/assets/stylesheets/web-fonts/* + +# Ignore sensitive data +/config/settings/local.rb +/nbproject/private/ +/config/database.yml diff --git a/Gemfile b/Gemfile index d4026dd..8df4999 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,12 @@ group :development do end group :test do - gem 'capybara' + 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" + + #gem 'capybara' gem 'poltergeist' gem 'guard-rspec' gem 'factory_girl_rails' @@ -69,7 +74,7 @@ group :test do gem 'selenium-webdriver' gem 'simplecov', require: false gem 'webmock', require: false - gem 'cucumber-rails', :require => false + #gem 'cucumber-rails', :require => false gem 'database_cleaner' gem 'mocha' end diff --git a/Gemfile.lock b/Gemfile.lock index e6e0a5b..4dca924 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,35 @@ +GIT + remote: git://github.com/cucumber/cucumber-rails.git + revision: 34e0f0c80d2b2042dbe4060f48e7b2a9d1dc312c + specs: + cucumber-rails (1.4.2) + capybara (>= 1.1.2, < 3) + cucumber (>= 1.3.8, < 2.1) + mime-types (>= 1.16, < 3) + nokogiri (~> 1.5) + railties (>= 3, < 5) + +GIT + remote: git://github.com/cucumber/cucumber-ruby-core.git + revision: 7348412f3421dc8bdbb7e8e4d6036b05818b3353 + branch: integrate-gherkin3-parser + specs: + cucumber-core (1.2.0) + gherkin3 (~> 3.1.0) + +GIT + remote: git://github.com/cucumber/cucumber-ruby.git + revision: ed5e3822b1f5776108737109eb266b8411b5d0a7 + branch: integrate-gherkin3-parser + specs: + cucumber (2.0.2) + builder (>= 2.1.2) + cucumber-core (~> 1.2.0) + diff-lcs (>= 1.1.3) + gherkin3 (~> 3.1.0) + multi_json (>= 1.7.5, < 2.0) + multi_test (>= 0.1.2) + PATH remote: ../bumbleberry specs: @@ -126,18 +158,6 @@ GEM thor (~> 0.19.1) crack (0.4.2) safe_yaml (~> 1.0.0) - cucumber (1.3.20) - builder (>= 2.1.2) - diff-lcs (>= 1.1.3) - gherkin (~> 2.12) - multi_json (>= 1.7.5, < 2.0) - multi_test (>= 0.1.2) - cucumber-rails (1.4.2) - capybara (>= 1.1.2, < 3) - cucumber (>= 1.3.8, < 2) - mime-types (>= 1.16, < 3) - nokogiri (~> 1.5) - rails (>= 3, < 5) daemon-spawn (0.4.2) daemons (1.2.3) database_cleaner (1.4.1) @@ -177,10 +197,7 @@ GEM gdk_pixbuf2 (2.2.5-x86-mingw32) glib2 (= 2.2.5) geocoder (1.2.9) - gherkin (2.12.2) - multi_json (~> 1.3) - gherkin (2.12.2-x86-mingw32) - multi_json (~> 1.3) + gherkin3 (3.1.1) git-version-bump (0.15.1) glib2 (2.2.5) pkg-config @@ -474,13 +491,14 @@ DEPENDENCIES binding_of_caller bumbleberry! capistrano - capybara carrierwave carrierwave-imageoptimizer coffee-rails (~> 4.0.0) copydb coveralls - cucumber-rails + cucumber! + cucumber-core! + cucumber-rails! daemon-spawn daemons database_cleaner @@ -489,6 +507,7 @@ DEPENDENCIES font-awesome-rails foundation-rails geocoder + gherkin3 (>= 3.1.0) guard-rspec haml haml-rails diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index c0c10d0..0175d7e 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -1778,48 +1778,8 @@ $header-tilt: 8deg; opacity: 0; } -@include keyframes(bouncy) { - from { transform: translateY(-0.25em); } - to { transform: translateY(0.25em); } -} - -#lingua-franca-pointer { - $colour: $colour-5; - width: 0.6667em; - height: 1.25em; - background-color: $colour; - z-index: 1000; - margin-left: -0.5em; - margin-top: -2em; - @include _(mix-blend-mode, exclusion); - @include default-box-shadow(top, 2); - @include _(animation, bouncy 1s infinite alternate); - - $twidth: 0.8em; - @include after { - content: ''; - width: 0; - height: 0; - position: absolute; - border-style: solid; - border-color: $colour transparent transparent; - border-width: $twidth $twidth 0; - top: 100%; - left: -.4em; - } - - &.up { - margin-top: 2em; - - @include after { - top: auto; - bottom: 100%; - border-color: transparent transparent $colour; - border-width: 0 $twidth $twidth; - } - } -} - .translated-content.block { display: inherit; } + +@include translation-pointer; diff --git a/app/assets/stylesheets/_email-example.scss b/app/assets/stylesheets/_email-example.scss new file mode 100644 index 0000000..a82fd66 --- /dev/null +++ b/app/assets/stylesheets/_email-example.scss @@ -0,0 +1,4 @@ +@import "bumbleberry"; +@import "settings"; + +@include translation-pointer; diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 30f66fd..0dea388 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -41,3 +41,47 @@ $white: #FFFEFE; @include font(monospace); @include font(monospace-bold); } + +@mixin translation-pointer { + @include keyframes(bouncy) { + from { transform: translateY(-0.25em); } + to { transform: translateY(0.25em); } + } + + #lingua-franca-pointer { + $colour: $colour-5; + width: 0.6667em; + height: 1.25em; + background-color: $colour; + z-index: 1000; + margin-left: -0.5em; + margin-top: -2em; + @include _(mix-blend-mode, exclusion); + @include default-box-shadow(top, 2); + @include _(animation, bouncy 1s infinite alternate); + + $twidth: 0.8em; + @include after { + content: ''; + width: 0; + height: 0; + position: absolute; + border-style: solid; + border-color: $colour transparent transparent; + border-width: $twidth $twidth 0; + top: 100%; + left: -.4em; + } + + &.up { + margin-top: 2em; + + @include after { + top: auto; + bottom: 100%; + border-color: transparent transparent $colour; + border-width: 0 $twidth $twidth; + } + } + } +} diff --git a/app/assets/stylesheets/application/and_uc-9.9.scss b/app/assets/stylesheets/application/and_uc-9.9.scss index 24cb9ff..6240ce9 100644 --- a/app/assets/stylesheets/application/and_uc-9.9.scss +++ b/app/assets/stylesheets/application/and_uc-9.9.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: UC Browser for Android 9.9 (approximately 5.94% of all users) + * Browser: UC Browser for Android 9.9 (approximately 7.1% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-2.1.scss b/app/assets/stylesheets/application/android-2.1.scss index f553287..1970b53 100644 --- a/app/assets/stylesheets/application/android-2.1.scss +++ b/app/assets/stylesheets/application/android-2.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": u, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-2.2.scss b/app/assets/stylesheets/application/android-2.2.scss index 4e79787..96ee822 100644 --- a/app/assets/stylesheets/application/android-2.2.scss +++ b/app/assets/stylesheets/application/android-2.2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": u, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-2.3.scss b/app/assets/stylesheets/application/android-2.3.scss index 8d44e23..f0808e9 100644 --- a/app/assets/stylesheets/application/android-2.3.scss +++ b/app/assets/stylesheets/application/android-2.3.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Android Browser 2.3 (approximately 0.07% of all users) + * Browser: Android Browser 2.3 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-3.scss b/app/assets/stylesheets/application/android-3.scss index fa61438..89f5f57 100644 --- a/app/assets/stylesheets/application/android-3.scss +++ b/app/assets/stylesheets/application/android-3.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-4.1.scss b/app/assets/stylesheets/application/android-4.1.scss index aec0ea1..42a8efd 100644 --- a/app/assets/stylesheets/application/android-4.1.scss +++ b/app/assets/stylesheets/application/android-4.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Android Browser 4.1 (approximately 0.75% of all users) + * Browser: Android Browser 4.1 (approximately 1.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-4.2-4.3.scss b/app/assets/stylesheets/application/android-4.2-4.3.scss index bfe50d0..57b0f28 100644 --- a/app/assets/stylesheets/application/android-4.2-4.3.scss +++ b/app/assets/stylesheets/application/android-4.2-4.3.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Android Browser 4.2-4.3 (approximately 1.48% of all users) + * Browser: Android Browser 4.2-4.3 (approximately 2.57% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-4.4.3-4.4.4.scss b/app/assets/stylesheets/application/android-4.4.3-4.4.4.scss index 7cbf88a..fe53094 100644 --- a/app/assets/stylesheets/application/android-4.4.3-4.4.4.scss +++ b/app/assets/stylesheets/application/android-4.4.3-4.4.4.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Android Browser 4.4.3-4.4.4 (approximately 1.13% of all users) + * Browser: Android Browser 4.4.3-4.4.4 (approximately 2.26% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-4.4.scss b/app/assets/stylesheets/application/android-4.4.scss index de7f66c..107ac6b 100644 --- a/app/assets/stylesheets/application/android-4.4.scss +++ b/app/assets/stylesheets/application/android-4.4.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Android Browser 4.4 (approximately 2.61% of all users) + * Browser: Android Browser 4.4 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/android-4.scss b/app/assets/stylesheets/application/android-4.scss index af572b7..f444925 100644 --- a/app/assets/stylesheets/application/android-4.scss +++ b/app/assets/stylesheets/application/android-4.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Android Browser 4 (approximately 0.22% of all users) + * Browser: Android Browser 4 (approximately 0.34% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/bb-10.scss b/app/assets/stylesheets/application/bb-10.scss index 4c79dcc..65a808b 100644 --- a/app/assets/stylesheets/application/bb-10.scss +++ b/app/assets/stylesheets/application/bb-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/bb-7.scss b/app/assets/stylesheets/application/bb-7.scss index a8605bc..6081d9a 100644 --- a/app/assets/stylesheets/application/bb-7.scss +++ b/app/assets/stylesheets/application/bb-7.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Blackberry Browser 7 (approximately 0.09% of all users) + * Browser: Blackberry Browser 7 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-10.scss b/app/assets/stylesheets/application/chrome-10.scss index ab65670..80a0210 100644 --- a/app/assets/stylesheets/application/chrome-10.scss +++ b/app/assets/stylesheets/application/chrome-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-11.scss b/app/assets/stylesheets/application/chrome-11.scss index 1d6160c..0d2e678 100644 --- a/app/assets/stylesheets/application/chrome-11.scss +++ b/app/assets/stylesheets/application/chrome-11.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-12.scss b/app/assets/stylesheets/application/chrome-12.scss index ffb361c..bab8073 100644 --- a/app/assets/stylesheets/application/chrome-12.scss +++ b/app/assets/stylesheets/application/chrome-12.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-13.scss b/app/assets/stylesheets/application/chrome-13.scss index c682cc5..4acd7d6 100644 --- a/app/assets/stylesheets/application/chrome-13.scss +++ b/app/assets/stylesheets/application/chrome-13.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-14.scss b/app/assets/stylesheets/application/chrome-14.scss index 6b5b94b..d0ecc68 100644 --- a/app/assets/stylesheets/application/chrome-14.scss +++ b/app/assets/stylesheets/application/chrome-14.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-15.scss b/app/assets/stylesheets/application/chrome-15.scss index edc11a4..0338d01 100644 --- a/app/assets/stylesheets/application/chrome-15.scss +++ b/app/assets/stylesheets/application/chrome-15.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-16.scss b/app/assets/stylesheets/application/chrome-16.scss index b80f687..b2de514 100644 --- a/app/assets/stylesheets/application/chrome-16.scss +++ b/app/assets/stylesheets/application/chrome-16.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 16 (approximately 0.01% of all users) + * Browser: Chrome 16 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-17.scss b/app/assets/stylesheets/application/chrome-17.scss index e471a21..bdd3853 100644 --- a/app/assets/stylesheets/application/chrome-17.scss +++ b/app/assets/stylesheets/application/chrome-17.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-18.scss b/app/assets/stylesheets/application/chrome-18.scss index a7e45a1..c3ae599 100644 --- a/app/assets/stylesheets/application/chrome-18.scss +++ b/app/assets/stylesheets/application/chrome-18.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-19.scss b/app/assets/stylesheets/application/chrome-19.scss index d7f9faa..eb52d85 100644 --- a/app/assets/stylesheets/application/chrome-19.scss +++ b/app/assets/stylesheets/application/chrome-19.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 19 (approximately 0.02% of all users) + * Browser: Chrome 19 (approximately 0.01% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-20.scss b/app/assets/stylesheets/application/chrome-20.scss index f4c09b6..ef74cdd 100644 --- a/app/assets/stylesheets/application/chrome-20.scss +++ b/app/assets/stylesheets/application/chrome-20.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-21.scss b/app/assets/stylesheets/application/chrome-21.scss index 72fca6c..4e599a1 100644 --- a/app/assets/stylesheets/application/chrome-21.scss +++ b/app/assets/stylesheets/application/chrome-21.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 21 (approximately 0.04% of all users) + * Browser: Chrome 21 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-22.scss b/app/assets/stylesheets/application/chrome-22.scss index 39f5275..c2244ed 100644 --- a/app/assets/stylesheets/application/chrome-22.scss +++ b/app/assets/stylesheets/application/chrome-22.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-23.scss b/app/assets/stylesheets/application/chrome-23.scss index 48712ae..987475e 100644 --- a/app/assets/stylesheets/application/chrome-23.scss +++ b/app/assets/stylesheets/application/chrome-23.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-24.scss b/app/assets/stylesheets/application/chrome-24.scss index 36cc23c..8906d7b 100644 --- a/app/assets/stylesheets/application/chrome-24.scss +++ b/app/assets/stylesheets/application/chrome-24.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 24 (approximately 0.05% of all users) + * Browser: Chrome 24 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-25.scss b/app/assets/stylesheets/application/chrome-25.scss index 342fee1..cde21ea 100644 --- a/app/assets/stylesheets/application/chrome-25.scss +++ b/app/assets/stylesheets/application/chrome-25.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-26.scss b/app/assets/stylesheets/application/chrome-26.scss index dc1d6b2..2def1cc 100644 --- a/app/assets/stylesheets/application/chrome-26.scss +++ b/app/assets/stylesheets/application/chrome-26.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-27.scss b/app/assets/stylesheets/application/chrome-27.scss index bcdd48a..339ac9e 100644 --- a/app/assets/stylesheets/application/chrome-27.scss +++ b/app/assets/stylesheets/application/chrome-27.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 27 (approximately 0.04% of all users) + * Browser: Chrome 27 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-28.scss b/app/assets/stylesheets/application/chrome-28.scss index 343be49..b68a904 100644 --- a/app/assets/stylesheets/application/chrome-28.scss +++ b/app/assets/stylesheets/application/chrome-28.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 28 (approximately 0.04% of all users) + * Browser: Chrome 28 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-29.scss b/app/assets/stylesheets/application/chrome-29.scss index a506eb3..12628ae 100644 --- a/app/assets/stylesheets/application/chrome-29.scss +++ b/app/assets/stylesheets/application/chrome-29.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 29 (approximately 0.05% of all users) + * Browser: Chrome 29 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-30.scss b/app/assets/stylesheets/application/chrome-30.scss index 59d081f..b533f60 100644 --- a/app/assets/stylesheets/application/chrome-30.scss +++ b/app/assets/stylesheets/application/chrome-30.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 30 (approximately 0.08% of all users) + * Browser: Chrome 30 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-31.scss b/app/assets/stylesheets/application/chrome-31.scss index 04d3534..7b02294 100644 --- a/app/assets/stylesheets/application/chrome-31.scss +++ b/app/assets/stylesheets/application/chrome-31.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 31 (approximately 0.76% of all users) + * Browser: Chrome 31 (approximately 0.83% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-32.scss b/app/assets/stylesheets/application/chrome-32.scss index eb68667..a3fafa3 100644 --- a/app/assets/stylesheets/application/chrome-32.scss +++ b/app/assets/stylesheets/application/chrome-32.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 32 (approximately 0.07% of all users) + * Browser: Chrome 32 (approximately 0.05% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-33.scss b/app/assets/stylesheets/application/chrome-33.scss index a5b8d13..7923a53 100644 --- a/app/assets/stylesheets/application/chrome-33.scss +++ b/app/assets/stylesheets/application/chrome-33.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 33 (approximately 0.16% of all users) + * Browser: Chrome 33 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-34.scss b/app/assets/stylesheets/application/chrome-34.scss index 8c2bf88..7e13d60 100644 --- a/app/assets/stylesheets/application/chrome-34.scss +++ b/app/assets/stylesheets/application/chrome-34.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 34 (approximately 0.14% of all users) + * Browser: Chrome 34 (approximately 0.19% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-35.scss b/app/assets/stylesheets/application/chrome-35.scss index 5906f75..479bca5 100644 --- a/app/assets/stylesheets/application/chrome-35.scss +++ b/app/assets/stylesheets/application/chrome-35.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 35 (approximately 0.26% of all users) + * Browser: Chrome 35 (approximately 0.19% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-36.scss b/app/assets/stylesheets/application/chrome-36.scss index 7aefeb8..7e19671 100644 --- a/app/assets/stylesheets/application/chrome-36.scss +++ b/app/assets/stylesheets/application/chrome-36.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 36 (approximately 0.66% of all users) + * Browser: Chrome 36 (approximately 0.16% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-37.scss b/app/assets/stylesheets/application/chrome-37.scss index d96e9b3..5cea973 100644 --- a/app/assets/stylesheets/application/chrome-37.scss +++ b/app/assets/stylesheets/application/chrome-37.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 37 (approximately 0.9% of all users) + * Browser: Chrome 37 (approximately 0.19% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-38.scss b/app/assets/stylesheets/application/chrome-38.scss index 5c605dc..a6e8f0f 100644 --- a/app/assets/stylesheets/application/chrome-38.scss +++ b/app/assets/stylesheets/application/chrome-38.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 38 (approximately 0.25% of all users) + * Browser: Chrome 38 (approximately 0.14% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-39.scss b/app/assets/stylesheets/application/chrome-39.scss index 1650dd3..1d79d0a 100644 --- a/app/assets/stylesheets/application/chrome-39.scss +++ b/app/assets/stylesheets/application/chrome-39.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 39 (approximately 0.52% of all users) + * Browser: Chrome 39 (approximately 0.28% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-4.scss b/app/assets/stylesheets/application/chrome-4.scss index 479b37d..e9eddea 100644 --- a/app/assets/stylesheets/application/chrome-4.scss +++ b/app/assets/stylesheets/application/chrome-4.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 4 (approximately 0.01% of all users) + * Browser: Chrome 4 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-40.scss b/app/assets/stylesheets/application/chrome-40.scss index f008cb0..576fec8 100644 --- a/app/assets/stylesheets/application/chrome-40.scss +++ b/app/assets/stylesheets/application/chrome-40.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 40 (approximately 0.54% of all users) + * Browser: Chrome 40 (approximately 0.29% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-41.scss b/app/assets/stylesheets/application/chrome-41.scss index 2d6bb8c..b7acf0e 100644 --- a/app/assets/stylesheets/application/chrome-41.scss +++ b/app/assets/stylesheets/application/chrome-41.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 41 (approximately 0.49% of all users) + * Browser: Chrome 41 (approximately 0.27% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-42.scss b/app/assets/stylesheets/application/chrome-42.scss index 8adeb89..cff8072 100644 --- a/app/assets/stylesheets/application/chrome-42.scss +++ b/app/assets/stylesheets/application/chrome-42.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 42 (approximately 0.85% of all users) + * Browser: Chrome 42 (approximately 0.5% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-43.scss b/app/assets/stylesheets/application/chrome-43.scss index 83a941a..d31d748 100644 --- a/app/assets/stylesheets/application/chrome-43.scss +++ b/app/assets/stylesheets/application/chrome-43.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 43 (approximately 24.38% of all users) + * Browser: Chrome 43 (approximately 1.66% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-44.scss b/app/assets/stylesheets/application/chrome-44.scss index ff9168e..7659a63 100644 --- a/app/assets/stylesheets/application/chrome-44.scss +++ b/app/assets/stylesheets/application/chrome-44.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 44 (approximately 0.13% of all users) + * Browser: Chrome 44 (approximately 24.57% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-45.scss b/app/assets/stylesheets/application/chrome-45.scss index 32ab8be..129878c 100644 --- a/app/assets/stylesheets/application/chrome-45.scss +++ b/app/assets/stylesheets/application/chrome-45.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 45 (approximately 0.19% of all users) + * Browser: Chrome 45 (approximately 0.15% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -191,7 +191,7 @@ $browser_capabilities: ( "promises": y, "css-sticky": n, "dialog": y, - "css-variables": u, + "css-variables": n, "vibration": y, "css-backgroundblendmode": y, "css-mixblendmode": y, @@ -232,10 +232,10 @@ $browser_capabilities: ( "font-loading": y, "font-unicode-range": y, "gamepad": y, - "css-font-stretch": u, + "css-font-stretch": n, "font-size-adjust": nd, "link-icon-png": y, - "link-icon-svg": u, + "link-icon-svg": n, "css-media-resolution": y, "xml-serializer": y, "css-image-set": yx, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-46.scss b/app/assets/stylesheets/application/chrome-46.scss index 35c74df..d399fce 100644 --- a/app/assets/stylesheets/application/chrome-46.scss +++ b/app/assets/stylesheets/application/chrome-46.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Chrome 46 (approximately 0.0% of all users) + * Browser: Chrome 46 (approximately 0.17% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -169,7 +169,7 @@ $browser_capabilities: ( "user-select-none": yx, "webp": y, "input-autocomplete-onoff": a, - "intrinsic-width": yx, + "intrinsic-width": y, "cryptography": y, "template": y, "opus": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-47.scss b/app/assets/stylesheets/application/chrome-47.scss index a434106..f5f92b7 100644 --- a/app/assets/stylesheets/application/chrome-47.scss +++ b/app/assets/stylesheets/application/chrome-47.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -169,7 +169,7 @@ $browser_capabilities: ( "user-select-none": yx, "webp": y, "input-autocomplete-onoff": a, - "intrinsic-width": yx, + "intrinsic-width": y, "cryptography": y, "template": y, "opus": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-5.scss b/app/assets/stylesheets/application/chrome-5.scss index d92c566..02a5204 100644 --- a/app/assets/stylesheets/application/chrome-5.scss +++ b/app/assets/stylesheets/application/chrome-5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-6.scss b/app/assets/stylesheets/application/chrome-6.scss index 6959d54..f572bc4 100644 --- a/app/assets/stylesheets/application/chrome-6.scss +++ b/app/assets/stylesheets/application/chrome-6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-7.scss b/app/assets/stylesheets/application/chrome-7.scss index 7382da2..ec053f7 100644 --- a/app/assets/stylesheets/application/chrome-7.scss +++ b/app/assets/stylesheets/application/chrome-7.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-8.scss b/app/assets/stylesheets/application/chrome-8.scss index 06b7970..ee94ffd 100644 --- a/app/assets/stylesheets/application/chrome-8.scss +++ b/app/assets/stylesheets/application/chrome-8.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/chrome-9.scss b/app/assets/stylesheets/application/chrome-9.scss index c991724..8e99646 100644 --- a/app/assets/stylesheets/application/chrome-9.scss +++ b/app/assets/stylesheets/application/chrome-9.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-10.scss b/app/assets/stylesheets/application/firefox-10.scss index 41788e8..69a06a6 100644 --- a/app/assets/stylesheets/application/firefox-10.scss +++ b/app/assets/stylesheets/application/firefox-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-11.scss b/app/assets/stylesheets/application/firefox-11.scss index bfb38c4..a41f54e 100644 --- a/app/assets/stylesheets/application/firefox-11.scss +++ b/app/assets/stylesheets/application/firefox-11.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-12.scss b/app/assets/stylesheets/application/firefox-12.scss index ee731ae..cc7c7fd 100644 --- a/app/assets/stylesheets/application/firefox-12.scss +++ b/app/assets/stylesheets/application/firefox-12.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-13.scss b/app/assets/stylesheets/application/firefox-13.scss index a7e41b3..3816d52 100644 --- a/app/assets/stylesheets/application/firefox-13.scss +++ b/app/assets/stylesheets/application/firefox-13.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-14.scss b/app/assets/stylesheets/application/firefox-14.scss index 32d904c..b3c08d4 100644 --- a/app/assets/stylesheets/application/firefox-14.scss +++ b/app/assets/stylesheets/application/firefox-14.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-15.scss b/app/assets/stylesheets/application/firefox-15.scss index a1ac992..9a24258 100644 --- a/app/assets/stylesheets/application/firefox-15.scss +++ b/app/assets/stylesheets/application/firefox-15.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 15 (approximately 0.03% of all users) + * Browser: Firefox 15 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-16.scss b/app/assets/stylesheets/application/firefox-16.scss index 6e0acf1..d886f65 100644 --- a/app/assets/stylesheets/application/firefox-16.scss +++ b/app/assets/stylesheets/application/firefox-16.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 16 (approximately 0.04% of all users) + * Browser: Firefox 16 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-17.scss b/app/assets/stylesheets/application/firefox-17.scss index fb54f00..d3ece60 100644 --- a/app/assets/stylesheets/application/firefox-17.scss +++ b/app/assets/stylesheets/application/firefox-17.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-18.scss b/app/assets/stylesheets/application/firefox-18.scss index 8595e96..ff2791d 100644 --- a/app/assets/stylesheets/application/firefox-18.scss +++ b/app/assets/stylesheets/application/firefox-18.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-19.scss b/app/assets/stylesheets/application/firefox-19.scss index 308866e..1f9d5e6 100644 --- a/app/assets/stylesheets/application/firefox-19.scss +++ b/app/assets/stylesheets/application/firefox-19.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-2.scss b/app/assets/stylesheets/application/firefox-2.scss index 1898dae..08777ea 100644 --- a/app/assets/stylesheets/application/firefox-2.scss +++ b/app/assets/stylesheets/application/firefox-2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-20.scss b/app/assets/stylesheets/application/firefox-20.scss index d161335..936e75d 100644 --- a/app/assets/stylesheets/application/firefox-20.scss +++ b/app/assets/stylesheets/application/firefox-20.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-21.scss b/app/assets/stylesheets/application/firefox-21.scss index f774abb..67dcef0 100644 --- a/app/assets/stylesheets/application/firefox-21.scss +++ b/app/assets/stylesheets/application/firefox-21.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 21 (approximately 0.05% of all users) + * Browser: Firefox 21 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-22.scss b/app/assets/stylesheets/application/firefox-22.scss index e0f4c85..b79a80d 100644 --- a/app/assets/stylesheets/application/firefox-22.scss +++ b/app/assets/stylesheets/application/firefox-22.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 22 (approximately 0.02% of all users) + * Browser: Firefox 22 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-23.scss b/app/assets/stylesheets/application/firefox-23.scss index b500737..f7fb4ae 100644 --- a/app/assets/stylesheets/application/firefox-23.scss +++ b/app/assets/stylesheets/application/firefox-23.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 23 (approximately 0.04% of all users) + * Browser: Firefox 23 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-24.scss b/app/assets/stylesheets/application/firefox-24.scss index 52edefc..c2469f5 100644 --- a/app/assets/stylesheets/application/firefox-24.scss +++ b/app/assets/stylesheets/application/firefox-24.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 24 (approximately 0.05% of all users) + * Browser: Firefox 24 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-25.scss b/app/assets/stylesheets/application/firefox-25.scss index 134b78f..0655f2b 100644 --- a/app/assets/stylesheets/application/firefox-25.scss +++ b/app/assets/stylesheets/application/firefox-25.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 25 (approximately 0.05% of all users) + * Browser: Firefox 25 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-26.scss b/app/assets/stylesheets/application/firefox-26.scss index e25e713..dff1aa9 100644 --- a/app/assets/stylesheets/application/firefox-26.scss +++ b/app/assets/stylesheets/application/firefox-26.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 26 (approximately 0.04% of all users) + * Browser: Firefox 26 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-27.scss b/app/assets/stylesheets/application/firefox-27.scss index 9a47840..11811cb 100644 --- a/app/assets/stylesheets/application/firefox-27.scss +++ b/app/assets/stylesheets/application/firefox-27.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-28.scss b/app/assets/stylesheets/application/firefox-28.scss index a6f6866..61fe0d1 100644 --- a/app/assets/stylesheets/application/firefox-28.scss +++ b/app/assets/stylesheets/application/firefox-28.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 28 (approximately 0.04% of all users) + * Browser: Firefox 28 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-29.scss b/app/assets/stylesheets/application/firefox-29.scss index e2a05c8..036d45c 100644 --- a/app/assets/stylesheets/application/firefox-29.scss +++ b/app/assets/stylesheets/application/firefox-29.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 29 (approximately 0.05% of all users) + * Browser: Firefox 29 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-3.5.scss b/app/assets/stylesheets/application/firefox-3.5.scss index b0f3e9b..1af59ba 100644 --- a/app/assets/stylesheets/application/firefox-3.5.scss +++ b/app/assets/stylesheets/application/firefox-3.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-3.6.scss b/app/assets/stylesheets/application/firefox-3.6.scss index 7f2bb29..9b582d2 100644 --- a/app/assets/stylesheets/application/firefox-3.6.scss +++ b/app/assets/stylesheets/application/firefox-3.6.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 3.6 (approximately 0.05% of all users) + * Browser: Firefox 3.6 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-3.scss b/app/assets/stylesheets/application/firefox-3.scss index 7e0aeaa..191579f 100644 --- a/app/assets/stylesheets/application/firefox-3.scss +++ b/app/assets/stylesheets/application/firefox-3.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-30.scss b/app/assets/stylesheets/application/firefox-30.scss index 05cc5a1..cf25651 100644 --- a/app/assets/stylesheets/application/firefox-30.scss +++ b/app/assets/stylesheets/application/firefox-30.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 30 (approximately 0.13% of all users) + * Browser: Firefox 30 (approximately 0.09% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-31.scss b/app/assets/stylesheets/application/firefox-31.scss index 8f684b1..82f925c 100644 --- a/app/assets/stylesheets/application/firefox-31.scss +++ b/app/assets/stylesheets/application/firefox-31.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 31 (approximately 0.61% of all users) + * Browser: Firefox 31 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-32.scss b/app/assets/stylesheets/application/firefox-32.scss index 1a1e90d..2f1925f 100644 --- a/app/assets/stylesheets/application/firefox-32.scss +++ b/app/assets/stylesheets/application/firefox-32.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 32 (approximately 0.35% of all users) + * Browser: Firefox 32 (approximately 0.06% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-33.scss b/app/assets/stylesheets/application/firefox-33.scss index 91ba972..91c1f84 100644 --- a/app/assets/stylesheets/application/firefox-33.scss +++ b/app/assets/stylesheets/application/firefox-33.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 33 (approximately 0.09% of all users) + * Browser: Firefox 33 (approximately 0.07% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-34.scss b/app/assets/stylesheets/application/firefox-34.scss index 4d85095..812e8b0 100644 --- a/app/assets/stylesheets/application/firefox-34.scss +++ b/app/assets/stylesheets/application/firefox-34.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 34 (approximately 0.1% of all users) + * Browser: Firefox 34 (approximately 0.08% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-35.scss b/app/assets/stylesheets/application/firefox-35.scss index 85807a3..60ad66e 100644 --- a/app/assets/stylesheets/application/firefox-35.scss +++ b/app/assets/stylesheets/application/firefox-35.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 35 (approximately 0.16% of all users) + * Browser: Firefox 35 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-36.scss b/app/assets/stylesheets/application/firefox-36.scss index 113f16a..da464b9 100644 --- a/app/assets/stylesheets/application/firefox-36.scss +++ b/app/assets/stylesheets/application/firefox-36.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 36 (approximately 0.16% of all users) + * Browser: Firefox 36 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-37.scss b/app/assets/stylesheets/application/firefox-37.scss index 6e0014d..cfdffc5 100644 --- a/app/assets/stylesheets/application/firefox-37.scss +++ b/app/assets/stylesheets/application/firefox-37.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 37 (approximately 0.36% of all users) + * Browser: Firefox 37 (approximately 0.17% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-38.scss b/app/assets/stylesheets/application/firefox-38.scss index 454059f..dda8678 100644 --- a/app/assets/stylesheets/application/firefox-38.scss +++ b/app/assets/stylesheets/application/firefox-38.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 38 (approximately 7.45% of all users) + * Browser: Firefox 38 (approximately 0.51% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-39.scss b/app/assets/stylesheets/application/firefox-39.scss index 9e89690..8a087a8 100644 --- a/app/assets/stylesheets/application/firefox-39.scss +++ b/app/assets/stylesheets/application/firefox-39.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 39 (approximately 0.25% of all users) + * Browser: Firefox 39 (approximately 4.0% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-4.scss b/app/assets/stylesheets/application/firefox-4.scss index 4a34ad2..acbf5a5 100644 --- a/app/assets/stylesheets/application/firefox-4.scss +++ b/app/assets/stylesheets/application/firefox-4.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-40.scss b/app/assets/stylesheets/application/firefox-40.scss index c28c78b..e3602ab 100644 --- a/app/assets/stylesheets/application/firefox-40.scss +++ b/app/assets/stylesheets/application/firefox-40.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 40 (approximately 0.01% of all users) + * Browser: Firefox 40 (approximately 3.31% of all users) * */ @@ -55,7 +55,7 @@ $browser_capabilities: ( "font-feature": y, "css-animation": y, "css-gradients": y, - "css-canvas": u, + "css-canvas": n, "css-reflections": n, "css-masks": a, "console-basic": y, @@ -106,19 +106,19 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, "details": p, - "text-stroke": u, + "text-stroke": n, "inline-block": y, "notifications": y, "stream": yx, "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -210,7 +210,7 @@ $browser_capabilities: ( "domcontentloaded": y, "proximity": y, "kerning-pairs-ligatures": y, - "iframe-seamless": u, + "iframe-seamless": n, "css-image-orientation": y, "picture": y, "woff2": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-41.scss b/app/assets/stylesheets/application/firefox-41.scss index d7de874..26e6041 100644 --- a/app/assets/stylesheets/application/firefox-41.scss +++ b/app/assets/stylesheets/application/firefox-41.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 41 (approximately 0.0% of all users) + * Browser: Firefox 41 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -118,7 +118,7 @@ $browser_capabilities: ( "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -165,7 +165,7 @@ $browser_capabilities: ( "svg-fragment": y, "outline": y, "download": y, - "pointer": y, + "pointer": a, "user-select-none": yx, "webp": p, "input-autocomplete-onoff": a, @@ -229,7 +229,7 @@ $browser_capabilities: ( "css-clip-path": a, "getrandomvalues": y, "screen-orientation": ax, - "font-loading": nd, + "font-loading": y, "font-unicode-range": nd, "gamepad": y, "css-font-stretch": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": y, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-42.scss b/app/assets/stylesheets/application/firefox-42.scss index 12280a2..46d2b13 100644 --- a/app/assets/stylesheets/application/firefox-42.scss +++ b/app/assets/stylesheets/application/firefox-42.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Firefox 42 (approximately 0.0% of all users) + * Browser: Firefox 42 (approximately 0.01% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -118,7 +118,7 @@ $browser_capabilities: ( "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -165,7 +165,7 @@ $browser_capabilities: ( "svg-fragment": y, "outline": y, "download": y, - "pointer": y, + "pointer": a, "user-select-none": yx, "webp": p, "input-autocomplete-onoff": a, @@ -229,7 +229,7 @@ $browser_capabilities: ( "css-clip-path": a, "getrandomvalues": y, "screen-orientation": ax, - "font-loading": nd, + "font-loading": y, "font-unicode-range": nd, "gamepad": y, "css-font-stretch": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": y, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-5.scss b/app/assets/stylesheets/application/firefox-5.scss index e260352..11da1ef 100644 --- a/app/assets/stylesheets/application/firefox-5.scss +++ b/app/assets/stylesheets/application/firefox-5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-6.scss b/app/assets/stylesheets/application/firefox-6.scss index 9a1ee03..cd59704 100644 --- a/app/assets/stylesheets/application/firefox-6.scss +++ b/app/assets/stylesheets/application/firefox-6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-7.scss b/app/assets/stylesheets/application/firefox-7.scss index fd8996d..275d8de 100644 --- a/app/assets/stylesheets/application/firefox-7.scss +++ b/app/assets/stylesheets/application/firefox-7.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-8.scss b/app/assets/stylesheets/application/firefox-8.scss index b741190..bdeb71b 100644 --- a/app/assets/stylesheets/application/firefox-8.scss +++ b/app/assets/stylesheets/application/firefox-8.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/firefox-9.scss b/app/assets/stylesheets/application/firefox-9.scss index c933f9f..2cdfc15 100644 --- a/app/assets/stylesheets/application/firefox-9.scss +++ b/app/assets/stylesheets/application/firefox-9.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-10.scss b/app/assets/stylesheets/application/ie-10.scss index 149e1c1..ad240e4 100644 --- a/app/assets/stylesheets/application/ie-10.scss +++ b/app/assets/stylesheets/application/ie-10.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE 10 (approximately 1.23% of all users) + * Browser: IE 10 (approximately 1.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-11.scss b/app/assets/stylesheets/application/ie-11.scss index 272e436..ab3bd33 100644 --- a/app/assets/stylesheets/application/ie-11.scss +++ b/app/assets/stylesheets/application/ie-11.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE 11 (approximately 7.6% of all users) + * Browser: IE 11 (approximately 6.17% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": y, + "link-rel-prerender": y, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-5.5.scss b/app/assets/stylesheets/application/ie-5.5.scss index 38b74b8..b4fcd21 100644 --- a/app/assets/stylesheets/application/ie-5.5.scss +++ b/app/assets/stylesheets/application/ie-5.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": p, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-6.scss b/app/assets/stylesheets/application/ie-6.scss index 856d1b9..3ec0d75 100644 --- a/app/assets/stylesheets/application/ie-6.scss +++ b/app/assets/stylesheets/application/ie-6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": p, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-7.scss b/app/assets/stylesheets/application/ie-7.scss index 90fe579..a468bc8 100644 --- a/app/assets/stylesheets/application/ie-7.scss +++ b/app/assets/stylesheets/application/ie-7.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE 7 (approximately 0.07% of all users) + * Browser: IE 7 (approximately 0.05% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-8.scss b/app/assets/stylesheets/application/ie-8.scss index a1d54fe..aa3d02b 100644 --- a/app/assets/stylesheets/application/ie-8.scss +++ b/app/assets/stylesheets/application/ie-8.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE 8 (approximately 1.96% of all users) + * Browser: IE 8 (approximately 1.45% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie-9.scss b/app/assets/stylesheets/application/ie-9.scss index d05aeb2..172dc05 100644 --- a/app/assets/stylesheets/application/ie-9.scss +++ b/app/assets/stylesheets/application/ie-9.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE 9 (approximately 1.48% of all users) + * Browser: IE 9 (approximately 1.14% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie_mob-10.scss b/app/assets/stylesheets/application/ie_mob-10.scss index 38f3467..7d626e5 100644 --- a/app/assets/stylesheets/application/ie_mob-10.scss +++ b/app/assets/stylesheets/application/ie_mob-10.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE Mobile 10 (approximately 0.19% of all users) + * Browser: IE Mobile 10 (approximately 0.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": ax, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ie_mob-11.scss b/app/assets/stylesheets/application/ie_mob-11.scss index 07dec9b..a7afb7f 100644 --- a/app/assets/stylesheets/application/ie_mob-11.scss +++ b/app/assets/stylesheets/application/ie_mob-11.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: IE Mobile 11 (approximately 0.63% of all users) + * Browser: IE Mobile 11 (approximately 0.73% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": y, + "link-rel-prerender": y, + "css-writing-mode": ax, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-3.2.scss b/app/assets/stylesheets/application/ios_saf-3.2.scss index 8683456..d9ff14f 100644 --- a/app/assets/stylesheets/application/ios_saf-3.2.scss +++ b/app/assets/stylesheets/application/ios_saf-3.2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-4.0-4.1.scss b/app/assets/stylesheets/application/ios_saf-4.0-4.1.scss index 46e692a..8ee7c04 100644 --- a/app/assets/stylesheets/application/ios_saf-4.0-4.1.scss +++ b/app/assets/stylesheets/application/ios_saf-4.0-4.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-4.2-4.3.scss b/app/assets/stylesheets/application/ios_saf-4.2-4.3.scss index 8073839..2658c88 100644 --- a/app/assets/stylesheets/application/ios_saf-4.2-4.3.scss +++ b/app/assets/stylesheets/application/ios_saf-4.2-4.3.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-5.0-5.1.scss b/app/assets/stylesheets/application/ios_saf-5.0-5.1.scss index 3c0ea07..4688743 100644 --- a/app/assets/stylesheets/application/ios_saf-5.0-5.1.scss +++ b/app/assets/stylesheets/application/ios_saf-5.0-5.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: iOS Safari 5.0-5.1 (approximately 0.03% of all users) + * Browser: iOS Safari 5.0-5.1 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-6.0-6.1.scss b/app/assets/stylesheets/application/ios_saf-6.0-6.1.scss index 2974138..f8754d6 100644 --- a/app/assets/stylesheets/application/ios_saf-6.0-6.1.scss +++ b/app/assets/stylesheets/application/ios_saf-6.0-6.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: iOS Safari 6.0-6.1 (approximately 0.09% of all users) + * Browser: iOS Safari 6.0-6.1 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-7.0-7.1.scss b/app/assets/stylesheets/application/ios_saf-7.0-7.1.scss index db9a20f..fe55f86 100644 --- a/app/assets/stylesheets/application/ios_saf-7.0-7.1.scss +++ b/app/assets/stylesheets/application/ios_saf-7.0-7.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: iOS Safari 7.0-7.1 (approximately 0.92% of all users) + * Browser: iOS Safari 7.0-7.1 (approximately 0.65% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-8.1-8.4.scss b/app/assets/stylesheets/application/ios_saf-8.1-8.4.scss index c613c0b..e54c9f5 100644 --- a/app/assets/stylesheets/application/ios_saf-8.1-8.4.scss +++ b/app/assets/stylesheets/application/ios_saf-8.1-8.4.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: iOS Safari 8.1-8.4 (approximately 6.42% of all users) + * Browser: iOS Safari 8.1-8.4 (approximately 6.99% of all users) * */ @@ -90,7 +90,7 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, "css-backdrop-filter": n, "calc": y, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-8.scss b/app/assets/stylesheets/application/ios_saf-8.scss index c9247fc..7ba6dca 100644 --- a/app/assets/stylesheets/application/ios_saf-8.scss +++ b/app/assets/stylesheets/application/ios_saf-8.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: iOS Safari 8 (approximately 0.05% of all users) + * Browser: iOS Safari 8 (approximately 0.09% of all users) * */ @@ -90,7 +90,7 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, "css-backdrop-filter": n, "calc": y, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/ios_saf-9.scss b/app/assets/stylesheets/application/ios_saf-9.scss index 8602285..fb4a661 100644 --- a/app/assets/stylesheets/application/ios_saf-9.scss +++ b/app/assets/stylesheets/application/ios_saf-9.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: iOS Safari 9 (approximately 0.0% of all users) + * Browser: iOS Safari 9 (approximately 0.05% of all users) * */ @@ -78,7 +78,7 @@ $browser_capabilities: ( "datauri": y, "wav": y, "mathml": y, - "css-featurequeries": n, + "css-featurequeries": y, "xhtml": y, "xhtmlsmil": p, "wai-aria": a, @@ -90,9 +90,9 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, - "css-backdrop-filter": y, + "css-backdrop-filter": yx, "calc": y, "dom-range": y, "ruby": a, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": yx, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mini-5.0-8.0.scss b/app/assets/stylesheets/application/op_mini-5.0-8.0.scss index 5add89b..d7a25b8 100644 --- a/app/assets/stylesheets/application/op_mini-5.0-8.0.scss +++ b/app/assets/stylesheets/application/op_mini-5.0-8.0.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera Mini 5.0-8.0 (approximately 4.71% of all users) + * Browser: Opera Mini 5.0-8.0 (approximately 5.37% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": n, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-10.scss b/app/assets/stylesheets/application/op_mob-10.scss index 678e677..d3fab80 100644 --- a/app/assets/stylesheets/application/op_mob-10.scss +++ b/app/assets/stylesheets/application/op_mob-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-11.1.scss b/app/assets/stylesheets/application/op_mob-11.1.scss index fc6b23b..cb7f071 100644 --- a/app/assets/stylesheets/application/op_mob-11.1.scss +++ b/app/assets/stylesheets/application/op_mob-11.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-11.5.scss b/app/assets/stylesheets/application/op_mob-11.5.scss index 20cf735..1cec446 100644 --- a/app/assets/stylesheets/application/op_mob-11.5.scss +++ b/app/assets/stylesheets/application/op_mob-11.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-11.scss b/app/assets/stylesheets/application/op_mob-11.scss index 8568919..a70a2b2 100644 --- a/app/assets/stylesheets/application/op_mob-11.scss +++ b/app/assets/stylesheets/application/op_mob-11.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-12.1.scss b/app/assets/stylesheets/application/op_mob-12.1.scss index 840b54c..42b8da1 100644 --- a/app/assets/stylesheets/application/op_mob-12.1.scss +++ b/app/assets/stylesheets/application/op_mob-12.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera Mobile 12.1 (approximately 0.0% of all users) + * Browser: Opera Mobile 12.1 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-12.scss b/app/assets/stylesheets/application/op_mob-12.scss index ada086f..be94357 100644 --- a/app/assets/stylesheets/application/op_mob-12.scss +++ b/app/assets/stylesheets/application/op_mob-12.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera Mobile 12 (approximately 0.0% of all users) + * Browser: Opera Mobile 12 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/op_mob-30.scss b/app/assets/stylesheets/application/op_mob-30.scss index 8fd6757..3e7fcff 100644 --- a/app/assets/stylesheets/application/op_mob-30.scss +++ b/app/assets/stylesheets/application/op_mob-30.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera Mobile 30 (approximately 0.03% of all users) + * Browser: Opera Mobile 30 (approximately 0.48% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-10.0-10.1.scss b/app/assets/stylesheets/application/opera-10.0-10.1.scss index 98803b6..8f16379 100644 --- a/app/assets/stylesheets/application/opera-10.0-10.1.scss +++ b/app/assets/stylesheets/application/opera-10.0-10.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 10.0-10.1 (approximately 0.02% of all users) + * Browser: Opera 10.0-10.1 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-10.5.scss b/app/assets/stylesheets/application/opera-10.5.scss index 9506021..91445ec 100644 --- a/app/assets/stylesheets/application/opera-10.5.scss +++ b/app/assets/stylesheets/application/opera-10.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-10.6.scss b/app/assets/stylesheets/application/opera-10.6.scss index b6b3741..73d7586 100644 --- a/app/assets/stylesheets/application/opera-10.6.scss +++ b/app/assets/stylesheets/application/opera-10.6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-11.1.scss b/app/assets/stylesheets/application/opera-11.1.scss index 60998b5..95b50e6 100644 --- a/app/assets/stylesheets/application/opera-11.1.scss +++ b/app/assets/stylesheets/application/opera-11.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-11.5.scss b/app/assets/stylesheets/application/opera-11.5.scss index ba6a53e..730fa70 100644 --- a/app/assets/stylesheets/application/opera-11.5.scss +++ b/app/assets/stylesheets/application/opera-11.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-11.6.scss b/app/assets/stylesheets/application/opera-11.6.scss index d56f870..0027221 100644 --- a/app/assets/stylesheets/application/opera-11.6.scss +++ b/app/assets/stylesheets/application/opera-11.6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-11.scss b/app/assets/stylesheets/application/opera-11.scss index ca8a218..87eb854 100644 --- a/app/assets/stylesheets/application/opera-11.scss +++ b/app/assets/stylesheets/application/opera-11.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 11 (approximately 0.01% of all users) + * Browser: Opera 11 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-12.1.scss b/app/assets/stylesheets/application/opera-12.1.scss index f559e96..b6c10ae 100644 --- a/app/assets/stylesheets/application/opera-12.1.scss +++ b/app/assets/stylesheets/application/opera-12.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 12.1 (approximately 0.15% of all users) + * Browser: Opera 12.1 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-12.scss b/app/assets/stylesheets/application/opera-12.scss index 0d43164..7832c09 100644 --- a/app/assets/stylesheets/application/opera-12.scss +++ b/app/assets/stylesheets/application/opera-12.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 12 (approximately 0.01% of all users) + * Browser: Opera 12 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-15.scss b/app/assets/stylesheets/application/opera-15.scss index 26f64c9..394d81e 100644 --- a/app/assets/stylesheets/application/opera-15.scss +++ b/app/assets/stylesheets/application/opera-15.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-16.scss b/app/assets/stylesheets/application/opera-16.scss index 0f4ed6d..79bbf77 100644 --- a/app/assets/stylesheets/application/opera-16.scss +++ b/app/assets/stylesheets/application/opera-16.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-17.scss b/app/assets/stylesheets/application/opera-17.scss index 1a07c26..dd93917 100644 --- a/app/assets/stylesheets/application/opera-17.scss +++ b/app/assets/stylesheets/application/opera-17.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-18.scss b/app/assets/stylesheets/application/opera-18.scss index 5a03e2b..a5843b1 100644 --- a/app/assets/stylesheets/application/opera-18.scss +++ b/app/assets/stylesheets/application/opera-18.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-19.scss b/app/assets/stylesheets/application/opera-19.scss index f88668f..05811d5 100644 --- a/app/assets/stylesheets/application/opera-19.scss +++ b/app/assets/stylesheets/application/opera-19.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-20.scss b/app/assets/stylesheets/application/opera-20.scss index cab82a5..5772623 100644 --- a/app/assets/stylesheets/application/opera-20.scss +++ b/app/assets/stylesheets/application/opera-20.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-21.scss b/app/assets/stylesheets/application/opera-21.scss index f685e50..4700434 100644 --- a/app/assets/stylesheets/application/opera-21.scss +++ b/app/assets/stylesheets/application/opera-21.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-22.scss b/app/assets/stylesheets/application/opera-22.scss index 8ed3987..1cd364b 100644 --- a/app/assets/stylesheets/application/opera-22.scss +++ b/app/assets/stylesheets/application/opera-22.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-23.scss b/app/assets/stylesheets/application/opera-23.scss index 0a6e9d2..98ff19e 100644 --- a/app/assets/stylesheets/application/opera-23.scss +++ b/app/assets/stylesheets/application/opera-23.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-24.scss b/app/assets/stylesheets/application/opera-24.scss index e9a85f5..16cc6c8 100644 --- a/app/assets/stylesheets/application/opera-24.scss +++ b/app/assets/stylesheets/application/opera-24.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-25.scss b/app/assets/stylesheets/application/opera-25.scss index 2a095d1..c0126f3 100644 --- a/app/assets/stylesheets/application/opera-25.scss +++ b/app/assets/stylesheets/application/opera-25.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-26.scss b/app/assets/stylesheets/application/opera-26.scss index bf7b049..9cdc5a1 100644 --- a/app/assets/stylesheets/application/opera-26.scss +++ b/app/assets/stylesheets/application/opera-26.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-27.scss b/app/assets/stylesheets/application/opera-27.scss index fcff854..d234ac2 100644 --- a/app/assets/stylesheets/application/opera-27.scss +++ b/app/assets/stylesheets/application/opera-27.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-28.scss b/app/assets/stylesheets/application/opera-28.scss index 0557063..a60c6b2 100644 --- a/app/assets/stylesheets/application/opera-28.scss +++ b/app/assets/stylesheets/application/opera-28.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-29.scss b/app/assets/stylesheets/application/opera-29.scss index 45712fa..a175589 100644 --- a/app/assets/stylesheets/application/opera-29.scss +++ b/app/assets/stylesheets/application/opera-29.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 29 (approximately 0.25% of all users) + * Browser: Opera 29 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-30.scss b/app/assets/stylesheets/application/opera-30.scss index c541d6e..790d72a 100644 --- a/app/assets/stylesheets/application/opera-30.scss +++ b/app/assets/stylesheets/application/opera-30.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 30 (approximately 0.43% of all users) + * Browser: Opera 30 (approximately 0.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-31.scss b/app/assets/stylesheets/application/opera-31.scss index 109a5c9..9fa455c 100644 --- a/app/assets/stylesheets/application/opera-31.scss +++ b/app/assets/stylesheets/application/opera-31.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Opera 31 (approximately 0.0% of all users) + * Browser: Opera 31 (approximately 0.5% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-32.scss b/app/assets/stylesheets/application/opera-32.scss index 92daf79..cadab08 100644 --- a/app/assets/stylesheets/application/opera-32.scss +++ b/app/assets/stylesheets/application/opera-32.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-9.5-9.6.scss b/app/assets/stylesheets/application/opera-9.5-9.6.scss index 36fe6ac..098d786 100644 --- a/app/assets/stylesheets/application/opera-9.5-9.6.scss +++ b/app/assets/stylesheets/application/opera-9.5-9.6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/opera-9.scss b/app/assets/stylesheets/application/opera-9.scss index 1075345..33a7ad5 100644 --- a/app/assets/stylesheets/application/opera-9.scss +++ b/app/assets/stylesheets/application/opera-9.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-3.1.scss b/app/assets/stylesheets/application/safari-3.1.scss index fabeed8..4cef226 100644 --- a/app/assets/stylesheets/application/safari-3.1.scss +++ b/app/assets/stylesheets/application/safari-3.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-3.2.scss b/app/assets/stylesheets/application/safari-3.2.scss index 1856013..4c2e44c 100644 --- a/app/assets/stylesheets/application/safari-3.2.scss +++ b/app/assets/stylesheets/application/safari-3.2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-4.scss b/app/assets/stylesheets/application/safari-4.scss index c6b406f..d2b7382 100644 --- a/app/assets/stylesheets/application/safari-4.scss +++ b/app/assets/stylesheets/application/safari-4.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 4 (approximately 0.04% of all users) + * Browser: Safari 4 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-5.1.scss b/app/assets/stylesheets/application/safari-5.1.scss index 2649e87..ac07638 100644 --- a/app/assets/stylesheets/application/safari-5.1.scss +++ b/app/assets/stylesheets/application/safari-5.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 5.1 (approximately 0.25% of all users) + * Browser: Safari 5.1 (approximately 0.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-5.scss b/app/assets/stylesheets/application/safari-5.scss index d7ae78f..d9f7459 100644 --- a/app/assets/stylesheets/application/safari-5.scss +++ b/app/assets/stylesheets/application/safari-5.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 5 (approximately 0.1% of all users) + * Browser: Safari 5 (approximately 0.07% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-6.1.scss b/app/assets/stylesheets/application/safari-6.1.scss index 2f37022..448993e 100644 --- a/app/assets/stylesheets/application/safari-6.1.scss +++ b/app/assets/stylesheets/application/safari-6.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 6.1 (approximately 0.33% of all users) + * Browser: Safari 6.1 (approximately 0.15% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-6.scss b/app/assets/stylesheets/application/safari-6.scss index 4c23803..14f6319 100644 --- a/app/assets/stylesheets/application/safari-6.scss +++ b/app/assets/stylesheets/application/safari-6.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 6 (approximately 0.04% of all users) + * Browser: Safari 6 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-7.1.scss b/app/assets/stylesheets/application/safari-7.1.scss index 6b22123..ed21cff 100644 --- a/app/assets/stylesheets/application/safari-7.1.scss +++ b/app/assets/stylesheets/application/safari-7.1.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 7.1 (approximately 0.69% of all users) + * Browser: Safari 7.1 (approximately 0.36% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-7.scss b/app/assets/stylesheets/application/safari-7.scss index bfe2762..f8a5f12 100644 --- a/app/assets/stylesheets/application/safari-7.scss +++ b/app/assets/stylesheets/application/safari-7.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 7 (approximately 0.55% of all users) + * Browser: Safari 7 (approximately 0.1% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-8.scss b/app/assets/stylesheets/application/safari-8.scss index 2b27969..70b97e7 100644 --- a/app/assets/stylesheets/application/safari-8.scss +++ b/app/assets/stylesheets/application/safari-8.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 8 (approximately 1.37% of all users) + * Browser: Safari 8 (approximately 1.27% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/application/safari-9.scss b/app/assets/stylesheets/application/safari-9.scss index 7353385..f234fed 100644 --- a/app/assets/stylesheets/application/safari-9.scss +++ b/app/assets/stylesheets/application/safari-9.scss @@ -1,6 +1,6 @@ /* * ../application - * Browser: Safari 9 (approximately 0.0% of all users) + * Browser: Safari 9 (approximately 0.02% of all users) * */ @@ -92,7 +92,7 @@ $browser_capabilities: ( "script-async": y, "mediasource": y, "cors": y, - "css-backdrop-filter": y, + "css-backdrop-filter": yx, "calc": y, "dom-range": y, "ruby": a, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": yx, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": u, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/bumbleberry-settings.json b/app/assets/stylesheets/bumbleberry-settings.json index 255bdce..1889401 100644 --- a/app/assets/stylesheets/bumbleberry-settings.json +++ b/app/assets/stylesheets/bumbleberry-settings.json @@ -1,5 +1,5 @@ { - "stylesheets": ["application", "translations"], + "stylesheets": ["application", "translations", "email-example"], "background-color": "#E7E7E7", "breakpoint-unit": "px", "unresponsive-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 56222c9..f40f11a 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 5.94% of all users) + * Browser: UC Browser for Android 9.9 (approximately 7.1% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-2.1.scss b/app/assets/stylesheets/translations/android-2.1.scss index 73063e1..28bd446 100644 --- a/app/assets/stylesheets/translations/android-2.1.scss +++ b/app/assets/stylesheets/translations/android-2.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": u, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-2.2.scss b/app/assets/stylesheets/translations/android-2.2.scss index edf1e4d..e7cd586 100644 --- a/app/assets/stylesheets/translations/android-2.2.scss +++ b/app/assets/stylesheets/translations/android-2.2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": u, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-2.3.scss b/app/assets/stylesheets/translations/android-2.3.scss index 849b867..4e4c778 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.07% of all users) + * Browser: Android Browser 2.3 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-3.scss b/app/assets/stylesheets/translations/android-3.scss index 67cce93..ec49285 100644 --- a/app/assets/stylesheets/translations/android-3.scss +++ b/app/assets/stylesheets/translations/android-3.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.1.scss b/app/assets/stylesheets/translations/android-4.1.scss index b7384cf..d527657 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.75% of all users) + * Browser: Android Browser 4.1 (approximately 1.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; 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 d2ec2b9..ee67c73 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-4.3 (approximately 1.48% of all users) + * Browser: Android Browser 4.2-4.3 (approximately 2.57% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; 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 d9691e8..0a9ca1f 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.3-4.4.4 (approximately 1.13% of all users) + * Browser: Android Browser 4.4.3-4.4.4 (approximately 2.26% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.4.scss b/app/assets/stylesheets/translations/android-4.4.scss index bd72eaf..2939d26 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.61% of all users) + * Browser: Android Browser 4.4 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/android-4.scss b/app/assets/stylesheets/translations/android-4.scss index a7022fc..4f15370 100644 --- a/app/assets/stylesheets/translations/android-4.scss +++ b/app/assets/stylesheets/translations/android-4.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Android Browser 4 (approximately 0.22% of all users) + * Browser: Android Browser 4 (approximately 0.34% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/bb-10.scss b/app/assets/stylesheets/translations/bb-10.scss index 12296f1..317b6fe 100644 --- a/app/assets/stylesheets/translations/bb-10.scss +++ b/app/assets/stylesheets/translations/bb-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/bb-7.scss b/app/assets/stylesheets/translations/bb-7.scss index 66aa0b8..352a703 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 (approximately 0.09% of all users) + * Browser: Blackberry Browser 7 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-10.scss b/app/assets/stylesheets/translations/chrome-10.scss index f4748cc..b59f4c8 100644 --- a/app/assets/stylesheets/translations/chrome-10.scss +++ b/app/assets/stylesheets/translations/chrome-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-11.scss b/app/assets/stylesheets/translations/chrome-11.scss index e0716cd..5b187d6 100644 --- a/app/assets/stylesheets/translations/chrome-11.scss +++ b/app/assets/stylesheets/translations/chrome-11.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-12.scss b/app/assets/stylesheets/translations/chrome-12.scss index 8df09fc..650f39e 100644 --- a/app/assets/stylesheets/translations/chrome-12.scss +++ b/app/assets/stylesheets/translations/chrome-12.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-13.scss b/app/assets/stylesheets/translations/chrome-13.scss index fa4dc0b..c042e2b 100644 --- a/app/assets/stylesheets/translations/chrome-13.scss +++ b/app/assets/stylesheets/translations/chrome-13.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-14.scss b/app/assets/stylesheets/translations/chrome-14.scss index 51a6b27..a53b62b 100644 --- a/app/assets/stylesheets/translations/chrome-14.scss +++ b/app/assets/stylesheets/translations/chrome-14.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-15.scss b/app/assets/stylesheets/translations/chrome-15.scss index e79c203..d85f724 100644 --- a/app/assets/stylesheets/translations/chrome-15.scss +++ b/app/assets/stylesheets/translations/chrome-15.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-16.scss b/app/assets/stylesheets/translations/chrome-16.scss index 02d40ab..0edb089 100644 --- a/app/assets/stylesheets/translations/chrome-16.scss +++ b/app/assets/stylesheets/translations/chrome-16.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 16 (approximately 0.01% of all users) + * Browser: Chrome 16 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-17.scss b/app/assets/stylesheets/translations/chrome-17.scss index 856ec88..c96525e 100644 --- a/app/assets/stylesheets/translations/chrome-17.scss +++ b/app/assets/stylesheets/translations/chrome-17.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-18.scss b/app/assets/stylesheets/translations/chrome-18.scss index 151bfa3..bc02554 100644 --- a/app/assets/stylesheets/translations/chrome-18.scss +++ b/app/assets/stylesheets/translations/chrome-18.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-19.scss b/app/assets/stylesheets/translations/chrome-19.scss index 91d6eae..1dfaa9d 100644 --- a/app/assets/stylesheets/translations/chrome-19.scss +++ b/app/assets/stylesheets/translations/chrome-19.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 19 (approximately 0.02% of all users) + * Browser: Chrome 19 (approximately 0.01% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-20.scss b/app/assets/stylesheets/translations/chrome-20.scss index 8d0ffcf..d93a77f 100644 --- a/app/assets/stylesheets/translations/chrome-20.scss +++ b/app/assets/stylesheets/translations/chrome-20.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-21.scss b/app/assets/stylesheets/translations/chrome-21.scss index 3d7d359..6dbb7f6 100644 --- a/app/assets/stylesheets/translations/chrome-21.scss +++ b/app/assets/stylesheets/translations/chrome-21.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 21 (approximately 0.04% of all users) + * Browser: Chrome 21 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-22.scss b/app/assets/stylesheets/translations/chrome-22.scss index 2407167..eeeef9c 100644 --- a/app/assets/stylesheets/translations/chrome-22.scss +++ b/app/assets/stylesheets/translations/chrome-22.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-23.scss b/app/assets/stylesheets/translations/chrome-23.scss index 7413841..c800913 100644 --- a/app/assets/stylesheets/translations/chrome-23.scss +++ b/app/assets/stylesheets/translations/chrome-23.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-24.scss b/app/assets/stylesheets/translations/chrome-24.scss index 14d0db5..e84d692 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 (approximately 0.05% of all users) + * Browser: Chrome 24 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-25.scss b/app/assets/stylesheets/translations/chrome-25.scss index b2e0991..eedb59e 100644 --- a/app/assets/stylesheets/translations/chrome-25.scss +++ b/app/assets/stylesheets/translations/chrome-25.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-26.scss b/app/assets/stylesheets/translations/chrome-26.scss index 43171db..3b96101 100644 --- a/app/assets/stylesheets/translations/chrome-26.scss +++ b/app/assets/stylesheets/translations/chrome-26.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-27.scss b/app/assets/stylesheets/translations/chrome-27.scss index fd2f83e..60ac837 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 (approximately 0.04% of all users) + * Browser: Chrome 27 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-28.scss b/app/assets/stylesheets/translations/chrome-28.scss index 34cfe96..0d970ab 100644 --- a/app/assets/stylesheets/translations/chrome-28.scss +++ b/app/assets/stylesheets/translations/chrome-28.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 28 (approximately 0.04% of all users) + * Browser: Chrome 28 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-29.scss b/app/assets/stylesheets/translations/chrome-29.scss index 1dfbd37..6e0762f 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 (approximately 0.05% of all users) + * Browser: Chrome 29 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-30.scss b/app/assets/stylesheets/translations/chrome-30.scss index cff9112..0feb455 100644 --- a/app/assets/stylesheets/translations/chrome-30.scss +++ b/app/assets/stylesheets/translations/chrome-30.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Chrome 30 (approximately 0.08% of all users) + * Browser: Chrome 30 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-31.scss b/app/assets/stylesheets/translations/chrome-31.scss index 15cf8c2..9818613 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 (approximately 0.76% of all users) + * Browser: Chrome 31 (approximately 0.83% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-32.scss b/app/assets/stylesheets/translations/chrome-32.scss index f531315..51745a9 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 (approximately 0.07% of all users) + * Browser: Chrome 32 (approximately 0.05% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-33.scss b/app/assets/stylesheets/translations/chrome-33.scss index 6c74290..beba467 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 (approximately 0.16% of all users) + * Browser: Chrome 33 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-34.scss b/app/assets/stylesheets/translations/chrome-34.scss index 79def31..30db199 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 (approximately 0.14% of all users) + * Browser: Chrome 34 (approximately 0.19% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-35.scss b/app/assets/stylesheets/translations/chrome-35.scss index 8c69f7e..f44fb5a 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 (approximately 0.26% of all users) + * Browser: Chrome 35 (approximately 0.19% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-36.scss b/app/assets/stylesheets/translations/chrome-36.scss index ed4a9da..bcc4b11 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 (approximately 0.66% of all users) + * Browser: Chrome 36 (approximately 0.16% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-37.scss b/app/assets/stylesheets/translations/chrome-37.scss index 2657a35..9b4f453 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 (approximately 0.9% of all users) + * Browser: Chrome 37 (approximately 0.19% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-38.scss b/app/assets/stylesheets/translations/chrome-38.scss index 174a753..7eb68af 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 (approximately 0.25% of all users) + * Browser: Chrome 38 (approximately 0.14% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-39.scss b/app/assets/stylesheets/translations/chrome-39.scss index c2b9660..540d314 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 (approximately 0.52% of all users) + * Browser: Chrome 39 (approximately 0.28% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-4.scss b/app/assets/stylesheets/translations/chrome-4.scss index d531984..3b7bd61 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 (approximately 0.01% of all users) + * Browser: Chrome 4 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-40.scss b/app/assets/stylesheets/translations/chrome-40.scss index c892312..c25a336 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 (approximately 0.54% of all users) + * Browser: Chrome 40 (approximately 0.29% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-41.scss b/app/assets/stylesheets/translations/chrome-41.scss index 7a68e4e..ef91c56 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 (approximately 0.49% of all users) + * Browser: Chrome 41 (approximately 0.27% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-42.scss b/app/assets/stylesheets/translations/chrome-42.scss index f78ba3f..3dead54 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 (approximately 0.85% of all users) + * Browser: Chrome 42 (approximately 0.5% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-43.scss b/app/assets/stylesheets/translations/chrome-43.scss index c131b84..e949014 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 (approximately 24.38% of all users) + * Browser: Chrome 43 (approximately 1.66% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-44.scss b/app/assets/stylesheets/translations/chrome-44.scss index 7686f4c..d0f35ce 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 (approximately 0.13% of all users) + * Browser: Chrome 44 (approximately 24.57% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-45.scss b/app/assets/stylesheets/translations/chrome-45.scss index 9bede69..5577c96 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 (approximately 0.19% of all users) + * Browser: Chrome 45 (approximately 0.15% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -191,7 +191,7 @@ $browser_capabilities: ( "promises": y, "css-sticky": n, "dialog": y, - "css-variables": u, + "css-variables": n, "vibration": y, "css-backgroundblendmode": y, "css-mixblendmode": y, @@ -232,10 +232,10 @@ $browser_capabilities: ( "font-loading": y, "font-unicode-range": y, "gamepad": y, - "css-font-stretch": u, + "css-font-stretch": n, "font-size-adjust": nd, "link-icon-png": y, - "link-icon-svg": u, + "link-icon-svg": n, "css-media-resolution": y, "xml-serializer": y, "css-image-set": yx, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-46.scss b/app/assets/stylesheets/translations/chrome-46.scss index f678889..81aa607 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 (approximately 0.0% of all users) + * Browser: Chrome 46 (approximately 0.17% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -169,7 +169,7 @@ $browser_capabilities: ( "user-select-none": yx, "webp": y, "input-autocomplete-onoff": a, - "intrinsic-width": yx, + "intrinsic-width": y, "cryptography": y, "template": y, "opus": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-47.scss b/app/assets/stylesheets/translations/chrome-47.scss index 601885b..2658a01 100644 --- a/app/assets/stylesheets/translations/chrome-47.scss +++ b/app/assets/stylesheets/translations/chrome-47.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -169,7 +169,7 @@ $browser_capabilities: ( "user-select-none": yx, "webp": y, "input-autocomplete-onoff": a, - "intrinsic-width": yx, + "intrinsic-width": y, "cryptography": y, "template": y, "opus": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-5.scss b/app/assets/stylesheets/translations/chrome-5.scss index 9c13d66..0af6487 100644 --- a/app/assets/stylesheets/translations/chrome-5.scss +++ b/app/assets/stylesheets/translations/chrome-5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-6.scss b/app/assets/stylesheets/translations/chrome-6.scss index 9ba71a7..cda06da 100644 --- a/app/assets/stylesheets/translations/chrome-6.scss +++ b/app/assets/stylesheets/translations/chrome-6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-7.scss b/app/assets/stylesheets/translations/chrome-7.scss index 55eba01..5735a03 100644 --- a/app/assets/stylesheets/translations/chrome-7.scss +++ b/app/assets/stylesheets/translations/chrome-7.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-8.scss b/app/assets/stylesheets/translations/chrome-8.scss index f541262..82c0647 100644 --- a/app/assets/stylesheets/translations/chrome-8.scss +++ b/app/assets/stylesheets/translations/chrome-8.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/chrome-9.scss b/app/assets/stylesheets/translations/chrome-9.scss index d7a9f20..552700f 100644 --- a/app/assets/stylesheets/translations/chrome-9.scss +++ b/app/assets/stylesheets/translations/chrome-9.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-10.scss b/app/assets/stylesheets/translations/firefox-10.scss index fef6d8c..1fdd595 100644 --- a/app/assets/stylesheets/translations/firefox-10.scss +++ b/app/assets/stylesheets/translations/firefox-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-11.scss b/app/assets/stylesheets/translations/firefox-11.scss index c71f88c..8bc772e 100644 --- a/app/assets/stylesheets/translations/firefox-11.scss +++ b/app/assets/stylesheets/translations/firefox-11.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-12.scss b/app/assets/stylesheets/translations/firefox-12.scss index b6f63b5..4b88362 100644 --- a/app/assets/stylesheets/translations/firefox-12.scss +++ b/app/assets/stylesheets/translations/firefox-12.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-13.scss b/app/assets/stylesheets/translations/firefox-13.scss index c06c367..ba63824 100644 --- a/app/assets/stylesheets/translations/firefox-13.scss +++ b/app/assets/stylesheets/translations/firefox-13.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-14.scss b/app/assets/stylesheets/translations/firefox-14.scss index 726108e..b8fe3d3 100644 --- a/app/assets/stylesheets/translations/firefox-14.scss +++ b/app/assets/stylesheets/translations/firefox-14.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-15.scss b/app/assets/stylesheets/translations/firefox-15.scss index 68bd058..a5a1f58 100644 --- a/app/assets/stylesheets/translations/firefox-15.scss +++ b/app/assets/stylesheets/translations/firefox-15.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 15 (approximately 0.03% of all users) + * Browser: Firefox 15 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-16.scss b/app/assets/stylesheets/translations/firefox-16.scss index d1b9407..285b360 100644 --- a/app/assets/stylesheets/translations/firefox-16.scss +++ b/app/assets/stylesheets/translations/firefox-16.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 16 (approximately 0.04% of all users) + * Browser: Firefox 16 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-17.scss b/app/assets/stylesheets/translations/firefox-17.scss index 73906cd..1b21476 100644 --- a/app/assets/stylesheets/translations/firefox-17.scss +++ b/app/assets/stylesheets/translations/firefox-17.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-18.scss b/app/assets/stylesheets/translations/firefox-18.scss index 8d29ba7..2da9e6e 100644 --- a/app/assets/stylesheets/translations/firefox-18.scss +++ b/app/assets/stylesheets/translations/firefox-18.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-19.scss b/app/assets/stylesheets/translations/firefox-19.scss index 4cf933e..b9bb0ce 100644 --- a/app/assets/stylesheets/translations/firefox-19.scss +++ b/app/assets/stylesheets/translations/firefox-19.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-2.scss b/app/assets/stylesheets/translations/firefox-2.scss index a9446e4..9658ef5 100644 --- a/app/assets/stylesheets/translations/firefox-2.scss +++ b/app/assets/stylesheets/translations/firefox-2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-20.scss b/app/assets/stylesheets/translations/firefox-20.scss index 5f87623..112ed63 100644 --- a/app/assets/stylesheets/translations/firefox-20.scss +++ b/app/assets/stylesheets/translations/firefox-20.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-21.scss b/app/assets/stylesheets/translations/firefox-21.scss index 1fb3b8a..017d7f9 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 (approximately 0.05% of all users) + * Browser: Firefox 21 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-22.scss b/app/assets/stylesheets/translations/firefox-22.scss index 1fb094c..7aa24b5 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 (approximately 0.02% of all users) + * Browser: Firefox 22 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-23.scss b/app/assets/stylesheets/translations/firefox-23.scss index 8730c12..b5acc1b 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 (approximately 0.04% of all users) + * Browser: Firefox 23 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-24.scss b/app/assets/stylesheets/translations/firefox-24.scss index 6a201a0..99eff83 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 (approximately 0.05% of all users) + * Browser: Firefox 24 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-25.scss b/app/assets/stylesheets/translations/firefox-25.scss index 3f08da0..ce1f953 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 (approximately 0.05% of all users) + * Browser: Firefox 25 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-26.scss b/app/assets/stylesheets/translations/firefox-26.scss index 9661346..4f9384c 100644 --- a/app/assets/stylesheets/translations/firefox-26.scss +++ b/app/assets/stylesheets/translations/firefox-26.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 26 (approximately 0.04% of all users) + * Browser: Firefox 26 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-27.scss b/app/assets/stylesheets/translations/firefox-27.scss index 1d648f6..75c00b6 100644 --- a/app/assets/stylesheets/translations/firefox-27.scss +++ b/app/assets/stylesheets/translations/firefox-27.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-28.scss b/app/assets/stylesheets/translations/firefox-28.scss index f1613b9..9b5a24d 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 (approximately 0.04% of all users) + * Browser: Firefox 28 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-29.scss b/app/assets/stylesheets/translations/firefox-29.scss index b1cb3b0..7f859e3 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 (approximately 0.05% of all users) + * Browser: Firefox 29 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-3.5.scss b/app/assets/stylesheets/translations/firefox-3.5.scss index d32267f..74f9f83 100644 --- a/app/assets/stylesheets/translations/firefox-3.5.scss +++ b/app/assets/stylesheets/translations/firefox-3.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-3.6.scss b/app/assets/stylesheets/translations/firefox-3.6.scss index cbdcdcc..193e1a4 100644 --- a/app/assets/stylesheets/translations/firefox-3.6.scss +++ b/app/assets/stylesheets/translations/firefox-3.6.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 3.6 (approximately 0.05% of all users) + * Browser: Firefox 3.6 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-3.scss b/app/assets/stylesheets/translations/firefox-3.scss index 0944b1f..c2eea8d 100644 --- a/app/assets/stylesheets/translations/firefox-3.scss +++ b/app/assets/stylesheets/translations/firefox-3.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-30.scss b/app/assets/stylesheets/translations/firefox-30.scss index ec1137f..f022adc 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 (approximately 0.13% of all users) + * Browser: Firefox 30 (approximately 0.09% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-31.scss b/app/assets/stylesheets/translations/firefox-31.scss index 783429a..46e68f3 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 (approximately 0.61% of all users) + * Browser: Firefox 31 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-32.scss b/app/assets/stylesheets/translations/firefox-32.scss index ec5f2dc..fe799c8 100644 --- a/app/assets/stylesheets/translations/firefox-32.scss +++ b/app/assets/stylesheets/translations/firefox-32.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Firefox 32 (approximately 0.35% of all users) + * Browser: Firefox 32 (approximately 0.06% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-33.scss b/app/assets/stylesheets/translations/firefox-33.scss index 1e179d3..524e98f 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 (approximately 0.09% of all users) + * Browser: Firefox 33 (approximately 0.07% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-34.scss b/app/assets/stylesheets/translations/firefox-34.scss index 1dfbfa5..f2bedd4 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 (approximately 0.1% of all users) + * Browser: Firefox 34 (approximately 0.08% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-35.scss b/app/assets/stylesheets/translations/firefox-35.scss index c03389f..f61e4ce 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 (approximately 0.16% of all users) + * Browser: Firefox 35 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-36.scss b/app/assets/stylesheets/translations/firefox-36.scss index 16b6f01..25a9895 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 (approximately 0.16% of all users) + * Browser: Firefox 36 (approximately 0.11% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-37.scss b/app/assets/stylesheets/translations/firefox-37.scss index 40b7df5..eb918e5 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 (approximately 0.36% of all users) + * Browser: Firefox 37 (approximately 0.17% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-38.scss b/app/assets/stylesheets/translations/firefox-38.scss index c8799f2..41d4d88 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 (approximately 7.45% of all users) + * Browser: Firefox 38 (approximately 0.51% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-39.scss b/app/assets/stylesheets/translations/firefox-39.scss index fb2be10..173621b 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 (approximately 0.25% of all users) + * Browser: Firefox 39 (approximately 4.0% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-4.scss b/app/assets/stylesheets/translations/firefox-4.scss index 2bef27d..5254bef 100644 --- a/app/assets/stylesheets/translations/firefox-4.scss +++ b/app/assets/stylesheets/translations/firefox-4.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-40.scss b/app/assets/stylesheets/translations/firefox-40.scss index 91bdf8d..3a630bb 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 (approximately 0.01% of all users) + * Browser: Firefox 40 (approximately 3.31% of all users) * */ @@ -55,7 +55,7 @@ $browser_capabilities: ( "font-feature": y, "css-animation": y, "css-gradients": y, - "css-canvas": u, + "css-canvas": n, "css-reflections": n, "css-masks": a, "console-basic": y, @@ -106,19 +106,19 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, "details": p, - "text-stroke": u, + "text-stroke": n, "inline-block": y, "notifications": y, "stream": yx, "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -210,7 +210,7 @@ $browser_capabilities: ( "domcontentloaded": y, "proximity": y, "kerning-pairs-ligatures": y, - "iframe-seamless": u, + "iframe-seamless": n, "css-image-orientation": y, "picture": y, "woff2": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-41.scss b/app/assets/stylesheets/translations/firefox-41.scss index 835df8b..02952a5 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 (approximately 0.0% of all users) + * Browser: Firefox 41 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -118,7 +118,7 @@ $browser_capabilities: ( "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -165,7 +165,7 @@ $browser_capabilities: ( "svg-fragment": y, "outline": y, "download": y, - "pointer": y, + "pointer": a, "user-select-none": yx, "webp": p, "input-autocomplete-onoff": a, @@ -229,7 +229,7 @@ $browser_capabilities: ( "css-clip-path": a, "getrandomvalues": y, "screen-orientation": ax, - "font-loading": nd, + "font-loading": y, "font-unicode-range": nd, "gamepad": y, "css-font-stretch": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": y, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-42.scss b/app/assets/stylesheets/translations/firefox-42.scss index 518b169..01f59f2 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 (approximately 0.0% of all users) + * Browser: Firefox 42 (approximately 0.01% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -118,7 +118,7 @@ $browser_capabilities: ( "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -165,7 +165,7 @@ $browser_capabilities: ( "svg-fragment": y, "outline": y, "download": y, - "pointer": y, + "pointer": a, "user-select-none": yx, "webp": p, "input-autocomplete-onoff": a, @@ -229,7 +229,7 @@ $browser_capabilities: ( "css-clip-path": a, "getrandomvalues": y, "screen-orientation": ax, - "font-loading": nd, + "font-loading": y, "font-unicode-range": nd, "gamepad": y, "css-font-stretch": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": y, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-5.scss b/app/assets/stylesheets/translations/firefox-5.scss index 4942ca8..8b064c7 100644 --- a/app/assets/stylesheets/translations/firefox-5.scss +++ b/app/assets/stylesheets/translations/firefox-5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-6.scss b/app/assets/stylesheets/translations/firefox-6.scss index 400a261..08a2a74 100644 --- a/app/assets/stylesheets/translations/firefox-6.scss +++ b/app/assets/stylesheets/translations/firefox-6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-7.scss b/app/assets/stylesheets/translations/firefox-7.scss index 77a07c9..2079164 100644 --- a/app/assets/stylesheets/translations/firefox-7.scss +++ b/app/assets/stylesheets/translations/firefox-7.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-8.scss b/app/assets/stylesheets/translations/firefox-8.scss index 8091690..76c2fe0 100644 --- a/app/assets/stylesheets/translations/firefox-8.scss +++ b/app/assets/stylesheets/translations/firefox-8.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/firefox-9.scss b/app/assets/stylesheets/translations/firefox-9.scss index 8f4b9dc..81dbed9 100644 --- a/app/assets/stylesheets/translations/firefox-9.scss +++ b/app/assets/stylesheets/translations/firefox-9.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-10.scss b/app/assets/stylesheets/translations/ie-10.scss index 5f487bd..66b8996 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 (approximately 1.23% of all users) + * Browser: IE 10 (approximately 1.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-11.scss b/app/assets/stylesheets/translations/ie-11.scss index 2b75ec4..b16f7e8 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 (approximately 7.6% of all users) + * Browser: IE 11 (approximately 6.17% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": y, + "link-rel-prerender": y, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-5.5.scss b/app/assets/stylesheets/translations/ie-5.5.scss index f4230eb..cbdb82b 100644 --- a/app/assets/stylesheets/translations/ie-5.5.scss +++ b/app/assets/stylesheets/translations/ie-5.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": p, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-6.scss b/app/assets/stylesheets/translations/ie-6.scss index 8e1abd9..ce88ba0 100644 --- a/app/assets/stylesheets/translations/ie-6.scss +++ b/app/assets/stylesheets/translations/ie-6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": p, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-7.scss b/app/assets/stylesheets/translations/ie-7.scss index d214b60..af3ccb9 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 (approximately 0.07% of all users) + * Browser: IE 7 (approximately 0.05% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-8.scss b/app/assets/stylesheets/translations/ie-8.scss index 217710d..5e9a617 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 (approximately 1.96% of all users) + * Browser: IE 8 (approximately 1.45% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie-9.scss b/app/assets/stylesheets/translations/ie-9.scss index 13bf5ca..2016afc 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 (approximately 1.48% of all users) + * Browser: IE 9 (approximately 1.14% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie_mob-10.scss b/app/assets/stylesheets/translations/ie_mob-10.scss index 667df7c..6999c0a 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 (approximately 0.19% of all users) + * Browser: IE Mobile 10 (approximately 0.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": ax, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ie_mob-11.scss b/app/assets/stylesheets/translations/ie_mob-11.scss index 4815bcd..74732d2 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 (approximately 0.63% of all users) + * Browser: IE Mobile 11 (approximately 0.73% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": y, + "link-rel-prerender": y, + "css-writing-mode": ax, + "addeventlistener": y ); @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 927ddf8..a7c49bf 100644 --- a/app/assets/stylesheets/translations/ios_saf-3.2.scss +++ b/app/assets/stylesheets/translations/ios_saf-3.2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @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 89b4568..9a35a15 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 @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @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 e13fea5..e2a224f 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 @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @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 54007b2..727e2e8 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 @@ -1,6 +1,6 @@ /* * ../translations - * Browser: iOS Safari 5.0-5.1 (approximately 0.03% of all users) + * Browser: iOS Safari 5.0-5.1 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @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 5704d59..fd58236 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-6.1 (approximately 0.09% of all users) + * Browser: iOS Safari 6.0-6.1 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @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 d8f38f6..c1719ff 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-7.1 (approximately 0.92% of all users) + * Browser: iOS Safari 7.0-7.1 (approximately 0.65% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @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 734fba2..59c9080 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-8.4 (approximately 6.42% of all users) + * Browser: iOS Safari 8.1-8.4 (approximately 6.99% of all users) * */ @@ -90,7 +90,7 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, "css-backdrop-filter": n, "calc": y, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-8.scss b/app/assets/stylesheets/translations/ios_saf-8.scss index 6332933..f7c3aa0 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 (approximately 0.05% of all users) + * Browser: iOS Safari 8 (approximately 0.09% of all users) * */ @@ -90,7 +90,7 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, "css-backdrop-filter": n, "calc": y, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/ios_saf-9.scss b/app/assets/stylesheets/translations/ios_saf-9.scss index 83f43ff..1835b65 100644 --- a/app/assets/stylesheets/translations/ios_saf-9.scss +++ b/app/assets/stylesheets/translations/ios_saf-9.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: iOS Safari 9 (approximately 0.0% of all users) + * Browser: iOS Safari 9 (approximately 0.05% of all users) * */ @@ -78,7 +78,7 @@ $browser_capabilities: ( "datauri": y, "wav": y, "mathml": y, - "css-featurequeries": n, + "css-featurequeries": y, "xhtml": y, "xhtmlsmil": p, "wai-aria": a, @@ -90,9 +90,9 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, - "css-backdrop-filter": y, + "css-backdrop-filter": yx, "calc": y, "dom-range": y, "ruby": a, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": yx, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @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 0eea57d..583411e 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-8.0 (approximately 4.71% of all users) + * Browser: Opera Mini 5.0-8.0 (approximately 5.37% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": n, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-10.scss b/app/assets/stylesheets/translations/op_mob-10.scss index 9a11b95..d64158f 100644 --- a/app/assets/stylesheets/translations/op_mob-10.scss +++ b/app/assets/stylesheets/translations/op_mob-10.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-11.1.scss b/app/assets/stylesheets/translations/op_mob-11.1.scss index eb8859c..58d0d87 100644 --- a/app/assets/stylesheets/translations/op_mob-11.1.scss +++ b/app/assets/stylesheets/translations/op_mob-11.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-11.5.scss b/app/assets/stylesheets/translations/op_mob-11.5.scss index 954c312..0dbdbcc 100644 --- a/app/assets/stylesheets/translations/op_mob-11.5.scss +++ b/app/assets/stylesheets/translations/op_mob-11.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-11.scss b/app/assets/stylesheets/translations/op_mob-11.scss index 3ad2dad..e4854ee 100644 --- a/app/assets/stylesheets/translations/op_mob-11.scss +++ b/app/assets/stylesheets/translations/op_mob-11.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-12.1.scss b/app/assets/stylesheets/translations/op_mob-12.1.scss index ff12b0b..1bdfc31 100644 --- a/app/assets/stylesheets/translations/op_mob-12.1.scss +++ b/app/assets/stylesheets/translations/op_mob-12.1.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera Mobile 12.1 (approximately 0.0% of all users) + * Browser: Opera Mobile 12.1 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-12.scss b/app/assets/stylesheets/translations/op_mob-12.scss index 710a48c..a7d2a81 100644 --- a/app/assets/stylesheets/translations/op_mob-12.scss +++ b/app/assets/stylesheets/translations/op_mob-12.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera Mobile 12 (approximately 0.0% of all users) + * Browser: Opera Mobile 12 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/op_mob-30.scss b/app/assets/stylesheets/translations/op_mob-30.scss index 4f9b48b..b292587 100644 --- a/app/assets/stylesheets/translations/op_mob-30.scss +++ b/app/assets/stylesheets/translations/op_mob-30.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera Mobile 30 (approximately 0.03% of all users) + * Browser: Opera Mobile 30 (approximately 0.48% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @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 9e6a7b6..c45d8a2 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-10.1 (approximately 0.02% of all users) + * Browser: Opera 10.0-10.1 (approximately 0.04% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-10.5.scss b/app/assets/stylesheets/translations/opera-10.5.scss index c3bef11..8f60b7c 100644 --- a/app/assets/stylesheets/translations/opera-10.5.scss +++ b/app/assets/stylesheets/translations/opera-10.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-10.6.scss b/app/assets/stylesheets/translations/opera-10.6.scss index 8e3ea9b..bcf4fb6 100644 --- a/app/assets/stylesheets/translations/opera-10.6.scss +++ b/app/assets/stylesheets/translations/opera-10.6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.1.scss b/app/assets/stylesheets/translations/opera-11.1.scss index 6eeb1e2..6c102bc 100644 --- a/app/assets/stylesheets/translations/opera-11.1.scss +++ b/app/assets/stylesheets/translations/opera-11.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.5.scss b/app/assets/stylesheets/translations/opera-11.5.scss index c3b5ac2..1d6eeda 100644 --- a/app/assets/stylesheets/translations/opera-11.5.scss +++ b/app/assets/stylesheets/translations/opera-11.5.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.6.scss b/app/assets/stylesheets/translations/opera-11.6.scss index c83d2b9..9aa37f6 100644 --- a/app/assets/stylesheets/translations/opera-11.6.scss +++ b/app/assets/stylesheets/translations/opera-11.6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-11.scss b/app/assets/stylesheets/translations/opera-11.scss index e358cad..541757f 100644 --- a/app/assets/stylesheets/translations/opera-11.scss +++ b/app/assets/stylesheets/translations/opera-11.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Opera 11 (approximately 0.01% of all users) + * Browser: Opera 11 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-12.1.scss b/app/assets/stylesheets/translations/opera-12.1.scss index cbad6a3..d8520a4 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.15% of all users) + * Browser: Opera 12.1 (approximately 0.13% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-12.scss b/app/assets/stylesheets/translations/opera-12.scss index 26a89e2..e08a382 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 (approximately 0.01% of all users) + * Browser: Opera 12 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-15.scss b/app/assets/stylesheets/translations/opera-15.scss index f995eae..a7b084d 100644 --- a/app/assets/stylesheets/translations/opera-15.scss +++ b/app/assets/stylesheets/translations/opera-15.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-16.scss b/app/assets/stylesheets/translations/opera-16.scss index 157c546..2c49d6f 100644 --- a/app/assets/stylesheets/translations/opera-16.scss +++ b/app/assets/stylesheets/translations/opera-16.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-17.scss b/app/assets/stylesheets/translations/opera-17.scss index 8088afb..27435ed 100644 --- a/app/assets/stylesheets/translations/opera-17.scss +++ b/app/assets/stylesheets/translations/opera-17.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-18.scss b/app/assets/stylesheets/translations/opera-18.scss index b942f5b..45af01e 100644 --- a/app/assets/stylesheets/translations/opera-18.scss +++ b/app/assets/stylesheets/translations/opera-18.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-19.scss b/app/assets/stylesheets/translations/opera-19.scss index a9fd195..20c030e 100644 --- a/app/assets/stylesheets/translations/opera-19.scss +++ b/app/assets/stylesheets/translations/opera-19.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-20.scss b/app/assets/stylesheets/translations/opera-20.scss index 96bcf9c..040a7a0 100644 --- a/app/assets/stylesheets/translations/opera-20.scss +++ b/app/assets/stylesheets/translations/opera-20.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-21.scss b/app/assets/stylesheets/translations/opera-21.scss index ddfd9ba..3c3a1c7 100644 --- a/app/assets/stylesheets/translations/opera-21.scss +++ b/app/assets/stylesheets/translations/opera-21.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-22.scss b/app/assets/stylesheets/translations/opera-22.scss index e6973a0..5d3dd14 100644 --- a/app/assets/stylesheets/translations/opera-22.scss +++ b/app/assets/stylesheets/translations/opera-22.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-23.scss b/app/assets/stylesheets/translations/opera-23.scss index 227d592..f9e99b5 100644 --- a/app/assets/stylesheets/translations/opera-23.scss +++ b/app/assets/stylesheets/translations/opera-23.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-24.scss b/app/assets/stylesheets/translations/opera-24.scss index 20f4710..9f0db3a 100644 --- a/app/assets/stylesheets/translations/opera-24.scss +++ b/app/assets/stylesheets/translations/opera-24.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-25.scss b/app/assets/stylesheets/translations/opera-25.scss index 158257e..de0172d 100644 --- a/app/assets/stylesheets/translations/opera-25.scss +++ b/app/assets/stylesheets/translations/opera-25.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-26.scss b/app/assets/stylesheets/translations/opera-26.scss index 8427fa0..d57b803 100644 --- a/app/assets/stylesheets/translations/opera-26.scss +++ b/app/assets/stylesheets/translations/opera-26.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-27.scss b/app/assets/stylesheets/translations/opera-27.scss index 1ca2289..c36bd78 100644 --- a/app/assets/stylesheets/translations/opera-27.scss +++ b/app/assets/stylesheets/translations/opera-27.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-28.scss b/app/assets/stylesheets/translations/opera-28.scss index f7d1675..eae318f 100644 --- a/app/assets/stylesheets/translations/opera-28.scss +++ b/app/assets/stylesheets/translations/opera-28.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-29.scss b/app/assets/stylesheets/translations/opera-29.scss index 65a0102..25a508e 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 (approximately 0.25% of all users) + * Browser: Opera 29 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-30.scss b/app/assets/stylesheets/translations/opera-30.scss index e453400..5c9e207 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 (approximately 0.43% of all users) + * Browser: Opera 30 (approximately 0.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-31.scss b/app/assets/stylesheets/translations/opera-31.scss index 05194d8..78f3c72 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 (approximately 0.0% of all users) + * Browser: Opera 31 (approximately 0.5% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-32.scss b/app/assets/stylesheets/translations/opera-32.scss index 6419008..37bbb88 100644 --- a/app/assets/stylesheets/translations/opera-32.scss +++ b/app/assets/stylesheets/translations/opera-32.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @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 966a7bf..ecc55cb 100644 --- a/app/assets/stylesheets/translations/opera-9.5-9.6.scss +++ b/app/assets/stylesheets/translations/opera-9.5-9.6.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/opera-9.scss b/app/assets/stylesheets/translations/opera-9.scss index 114777c..a8f053c 100644 --- a/app/assets/stylesheets/translations/opera-9.scss +++ b/app/assets/stylesheets/translations/opera-9.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-3.1.scss b/app/assets/stylesheets/translations/safari-3.1.scss index 714637c..e25f18f 100644 --- a/app/assets/stylesheets/translations/safari-3.1.scss +++ b/app/assets/stylesheets/translations/safari-3.1.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-3.2.scss b/app/assets/stylesheets/translations/safari-3.2.scss index be22481..e97721d 100644 --- a/app/assets/stylesheets/translations/safari-3.2.scss +++ b/app/assets/stylesheets/translations/safari-3.2.scss @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-4.scss b/app/assets/stylesheets/translations/safari-4.scss index 81a02f9..46f0413 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 (approximately 0.04% of all users) + * Browser: Safari 4 (approximately 0.02% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-5.1.scss b/app/assets/stylesheets/translations/safari-5.1.scss index da025f4..c0b07c3 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.25% of all users) + * Browser: Safari 5.1 (approximately 0.18% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-5.scss b/app/assets/stylesheets/translations/safari-5.scss index 739029e..2c025b3 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 (approximately 0.1% of all users) + * Browser: Safari 5 (approximately 0.07% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-6.1.scss b/app/assets/stylesheets/translations/safari-6.1.scss index b86f800..5ca1802 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.33% of all users) + * Browser: Safari 6.1 (approximately 0.15% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-6.scss b/app/assets/stylesheets/translations/safari-6.scss index 529be68..3a53360 100644 --- a/app/assets/stylesheets/translations/safari-6.scss +++ b/app/assets/stylesheets/translations/safari-6.scss @@ -1,6 +1,6 @@ /* * ../translations - * Browser: Safari 6 (approximately 0.04% of all users) + * Browser: Safari 6 (approximately 0.03% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-7.1.scss b/app/assets/stylesheets/translations/safari-7.1.scss index 3ad57ec..a9433a0 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.69% of all users) + * Browser: Safari 7.1 (approximately 0.36% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-7.scss b/app/assets/stylesheets/translations/safari-7.scss index 102c1bf..6d23a56 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 (approximately 0.55% of all users) + * Browser: Safari 7 (approximately 0.1% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-8.scss b/app/assets/stylesheets/translations/safari-8.scss index c68a448..7a52cec 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 (approximately 1.37% of all users) + * Browser: Safari 8 (approximately 1.27% of all users) * */ @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/translations/safari-9.scss b/app/assets/stylesheets/translations/safari-9.scss index 1d7cdff..0b71347 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 (approximately 0.0% of all users) + * Browser: Safari 9 (approximately 0.02% of all users) * */ @@ -92,7 +92,7 @@ $browser_capabilities: ( "script-async": y, "mediasource": y, "cors": y, - "css-backdrop-filter": y, + "css-backdrop-filter": yx, "calc": y, "dom-range": y, "ruby": a, @@ -106,7 +106,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -272,7 +272,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": yx, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": u, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/and_uc-9.9.scss b/app/assets/stylesheets/web-fonts/and_uc-9.9.scss index c70a5a4..cd7a27b 100644 --- a/app/assets/stylesheets/web-fonts/and_uc-9.9.scss +++ b/app/assets/stylesheets/web-fonts/and_uc-9.9.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: UC Browser for Android 9.9 (approximately 5.94% of all users) + * Browser: UC Browser for Android 9.9 (approximately 7.1% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-2.1.scss b/app/assets/stylesheets/web-fonts/android-2.1.scss index 38db71c..34c704b 100644 --- a/app/assets/stylesheets/web-fonts/android-2.1.scss +++ b/app/assets/stylesheets/web-fonts/android-2.1.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": u, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-2.2.scss b/app/assets/stylesheets/web-fonts/android-2.2.scss index bc1ba52..77bd442 100644 --- a/app/assets/stylesheets/web-fonts/android-2.2.scss +++ b/app/assets/stylesheets/web-fonts/android-2.2.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": u, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-2.3.scss b/app/assets/stylesheets/web-fonts/android-2.3.scss index 20fcb95..d4af969 100644 --- a/app/assets/stylesheets/web-fonts/android-2.3.scss +++ b/app/assets/stylesheets/web-fonts/android-2.3.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Android Browser 2.3 (approximately 0.07% of all users) + * Browser: Android Browser 2.3 (approximately 0.11% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-3.scss b/app/assets/stylesheets/web-fonts/android-3.scss index 3d6e85b..3077b89 100644 --- a/app/assets/stylesheets/web-fonts/android-3.scss +++ b/app/assets/stylesheets/web-fonts/android-3.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-4.1.scss b/app/assets/stylesheets/web-fonts/android-4.1.scss index 75fb497..9299a4f 100644 --- a/app/assets/stylesheets/web-fonts/android-4.1.scss +++ b/app/assets/stylesheets/web-fonts/android-4.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Android Browser 4.1 (approximately 0.75% of all users) + * Browser: Android Browser 4.1 (approximately 1.18% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-4.2-4.3.scss b/app/assets/stylesheets/web-fonts/android-4.2-4.3.scss index ef3eb42..6e807e5 100644 --- a/app/assets/stylesheets/web-fonts/android-4.2-4.3.scss +++ b/app/assets/stylesheets/web-fonts/android-4.2-4.3.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Android Browser 4.2-4.3 (approximately 1.48% of all users) + * Browser: Android Browser 4.2-4.3 (approximately 2.57% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-4.4.3-4.4.4.scss b/app/assets/stylesheets/web-fonts/android-4.4.3-4.4.4.scss index 6dbbf95..04b771c 100644 --- a/app/assets/stylesheets/web-fonts/android-4.4.3-4.4.4.scss +++ b/app/assets/stylesheets/web-fonts/android-4.4.3-4.4.4.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Android Browser 4.4.3-4.4.4 (approximately 1.13% of all users) + * Browser: Android Browser 4.4.3-4.4.4 (approximately 2.26% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-4.4.scss b/app/assets/stylesheets/web-fonts/android-4.4.scss index 7b8f162..c6f9e18 100644 --- a/app/assets/stylesheets/web-fonts/android-4.4.scss +++ b/app/assets/stylesheets/web-fonts/android-4.4.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Android Browser 4.4 (approximately 2.61% of all users) + * Browser: Android Browser 4.4 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/android-4.scss b/app/assets/stylesheets/web-fonts/android-4.scss index 94ea8a8..b4feb4c 100644 --- a/app/assets/stylesheets/web-fonts/android-4.scss +++ b/app/assets/stylesheets/web-fonts/android-4.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Android Browser 4 (approximately 0.22% of all users) + * Browser: Android Browser 4 (approximately 0.34% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/bb-10.scss b/app/assets/stylesheets/web-fonts/bb-10.scss index f968422..791a85e 100644 --- a/app/assets/stylesheets/web-fonts/bb-10.scss +++ b/app/assets/stylesheets/web-fonts/bb-10.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/bb-7.scss b/app/assets/stylesheets/web-fonts/bb-7.scss index 7f36b60..94c4c03 100644 --- a/app/assets/stylesheets/web-fonts/bb-7.scss +++ b/app/assets/stylesheets/web-fonts/bb-7.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Blackberry Browser 7 (approximately 0.09% of all users) + * Browser: Blackberry Browser 7 (approximately 0.11% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-10.scss b/app/assets/stylesheets/web-fonts/chrome-10.scss index d60d6af..905345a 100644 --- a/app/assets/stylesheets/web-fonts/chrome-10.scss +++ b/app/assets/stylesheets/web-fonts/chrome-10.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-11.scss b/app/assets/stylesheets/web-fonts/chrome-11.scss index 87f2d71..aee8598 100644 --- a/app/assets/stylesheets/web-fonts/chrome-11.scss +++ b/app/assets/stylesheets/web-fonts/chrome-11.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-12.scss b/app/assets/stylesheets/web-fonts/chrome-12.scss index 8e2fc4e..32c1a80 100644 --- a/app/assets/stylesheets/web-fonts/chrome-12.scss +++ b/app/assets/stylesheets/web-fonts/chrome-12.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-13.scss b/app/assets/stylesheets/web-fonts/chrome-13.scss index 8d6c00d..f518d7e 100644 --- a/app/assets/stylesheets/web-fonts/chrome-13.scss +++ b/app/assets/stylesheets/web-fonts/chrome-13.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-14.scss b/app/assets/stylesheets/web-fonts/chrome-14.scss index 6c1a714..ec1a7d8 100644 --- a/app/assets/stylesheets/web-fonts/chrome-14.scss +++ b/app/assets/stylesheets/web-fonts/chrome-14.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-15.scss b/app/assets/stylesheets/web-fonts/chrome-15.scss index a917c85..238dcdc 100644 --- a/app/assets/stylesheets/web-fonts/chrome-15.scss +++ b/app/assets/stylesheets/web-fonts/chrome-15.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-16.scss b/app/assets/stylesheets/web-fonts/chrome-16.scss index 3120d5f..05859c3 100644 --- a/app/assets/stylesheets/web-fonts/chrome-16.scss +++ b/app/assets/stylesheets/web-fonts/chrome-16.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 16 (approximately 0.01% of all users) + * Browser: Chrome 16 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-17.scss b/app/assets/stylesheets/web-fonts/chrome-17.scss index 5eb42eb..ee9cfcc 100644 --- a/app/assets/stylesheets/web-fonts/chrome-17.scss +++ b/app/assets/stylesheets/web-fonts/chrome-17.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-18.scss b/app/assets/stylesheets/web-fonts/chrome-18.scss index 10b410d..3a8830f 100644 --- a/app/assets/stylesheets/web-fonts/chrome-18.scss +++ b/app/assets/stylesheets/web-fonts/chrome-18.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-19.scss b/app/assets/stylesheets/web-fonts/chrome-19.scss index 3f0e279..56c2ff3 100644 --- a/app/assets/stylesheets/web-fonts/chrome-19.scss +++ b/app/assets/stylesheets/web-fonts/chrome-19.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 19 (approximately 0.02% of all users) + * Browser: Chrome 19 (approximately 0.01% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-20.scss b/app/assets/stylesheets/web-fonts/chrome-20.scss index e18d94d..eb7c92f 100644 --- a/app/assets/stylesheets/web-fonts/chrome-20.scss +++ b/app/assets/stylesheets/web-fonts/chrome-20.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-21.scss b/app/assets/stylesheets/web-fonts/chrome-21.scss index 35a8f37..2a0a60c 100644 --- a/app/assets/stylesheets/web-fonts/chrome-21.scss +++ b/app/assets/stylesheets/web-fonts/chrome-21.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 21 (approximately 0.04% of all users) + * Browser: Chrome 21 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": nd, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-22.scss b/app/assets/stylesheets/web-fonts/chrome-22.scss index 824834f..e90aff2 100644 --- a/app/assets/stylesheets/web-fonts/chrome-22.scss +++ b/app/assets/stylesheets/web-fonts/chrome-22.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-23.scss b/app/assets/stylesheets/web-fonts/chrome-23.scss index 06041d1..557d0b1 100644 --- a/app/assets/stylesheets/web-fonts/chrome-23.scss +++ b/app/assets/stylesheets/web-fonts/chrome-23.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-24.scss b/app/assets/stylesheets/web-fonts/chrome-24.scss index 28f5e80..e2e1eb2 100644 --- a/app/assets/stylesheets/web-fonts/chrome-24.scss +++ b/app/assets/stylesheets/web-fonts/chrome-24.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 24 (approximately 0.05% of all users) + * Browser: Chrome 24 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-25.scss b/app/assets/stylesheets/web-fonts/chrome-25.scss index f9af1ff..356fe55 100644 --- a/app/assets/stylesheets/web-fonts/chrome-25.scss +++ b/app/assets/stylesheets/web-fonts/chrome-25.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-26.scss b/app/assets/stylesheets/web-fonts/chrome-26.scss index 65efad6..bc34db0 100644 --- a/app/assets/stylesheets/web-fonts/chrome-26.scss +++ b/app/assets/stylesheets/web-fonts/chrome-26.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-27.scss b/app/assets/stylesheets/web-fonts/chrome-27.scss index a7a0d74..0e13e5b 100644 --- a/app/assets/stylesheets/web-fonts/chrome-27.scss +++ b/app/assets/stylesheets/web-fonts/chrome-27.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 27 (approximately 0.04% of all users) + * Browser: Chrome 27 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-28.scss b/app/assets/stylesheets/web-fonts/chrome-28.scss index a1c9ee1..a0ace3c 100644 --- a/app/assets/stylesheets/web-fonts/chrome-28.scss +++ b/app/assets/stylesheets/web-fonts/chrome-28.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 28 (approximately 0.04% of all users) + * Browser: Chrome 28 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-29.scss b/app/assets/stylesheets/web-fonts/chrome-29.scss index a03df1a..28c9876 100644 --- a/app/assets/stylesheets/web-fonts/chrome-29.scss +++ b/app/assets/stylesheets/web-fonts/chrome-29.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 29 (approximately 0.05% of all users) + * Browser: Chrome 29 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-30.scss b/app/assets/stylesheets/web-fonts/chrome-30.scss index 169effd..51093e6 100644 --- a/app/assets/stylesheets/web-fonts/chrome-30.scss +++ b/app/assets/stylesheets/web-fonts/chrome-30.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 30 (approximately 0.08% of all users) + * Browser: Chrome 30 (approximately 0.04% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-31.scss b/app/assets/stylesheets/web-fonts/chrome-31.scss index 4d7953d..b7156c4 100644 --- a/app/assets/stylesheets/web-fonts/chrome-31.scss +++ b/app/assets/stylesheets/web-fonts/chrome-31.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 31 (approximately 0.76% of all users) + * Browser: Chrome 31 (approximately 0.83% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-32.scss b/app/assets/stylesheets/web-fonts/chrome-32.scss index 084eb6f..1991b6c 100644 --- a/app/assets/stylesheets/web-fonts/chrome-32.scss +++ b/app/assets/stylesheets/web-fonts/chrome-32.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 32 (approximately 0.07% of all users) + * Browser: Chrome 32 (approximately 0.05% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-33.scss b/app/assets/stylesheets/web-fonts/chrome-33.scss index 4bd09a4..d15f8d7 100644 --- a/app/assets/stylesheets/web-fonts/chrome-33.scss +++ b/app/assets/stylesheets/web-fonts/chrome-33.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 33 (approximately 0.16% of all users) + * Browser: Chrome 33 (approximately 0.13% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-34.scss b/app/assets/stylesheets/web-fonts/chrome-34.scss index f4d1973..13a15e4 100644 --- a/app/assets/stylesheets/web-fonts/chrome-34.scss +++ b/app/assets/stylesheets/web-fonts/chrome-34.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 34 (approximately 0.14% of all users) + * Browser: Chrome 34 (approximately 0.19% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-35.scss b/app/assets/stylesheets/web-fonts/chrome-35.scss index b0314fa..b48b48d 100644 --- a/app/assets/stylesheets/web-fonts/chrome-35.scss +++ b/app/assets/stylesheets/web-fonts/chrome-35.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 35 (approximately 0.26% of all users) + * Browser: Chrome 35 (approximately 0.19% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-36.scss b/app/assets/stylesheets/web-fonts/chrome-36.scss index b7fcf87..36b2a40 100644 --- a/app/assets/stylesheets/web-fonts/chrome-36.scss +++ b/app/assets/stylesheets/web-fonts/chrome-36.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 36 (approximately 0.66% of all users) + * Browser: Chrome 36 (approximately 0.16% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-37.scss b/app/assets/stylesheets/web-fonts/chrome-37.scss index 3fcccfd..e59f93c 100644 --- a/app/assets/stylesheets/web-fonts/chrome-37.scss +++ b/app/assets/stylesheets/web-fonts/chrome-37.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 37 (approximately 0.9% of all users) + * Browser: Chrome 37 (approximately 0.19% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-38.scss b/app/assets/stylesheets/web-fonts/chrome-38.scss index c5fa178..3711191 100644 --- a/app/assets/stylesheets/web-fonts/chrome-38.scss +++ b/app/assets/stylesheets/web-fonts/chrome-38.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 38 (approximately 0.25% of all users) + * Browser: Chrome 38 (approximately 0.14% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-39.scss b/app/assets/stylesheets/web-fonts/chrome-39.scss index 0cfbbbf..c5b6c15 100644 --- a/app/assets/stylesheets/web-fonts/chrome-39.scss +++ b/app/assets/stylesheets/web-fonts/chrome-39.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 39 (approximately 0.52% of all users) + * Browser: Chrome 39 (approximately 0.28% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-4.scss b/app/assets/stylesheets/web-fonts/chrome-4.scss index cdb97e6..60fe9e5 100644 --- a/app/assets/stylesheets/web-fonts/chrome-4.scss +++ b/app/assets/stylesheets/web-fonts/chrome-4.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 4 (approximately 0.01% of all users) + * Browser: Chrome 4 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-40.scss b/app/assets/stylesheets/web-fonts/chrome-40.scss index afc1e03..177a5dc 100644 --- a/app/assets/stylesheets/web-fonts/chrome-40.scss +++ b/app/assets/stylesheets/web-fonts/chrome-40.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 40 (approximately 0.54% of all users) + * Browser: Chrome 40 (approximately 0.29% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-41.scss b/app/assets/stylesheets/web-fonts/chrome-41.scss index 8e732be..b39d8ff 100644 --- a/app/assets/stylesheets/web-fonts/chrome-41.scss +++ b/app/assets/stylesheets/web-fonts/chrome-41.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 41 (approximately 0.49% of all users) + * Browser: Chrome 41 (approximately 0.27% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-42.scss b/app/assets/stylesheets/web-fonts/chrome-42.scss index d05fb1e..c8f7bd7 100644 --- a/app/assets/stylesheets/web-fonts/chrome-42.scss +++ b/app/assets/stylesheets/web-fonts/chrome-42.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 42 (approximately 0.85% of all users) + * Browser: Chrome 42 (approximately 0.5% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-43.scss b/app/assets/stylesheets/web-fonts/chrome-43.scss index 3789f94..cdcc58b 100644 --- a/app/assets/stylesheets/web-fonts/chrome-43.scss +++ b/app/assets/stylesheets/web-fonts/chrome-43.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 43 (approximately 24.38% of all users) + * Browser: Chrome 43 (approximately 1.66% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-44.scss b/app/assets/stylesheets/web-fonts/chrome-44.scss index ca845e6..4608d8e 100644 --- a/app/assets/stylesheets/web-fonts/chrome-44.scss +++ b/app/assets/stylesheets/web-fonts/chrome-44.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 44 (approximately 0.13% of all users) + * Browser: Chrome 44 (approximately 24.57% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-45.scss b/app/assets/stylesheets/web-fonts/chrome-45.scss index d04d42b..47aff4d 100644 --- a/app/assets/stylesheets/web-fonts/chrome-45.scss +++ b/app/assets/stylesheets/web-fonts/chrome-45.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 45 (approximately 0.19% of all users) + * Browser: Chrome 45 (approximately 0.15% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -192,7 +192,7 @@ $browser_capabilities: ( "promises": y, "css-sticky": n, "dialog": y, - "css-variables": u, + "css-variables": n, "vibration": y, "css-backgroundblendmode": y, "css-mixblendmode": y, @@ -233,10 +233,10 @@ $browser_capabilities: ( "font-loading": y, "font-unicode-range": y, "gamepad": y, - "css-font-stretch": u, + "css-font-stretch": n, "font-size-adjust": nd, "link-icon-png": y, - "link-icon-svg": u, + "link-icon-svg": n, "css-media-resolution": y, "xml-serializer": y, "css-image-set": yx, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-46.scss b/app/assets/stylesheets/web-fonts/chrome-46.scss index 4397467..2be7b36 100644 --- a/app/assets/stylesheets/web-fonts/chrome-46.scss +++ b/app/assets/stylesheets/web-fonts/chrome-46.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Chrome 46 (approximately 0.0% of all users) + * Browser: Chrome 46 (approximately 0.17% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -170,7 +170,7 @@ $browser_capabilities: ( "user-select-none": yx, "webp": y, "input-autocomplete-onoff": a, - "intrinsic-width": yx, + "intrinsic-width": y, "cryptography": y, "template": y, "opus": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-47.scss b/app/assets/stylesheets/web-fonts/chrome-47.scss index 4d7ccb5..3696514 100644 --- a/app/assets/stylesheets/web-fonts/chrome-47.scss +++ b/app/assets/stylesheets/web-fonts/chrome-47.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -170,7 +170,7 @@ $browser_capabilities: ( "user-select-none": yx, "webp": y, "input-autocomplete-onoff": a, - "intrinsic-width": yx, + "intrinsic-width": y, "cryptography": y, "template": y, "opus": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": y, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-5.scss b/app/assets/stylesheets/web-fonts/chrome-5.scss index 65e1dba..2c5c94a 100644 --- a/app/assets/stylesheets/web-fonts/chrome-5.scss +++ b/app/assets/stylesheets/web-fonts/chrome-5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-6.scss b/app/assets/stylesheets/web-fonts/chrome-6.scss index 858c2d2..4287bf8 100644 --- a/app/assets/stylesheets/web-fonts/chrome-6.scss +++ b/app/assets/stylesheets/web-fonts/chrome-6.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": u, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-7.scss b/app/assets/stylesheets/web-fonts/chrome-7.scss index f0abe29..de1485c 100644 --- a/app/assets/stylesheets/web-fonts/chrome-7.scss +++ b/app/assets/stylesheets/web-fonts/chrome-7.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-8.scss b/app/assets/stylesheets/web-fonts/chrome-8.scss index f1b9faf..68f24f5 100644 --- a/app/assets/stylesheets/web-fonts/chrome-8.scss +++ b/app/assets/stylesheets/web-fonts/chrome-8.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/chrome-9.scss b/app/assets/stylesheets/web-fonts/chrome-9.scss index 88e2517..e38a7f9 100644 --- a/app/assets/stylesheets/web-fonts/chrome-9.scss +++ b/app/assets/stylesheets/web-fonts/chrome-9.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-10.scss b/app/assets/stylesheets/web-fonts/firefox-10.scss index 6879971..2a58f20 100644 --- a/app/assets/stylesheets/web-fonts/firefox-10.scss +++ b/app/assets/stylesheets/web-fonts/firefox-10.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-11.scss b/app/assets/stylesheets/web-fonts/firefox-11.scss index c9b2c9f..b017395 100644 --- a/app/assets/stylesheets/web-fonts/firefox-11.scss +++ b/app/assets/stylesheets/web-fonts/firefox-11.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-12.scss b/app/assets/stylesheets/web-fonts/firefox-12.scss index 96334f3..9aef787 100644 --- a/app/assets/stylesheets/web-fonts/firefox-12.scss +++ b/app/assets/stylesheets/web-fonts/firefox-12.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-13.scss b/app/assets/stylesheets/web-fonts/firefox-13.scss index 53fffcb..d730fb0 100644 --- a/app/assets/stylesheets/web-fonts/firefox-13.scss +++ b/app/assets/stylesheets/web-fonts/firefox-13.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-14.scss b/app/assets/stylesheets/web-fonts/firefox-14.scss index 9962bb5..3f8d0a2 100644 --- a/app/assets/stylesheets/web-fonts/firefox-14.scss +++ b/app/assets/stylesheets/web-fonts/firefox-14.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-15.scss b/app/assets/stylesheets/web-fonts/firefox-15.scss index c7daa16..9cf6b8e 100644 --- a/app/assets/stylesheets/web-fonts/firefox-15.scss +++ b/app/assets/stylesheets/web-fonts/firefox-15.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 15 (approximately 0.03% of all users) + * Browser: Firefox 15 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-16.scss b/app/assets/stylesheets/web-fonts/firefox-16.scss index 9ffd68e..c923746 100644 --- a/app/assets/stylesheets/web-fonts/firefox-16.scss +++ b/app/assets/stylesheets/web-fonts/firefox-16.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 16 (approximately 0.04% of all users) + * Browser: Firefox 16 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-17.scss b/app/assets/stylesheets/web-fonts/firefox-17.scss index 7f5c620..fa67d32 100644 --- a/app/assets/stylesheets/web-fonts/firefox-17.scss +++ b/app/assets/stylesheets/web-fonts/firefox-17.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-18.scss b/app/assets/stylesheets/web-fonts/firefox-18.scss index 2dc2724..8c9cfbb 100644 --- a/app/assets/stylesheets/web-fonts/firefox-18.scss +++ b/app/assets/stylesheets/web-fonts/firefox-18.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-19.scss b/app/assets/stylesheets/web-fonts/firefox-19.scss index d6255b1..df217c4 100644 --- a/app/assets/stylesheets/web-fonts/firefox-19.scss +++ b/app/assets/stylesheets/web-fonts/firefox-19.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-2.scss b/app/assets/stylesheets/web-fonts/firefox-2.scss index 23b3388..770b045 100644 --- a/app/assets/stylesheets/web-fonts/firefox-2.scss +++ b/app/assets/stylesheets/web-fonts/firefox-2.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-20.scss b/app/assets/stylesheets/web-fonts/firefox-20.scss index aef6681..6bccea5 100644 --- a/app/assets/stylesheets/web-fonts/firefox-20.scss +++ b/app/assets/stylesheets/web-fonts/firefox-20.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-21.scss b/app/assets/stylesheets/web-fonts/firefox-21.scss index 81ffa0e..6374ee1 100644 --- a/app/assets/stylesheets/web-fonts/firefox-21.scss +++ b/app/assets/stylesheets/web-fonts/firefox-21.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 21 (approximately 0.05% of all users) + * Browser: Firefox 21 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-22.scss b/app/assets/stylesheets/web-fonts/firefox-22.scss index acc7735..5499b85 100644 --- a/app/assets/stylesheets/web-fonts/firefox-22.scss +++ b/app/assets/stylesheets/web-fonts/firefox-22.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 22 (approximately 0.02% of all users) + * Browser: Firefox 22 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-23.scss b/app/assets/stylesheets/web-fonts/firefox-23.scss index 5be8b5f..b0afeaa 100644 --- a/app/assets/stylesheets/web-fonts/firefox-23.scss +++ b/app/assets/stylesheets/web-fonts/firefox-23.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 23 (approximately 0.04% of all users) + * Browser: Firefox 23 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-24.scss b/app/assets/stylesheets/web-fonts/firefox-24.scss index fbe3861..f2e2d58 100644 --- a/app/assets/stylesheets/web-fonts/firefox-24.scss +++ b/app/assets/stylesheets/web-fonts/firefox-24.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 24 (approximately 0.05% of all users) + * Browser: Firefox 24 (approximately 0.04% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-25.scss b/app/assets/stylesheets/web-fonts/firefox-25.scss index 4fda6a6..2ff6ed4 100644 --- a/app/assets/stylesheets/web-fonts/firefox-25.scss +++ b/app/assets/stylesheets/web-fonts/firefox-25.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 25 (approximately 0.05% of all users) + * Browser: Firefox 25 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-26.scss b/app/assets/stylesheets/web-fonts/firefox-26.scss index 99a0328..5eab6ea 100644 --- a/app/assets/stylesheets/web-fonts/firefox-26.scss +++ b/app/assets/stylesheets/web-fonts/firefox-26.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 26 (approximately 0.04% of all users) + * Browser: Firefox 26 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-27.scss b/app/assets/stylesheets/web-fonts/firefox-27.scss index 181ca10..e2505c2 100644 --- a/app/assets/stylesheets/web-fonts/firefox-27.scss +++ b/app/assets/stylesheets/web-fonts/firefox-27.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-28.scss b/app/assets/stylesheets/web-fonts/firefox-28.scss index b3ba1fc..97b4f7b 100644 --- a/app/assets/stylesheets/web-fonts/firefox-28.scss +++ b/app/assets/stylesheets/web-fonts/firefox-28.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 28 (approximately 0.04% of all users) + * Browser: Firefox 28 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-29.scss b/app/assets/stylesheets/web-fonts/firefox-29.scss index 9181cf1..489dee7 100644 --- a/app/assets/stylesheets/web-fonts/firefox-29.scss +++ b/app/assets/stylesheets/web-fonts/firefox-29.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 29 (approximately 0.05% of all users) + * Browser: Firefox 29 (approximately 0.04% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-3.5.scss b/app/assets/stylesheets/web-fonts/firefox-3.5.scss index 6a9f912..710b70a 100644 --- a/app/assets/stylesheets/web-fonts/firefox-3.5.scss +++ b/app/assets/stylesheets/web-fonts/firefox-3.5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-3.6.scss b/app/assets/stylesheets/web-fonts/firefox-3.6.scss index 067fab4..134a8dd 100644 --- a/app/assets/stylesheets/web-fonts/firefox-3.6.scss +++ b/app/assets/stylesheets/web-fonts/firefox-3.6.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 3.6 (approximately 0.05% of all users) + * Browser: Firefox 3.6 (approximately 0.04% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-3.scss b/app/assets/stylesheets/web-fonts/firefox-3.scss index 5fcd6c3..e03de23 100644 --- a/app/assets/stylesheets/web-fonts/firefox-3.scss +++ b/app/assets/stylesheets/web-fonts/firefox-3.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": ax, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-30.scss b/app/assets/stylesheets/web-fonts/firefox-30.scss index acf0396..690589e 100644 --- a/app/assets/stylesheets/web-fonts/firefox-30.scss +++ b/app/assets/stylesheets/web-fonts/firefox-30.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 30 (approximately 0.13% of all users) + * Browser: Firefox 30 (approximately 0.09% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-31.scss b/app/assets/stylesheets/web-fonts/firefox-31.scss index e43319f..53c922f 100644 --- a/app/assets/stylesheets/web-fonts/firefox-31.scss +++ b/app/assets/stylesheets/web-fonts/firefox-31.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 31 (approximately 0.61% of all users) + * Browser: Firefox 31 (approximately 0.13% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-32.scss b/app/assets/stylesheets/web-fonts/firefox-32.scss index 5bede22..c6a4c7a 100644 --- a/app/assets/stylesheets/web-fonts/firefox-32.scss +++ b/app/assets/stylesheets/web-fonts/firefox-32.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 32 (approximately 0.35% of all users) + * Browser: Firefox 32 (approximately 0.06% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-33.scss b/app/assets/stylesheets/web-fonts/firefox-33.scss index 3d58911..6ab6ae8 100644 --- a/app/assets/stylesheets/web-fonts/firefox-33.scss +++ b/app/assets/stylesheets/web-fonts/firefox-33.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 33 (approximately 0.09% of all users) + * Browser: Firefox 33 (approximately 0.07% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": nd, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-34.scss b/app/assets/stylesheets/web-fonts/firefox-34.scss index cd57059..57592e9 100644 --- a/app/assets/stylesheets/web-fonts/firefox-34.scss +++ b/app/assets/stylesheets/web-fonts/firefox-34.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 34 (approximately 0.1% of all users) + * Browser: Firefox 34 (approximately 0.08% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": a, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-35.scss b/app/assets/stylesheets/web-fonts/firefox-35.scss index 329867a..d793f2e 100644 --- a/app/assets/stylesheets/web-fonts/firefox-35.scss +++ b/app/assets/stylesheets/web-fonts/firefox-35.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 35 (approximately 0.16% of all users) + * Browser: Firefox 35 (approximately 0.11% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-36.scss b/app/assets/stylesheets/web-fonts/firefox-36.scss index abf8a98..a59add3 100644 --- a/app/assets/stylesheets/web-fonts/firefox-36.scss +++ b/app/assets/stylesheets/web-fonts/firefox-36.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 36 (approximately 0.16% of all users) + * Browser: Firefox 36 (approximately 0.11% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-37.scss b/app/assets/stylesheets/web-fonts/firefox-37.scss index 556c326..0d1cc53 100644 --- a/app/assets/stylesheets/web-fonts/firefox-37.scss +++ b/app/assets/stylesheets/web-fonts/firefox-37.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 37 (approximately 0.36% of all users) + * Browser: Firefox 37 (approximately 0.17% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-38.scss b/app/assets/stylesheets/web-fonts/firefox-38.scss index 68ba29e..8b34041 100644 --- a/app/assets/stylesheets/web-fonts/firefox-38.scss +++ b/app/assets/stylesheets/web-fonts/firefox-38.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 38 (approximately 7.45% of all users) + * Browser: Firefox 38 (approximately 0.51% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-39.scss b/app/assets/stylesheets/web-fonts/firefox-39.scss index 74481fc..dec5664 100644 --- a/app/assets/stylesheets/web-fonts/firefox-39.scss +++ b/app/assets/stylesheets/web-fonts/firefox-39.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 39 (approximately 0.25% of all users) + * Browser: Firefox 39 (approximately 4.0% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-4.scss b/app/assets/stylesheets/web-fonts/firefox-4.scss index 25c2d9f..b10a87e 100644 --- a/app/assets/stylesheets/web-fonts/firefox-4.scss +++ b/app/assets/stylesheets/web-fonts/firefox-4.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-40.scss b/app/assets/stylesheets/web-fonts/firefox-40.scss index 458c8da..f26aa08 100644 --- a/app/assets/stylesheets/web-fonts/firefox-40.scss +++ b/app/assets/stylesheets/web-fonts/firefox-40.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 40 (approximately 0.01% of all users) + * Browser: Firefox 40 (approximately 3.31% of all users) * */ @@ -56,7 +56,7 @@ $browser_capabilities: ( "font-feature": y, "css-animation": y, "css-gradients": y, - "css-canvas": u, + "css-canvas": n, "css-reflections": n, "css-masks": a, "console-basic": y, @@ -107,19 +107,19 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, "details": p, - "text-stroke": u, + "text-stroke": n, "inline-block": y, "notifications": y, "stream": yx, "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -211,7 +211,7 @@ $browser_capabilities: ( "domcontentloaded": y, "proximity": y, "kerning-pairs-ligatures": y, - "iframe-seamless": u, + "iframe-seamless": n, "css-image-orientation": y, "picture": y, "woff2": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": nd, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-41.scss b/app/assets/stylesheets/web-fonts/firefox-41.scss index 453aedc..b03c698 100644 --- a/app/assets/stylesheets/web-fonts/firefox-41.scss +++ b/app/assets/stylesheets/web-fonts/firefox-41.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 41 (approximately 0.0% of all users) + * Browser: Firefox 41 (approximately 0.13% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -119,7 +119,7 @@ $browser_capabilities: ( "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -166,7 +166,7 @@ $browser_capabilities: ( "svg-fragment": y, "outline": y, "download": y, - "pointer": y, + "pointer": a, "user-select-none": yx, "webp": p, "input-autocomplete-onoff": a, @@ -230,7 +230,7 @@ $browser_capabilities: ( "css-clip-path": a, "getrandomvalues": y, "screen-orientation": ax, - "font-loading": nd, + "font-loading": y, "font-unicode-range": nd, "gamepad": y, "css-font-stretch": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": y, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-42.scss b/app/assets/stylesheets/web-fonts/firefox-42.scss index 095fc0f..38afad9 100644 --- a/app/assets/stylesheets/web-fonts/firefox-42.scss +++ b/app/assets/stylesheets/web-fonts/firefox-42.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Firefox 42 (approximately 0.0% of all users) + * Browser: Firefox 42 (approximately 0.01% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -119,7 +119,7 @@ $browser_capabilities: ( "svg-img": y, "datalist": a, "dataset": y, - "css-grid": u, + "css-grid": pd, "menu": a, "css-zoom": n, "rem": y, @@ -166,7 +166,7 @@ $browser_capabilities: ( "svg-fragment": y, "outline": y, "download": y, - "pointer": y, + "pointer": a, "user-select-none": yx, "webp": p, "input-autocomplete-onoff": a, @@ -230,7 +230,7 @@ $browser_capabilities: ( "css-clip-path": a, "getrandomvalues": y, "screen-orientation": ax, - "font-loading": nd, + "font-loading": y, "font-unicode-range": nd, "gamepad": y, "css-font-stretch": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": y, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": a, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": y, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-5.scss b/app/assets/stylesheets/web-fonts/firefox-5.scss index 567dae4..c437f71 100644 --- a/app/assets/stylesheets/web-fonts/firefox-5.scss +++ b/app/assets/stylesheets/web-fonts/firefox-5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-6.scss b/app/assets/stylesheets/web-fonts/firefox-6.scss index c2be30c..8661edf 100644 --- a/app/assets/stylesheets/web-fonts/firefox-6.scss +++ b/app/assets/stylesheets/web-fonts/firefox-6.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-7.scss b/app/assets/stylesheets/web-fonts/firefox-7.scss index 32b185f..20264a8 100644 --- a/app/assets/stylesheets/web-fonts/firefox-7.scss +++ b/app/assets/stylesheets/web-fonts/firefox-7.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-8.scss b/app/assets/stylesheets/web-fonts/firefox-8.scss index 9d5001a..682a95c 100644 --- a/app/assets/stylesheets/web-fonts/firefox-8.scss +++ b/app/assets/stylesheets/web-fonts/firefox-8.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/firefox-9.scss b/app/assets/stylesheets/web-fonts/firefox-9.scss index 5e1a7df..9bcd7b3 100644 --- a/app/assets/stylesheets/web-fonts/firefox-9.scss +++ b/app/assets/stylesheets/web-fonts/firefox-9.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": yx, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-10.scss b/app/assets/stylesheets/web-fonts/ie-10.scss index edd1bfa..a9ca450 100644 --- a/app/assets/stylesheets/web-fonts/ie-10.scss +++ b/app/assets/stylesheets/web-fonts/ie-10.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE 10 (approximately 1.23% of all users) + * Browser: IE 10 (approximately 1.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-11.scss b/app/assets/stylesheets/web-fonts/ie-11.scss index d5470f5..666ddda 100644 --- a/app/assets/stylesheets/web-fonts/ie-11.scss +++ b/app/assets/stylesheets/web-fonts/ie-11.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE 11 (approximately 7.6% of all users) + * Browser: IE 11 (approximately 6.17% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": y, + "link-rel-prerender": y, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-5.5.scss b/app/assets/stylesheets/web-fonts/ie-5.5.scss index 0378407..0c9332f 100644 --- a/app/assets/stylesheets/web-fonts/ie-5.5.scss +++ b/app/assets/stylesheets/web-fonts/ie-5.5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": p, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-6.scss b/app/assets/stylesheets/web-fonts/ie-6.scss index 04161a8..3500f67 100644 --- a/app/assets/stylesheets/web-fonts/ie-6.scss +++ b/app/assets/stylesheets/web-fonts/ie-6.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": p, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-7.scss b/app/assets/stylesheets/web-fonts/ie-7.scss index f59f9f7..ccc79a5 100644 --- a/app/assets/stylesheets/web-fonts/ie-7.scss +++ b/app/assets/stylesheets/web-fonts/ie-7.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE 7 (approximately 0.07% of all users) + * Browser: IE 7 (approximately 0.05% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-8.scss b/app/assets/stylesheets/web-fonts/ie-8.scss index 0997c98..05fd274 100644 --- a/app/assets/stylesheets/web-fonts/ie-8.scss +++ b/app/assets/stylesheets/web-fonts/ie-8.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE 8 (approximately 1.96% of all users) + * Browser: IE 8 (approximately 1.45% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": n + "es5": n, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": n ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie-9.scss b/app/assets/stylesheets/web-fonts/ie-9.scss index 0697c2e..4fa7003 100644 --- a/app/assets/stylesheets/web-fonts/ie-9.scss +++ b/app/assets/stylesheets/web-fonts/ie-9.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE 9 (approximately 1.48% of all users) + * Browser: IE 9 (approximately 1.14% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": a, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": a, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie_mob-10.scss b/app/assets/stylesheets/web-fonts/ie_mob-10.scss index 6fefedc..f70edb6 100644 --- a/app/assets/stylesheets/web-fonts/ie_mob-10.scss +++ b/app/assets/stylesheets/web-fonts/ie_mob-10.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE Mobile 10 (approximately 0.19% of all users) + * Browser: IE Mobile 10 (approximately 0.18% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": ax, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ie_mob-11.scss b/app/assets/stylesheets/web-fonts/ie_mob-11.scss index bdf4f9a..3797afe 100644 --- a/app/assets/stylesheets/web-fonts/ie_mob-11.scss +++ b/app/assets/stylesheets/web-fonts/ie_mob-11.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: IE Mobile 11 (approximately 0.63% of all users) + * Browser: IE Mobile 11 (approximately 0.73% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": p, "wordwrap": a, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": n, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": y, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": y, + "link-rel-prerender": y, + "css-writing-mode": ax, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-3.2.scss b/app/assets/stylesheets/web-fonts/ios_saf-3.2.scss index bac3c28..a0b0e2b 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-3.2.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-3.2.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": u, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-4.0-4.1.scss b/app/assets/stylesheets/web-fonts/ios_saf-4.0-4.1.scss index 2853be1..9efdac9 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-4.0-4.1.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-4.0-4.1.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-4.2-4.3.scss b/app/assets/stylesheets/web-fonts/ios_saf-4.2-4.3.scss index 404222e..fe8abfa 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-4.2-4.3.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-4.2-4.3.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": u, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-5.0-5.1.scss b/app/assets/stylesheets/web-fonts/ios_saf-5.0-5.1.scss index 5bc7e6d..bca0c35 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-5.0-5.1.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-5.0-5.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: iOS Safari 5.0-5.1 (approximately 0.03% of all users) + * Browser: iOS Safari 5.0-5.1 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-6.0-6.1.scss b/app/assets/stylesheets/web-fonts/ios_saf-6.0-6.1.scss index 8c9ed94..af4acea 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-6.0-6.1.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-6.0-6.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: iOS Safari 6.0-6.1 (approximately 0.09% of all users) + * Browser: iOS Safari 6.0-6.1 (approximately 0.04% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-7.0-7.1.scss b/app/assets/stylesheets/web-fonts/ios_saf-7.0-7.1.scss index 7d2adac..5035462 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-7.0-7.1.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-7.0-7.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: iOS Safari 7.0-7.1 (approximately 0.92% of all users) + * Browser: iOS Safari 7.0-7.1 (approximately 0.65% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-8.1-8.4.scss b/app/assets/stylesheets/web-fonts/ios_saf-8.1-8.4.scss index 7c67afa..d650f7a 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-8.1-8.4.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-8.1-8.4.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: iOS Safari 8.1-8.4 (approximately 6.42% of all users) + * Browser: iOS Safari 8.1-8.4 (approximately 6.99% of all users) * */ @@ -91,7 +91,7 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, "css-backdrop-filter": n, "calc": y, @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-8.scss b/app/assets/stylesheets/web-fonts/ios_saf-8.scss index 676bc98..264ca86 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-8.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-8.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: iOS Safari 8 (approximately 0.05% of all users) + * Browser: iOS Safari 8 (approximately 0.09% of all users) * */ @@ -91,7 +91,7 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, "css-backdrop-filter": n, "calc": y, @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/ios_saf-9.scss b/app/assets/stylesheets/web-fonts/ios_saf-9.scss index e9d46da..ab5ab0d 100644 --- a/app/assets/stylesheets/web-fonts/ios_saf-9.scss +++ b/app/assets/stylesheets/web-fonts/ios_saf-9.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: iOS Safari 9 (approximately 0.0% of all users) + * Browser: iOS Safari 9 (approximately 0.05% of all users) * */ @@ -79,7 +79,7 @@ $browser_capabilities: ( "datauri": y, "wav": y, "mathml": y, - "css-featurequeries": n, + "css-featurequeries": y, "xhtml": y, "xhtmlsmil": p, "wai-aria": a, @@ -91,9 +91,9 @@ $browser_capabilities: ( "websockets": y, "hidden": y, "script-async": y, - "mediasource": y, + "mediasource": n, "cors": y, - "css-backdrop-filter": y, + "css-backdrop-filter": yx, "calc": y, "dom-range": y, "ruby": a, @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": a, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": a, + "css-filter-function": yx, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mini-5.0-8.0.scss b/app/assets/stylesheets/web-fonts/op_mini-5.0-8.0.scss index f59c0a6..2a3c3a2 100644 --- a/app/assets/stylesheets/web-fonts/op_mini-5.0-8.0.scss +++ b/app/assets/stylesheets/web-fonts/op_mini-5.0-8.0.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera Mini 5.0-8.0 (approximately 4.71% of all users) + * Browser: Opera Mini 5.0-8.0 (approximately 5.37% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": a, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": n, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-10.scss b/app/assets/stylesheets/web-fonts/op_mob-10.scss index 86aa927..8600bda 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-10.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-10.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": n, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-11.1.scss b/app/assets/stylesheets/web-fonts/op_mob-11.1.scss index 2684775..373817a 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-11.1.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-11.1.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-11.5.scss b/app/assets/stylesheets/web-fonts/op_mob-11.5.scss index 1eca380..6c02a42 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-11.5.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-11.5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-11.scss b/app/assets/stylesheets/web-fonts/op_mob-11.scss index b4a1dd4..3fc8039 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-11.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-11.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-12.1.scss b/app/assets/stylesheets/web-fonts/op_mob-12.1.scss index d5b46fc..5880957 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-12.1.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-12.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera Mobile 12.1 (approximately 0.0% of all users) + * Browser: Opera Mobile 12.1 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-12.scss b/app/assets/stylesheets/web-fonts/op_mob-12.scss index f5b90da..761aea9 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-12.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-12.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera Mobile 12 (approximately 0.0% of all users) + * Browser: Opera Mobile 12 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/op_mob-30.scss b/app/assets/stylesheets/web-fonts/op_mob-30.scss index d388971..6c79dd2 100644 --- a/app/assets/stylesheets/web-fonts/op_mob-30.scss +++ b/app/assets/stylesheets/web-fonts/op_mob-30.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera Mobile 30 (approximately 0.03% of all users) + * Browser: Opera Mobile 30 (approximately 0.48% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-10.0-10.1.scss b/app/assets/stylesheets/web-fonts/opera-10.0-10.1.scss index 080d8c9..b05e082 100644 --- a/app/assets/stylesheets/web-fonts/opera-10.0-10.1.scss +++ b/app/assets/stylesheets/web-fonts/opera-10.0-10.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 10.0-10.1 (approximately 0.02% of all users) + * Browser: Opera 10.0-10.1 (approximately 0.04% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-10.5.scss b/app/assets/stylesheets/web-fonts/opera-10.5.scss index 6f28795..9bb4e92 100644 --- a/app/assets/stylesheets/web-fonts/opera-10.5.scss +++ b/app/assets/stylesheets/web-fonts/opera-10.5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-10.6.scss b/app/assets/stylesheets/web-fonts/opera-10.6.scss index e10c6d9..49e5007 100644 --- a/app/assets/stylesheets/web-fonts/opera-10.6.scss +++ b/app/assets/stylesheets/web-fonts/opera-10.6.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-11.1.scss b/app/assets/stylesheets/web-fonts/opera-11.1.scss index 1f6b032..ce08d9e 100644 --- a/app/assets/stylesheets/web-fonts/opera-11.1.scss +++ b/app/assets/stylesheets/web-fonts/opera-11.1.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-11.5.scss b/app/assets/stylesheets/web-fonts/opera-11.5.scss index ebe9f0c..c793b4d 100644 --- a/app/assets/stylesheets/web-fonts/opera-11.5.scss +++ b/app/assets/stylesheets/web-fonts/opera-11.5.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-11.6.scss b/app/assets/stylesheets/web-fonts/opera-11.6.scss index ba779b8..188f713 100644 --- a/app/assets/stylesheets/web-fonts/opera-11.6.scss +++ b/app/assets/stylesheets/web-fonts/opera-11.6.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-11.scss b/app/assets/stylesheets/web-fonts/opera-11.scss index c8c06bd..9b37e23 100644 --- a/app/assets/stylesheets/web-fonts/opera-11.scss +++ b/app/assets/stylesheets/web-fonts/opera-11.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 11 (approximately 0.01% of all users) + * Browser: Opera 11 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-12.1.scss b/app/assets/stylesheets/web-fonts/opera-12.1.scss index 11bac0b..38e8cf4 100644 --- a/app/assets/stylesheets/web-fonts/opera-12.1.scss +++ b/app/assets/stylesheets/web-fonts/opera-12.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 12.1 (approximately 0.15% of all users) + * Browser: Opera 12.1 (approximately 0.13% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-12.scss b/app/assets/stylesheets/web-fonts/opera-12.scss index 2d8138c..85c19c0 100644 --- a/app/assets/stylesheets/web-fonts/opera-12.scss +++ b/app/assets/stylesheets/web-fonts/opera-12.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 12 (approximately 0.01% of all users) + * Browser: Opera 12 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": yx, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-15.scss b/app/assets/stylesheets/web-fonts/opera-15.scss index 19a4af2..9f97987 100644 --- a/app/assets/stylesheets/web-fonts/opera-15.scss +++ b/app/assets/stylesheets/web-fonts/opera-15.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-16.scss b/app/assets/stylesheets/web-fonts/opera-16.scss index 733b9c3..c9ce08f 100644 --- a/app/assets/stylesheets/web-fonts/opera-16.scss +++ b/app/assets/stylesheets/web-fonts/opera-16.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-17.scss b/app/assets/stylesheets/web-fonts/opera-17.scss index 21da7c5..c2207c7 100644 --- a/app/assets/stylesheets/web-fonts/opera-17.scss +++ b/app/assets/stylesheets/web-fonts/opera-17.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-18.scss b/app/assets/stylesheets/web-fonts/opera-18.scss index 817870f..773ce18 100644 --- a/app/assets/stylesheets/web-fonts/opera-18.scss +++ b/app/assets/stylesheets/web-fonts/opera-18.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": n, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-19.scss b/app/assets/stylesheets/web-fonts/opera-19.scss index 43b3519..15f1e10 100644 --- a/app/assets/stylesheets/web-fonts/opera-19.scss +++ b/app/assets/stylesheets/web-fonts/opera-19.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-20.scss b/app/assets/stylesheets/web-fonts/opera-20.scss index 3a96dd8..1d42c3f 100644 --- a/app/assets/stylesheets/web-fonts/opera-20.scss +++ b/app/assets/stylesheets/web-fonts/opera-20.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-21.scss b/app/assets/stylesheets/web-fonts/opera-21.scss index 36c8914..417974c 100644 --- a/app/assets/stylesheets/web-fonts/opera-21.scss +++ b/app/assets/stylesheets/web-fonts/opera-21.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-22.scss b/app/assets/stylesheets/web-fonts/opera-22.scss index 4ac85b1..d86c37d 100644 --- a/app/assets/stylesheets/web-fonts/opera-22.scss +++ b/app/assets/stylesheets/web-fonts/opera-22.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-23.scss b/app/assets/stylesheets/web-fonts/opera-23.scss index ab7b9b3..0984896 100644 --- a/app/assets/stylesheets/web-fonts/opera-23.scss +++ b/app/assets/stylesheets/web-fonts/opera-23.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": yx, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-24.scss b/app/assets/stylesheets/web-fonts/opera-24.scss index ba515c2..c16cc1d 100644 --- a/app/assets/stylesheets/web-fonts/opera-24.scss +++ b/app/assets/stylesheets/web-fonts/opera-24.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-25.scss b/app/assets/stylesheets/web-fonts/opera-25.scss index d8952a0..5221b7e 100644 --- a/app/assets/stylesheets/web-fonts/opera-25.scss +++ b/app/assets/stylesheets/web-fonts/opera-25.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-26.scss b/app/assets/stylesheets/web-fonts/opera-26.scss index b279f23..b7f0e8a 100644 --- a/app/assets/stylesheets/web-fonts/opera-26.scss +++ b/app/assets/stylesheets/web-fonts/opera-26.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-27.scss b/app/assets/stylesheets/web-fonts/opera-27.scss index dd5efb8..a3e5b13 100644 --- a/app/assets/stylesheets/web-fonts/opera-27.scss +++ b/app/assets/stylesheets/web-fonts/opera-27.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": nd, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-28.scss b/app/assets/stylesheets/web-fonts/opera-28.scss index 913b967..da1a721 100644 --- a/app/assets/stylesheets/web-fonts/opera-28.scss +++ b/app/assets/stylesheets/web-fonts/opera-28.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-29.scss b/app/assets/stylesheets/web-fonts/opera-29.scss index 2e40bca..523f562 100644 --- a/app/assets/stylesheets/web-fonts/opera-29.scss +++ b/app/assets/stylesheets/web-fonts/opera-29.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 29 (approximately 0.25% of all users) + * Browser: Opera 29 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-30.scss b/app/assets/stylesheets/web-fonts/opera-30.scss index 5eea94b..239947d 100644 --- a/app/assets/stylesheets/web-fonts/opera-30.scss +++ b/app/assets/stylesheets/web-fonts/opera-30.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 30 (approximately 0.43% of all users) + * Browser: Opera 30 (approximately 0.18% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-31.scss b/app/assets/stylesheets/web-fonts/opera-31.scss index dbb005a..edaf2a9 100644 --- a/app/assets/stylesheets/web-fonts/opera-31.scss +++ b/app/assets/stylesheets/web-fonts/opera-31.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Opera 31 (approximately 0.0% of all users) + * Browser: Opera 31 (approximately 0.5% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-32.scss b/app/assets/stylesheets/web-fonts/opera-32.scss index 20e9fd4..f909981 100644 --- a/app/assets/stylesheets/web-fonts/opera-32.scss +++ b/app/assets/stylesheets/web-fonts/opera-32.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": y, "wordwrap": y, - "progressmeter": y, + "pointerlock": y, "object-fit": y, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": y, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": y, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": y, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": y, + "insertadjacenthtml": y, + "let": a, + "link-rel-prerender": y, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-9.5-9.6.scss b/app/assets/stylesheets/web-fonts/opera-9.5-9.6.scss index d4da9b9..634e908 100644 --- a/app/assets/stylesheets/web-fonts/opera-9.5-9.6.scss +++ b/app/assets/stylesheets/web-fonts/opera-9.5-9.6.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/opera-9.scss b/app/assets/stylesheets/web-fonts/opera-9.scss index b6a9f04..f1488d9 100644 --- a/app/assets/stylesheets/web-fonts/opera-9.scss +++ b/app/assets/stylesheets/web-fonts/opera-9.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": n, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": u, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": n, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": u, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": n, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-3.1.scss b/app/assets/stylesheets/web-fonts/safari-3.1.scss index 332c926..1f693e9 100644 --- a/app/assets/stylesheets/web-fonts/safari-3.1.scss +++ b/app/assets/stylesheets/web-fonts/safari-3.1.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": n, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": u, + "css-all": n, + "css-initial-value": u, + "css-letter-spacing": u, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-3.2.scss b/app/assets/stylesheets/web-fonts/safari-3.2.scss index 3be34d0..24955d5 100644 --- a/app/assets/stylesheets/web-fonts/safari-3.2.scss +++ b/app/assets/stylesheets/web-fonts/safari-3.2.scss @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": n, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": n, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": n, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-4.scss b/app/assets/stylesheets/web-fonts/safari-4.scss index 2a408dd..9ebf98d 100644 --- a/app/assets/stylesheets/web-fonts/safari-4.scss +++ b/app/assets/stylesheets/web-fonts/safari-4.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 4 (approximately 0.04% of all users) + * Browser: Safari 4 (approximately 0.02% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": n, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": n, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": a, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-5.1.scss b/app/assets/stylesheets/web-fonts/safari-5.1.scss index 3598ed7..0d772ce 100644 --- a/app/assets/stylesheets/web-fonts/safari-5.1.scss +++ b/app/assets/stylesheets/web-fonts/safari-5.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 5.1 (approximately 0.25% of all users) + * Browser: Safari 5.1 (approximately 0.18% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": y, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-5.scss b/app/assets/stylesheets/web-fonts/safari-5.scss index ea447ae..7c9c021 100644 --- a/app/assets/stylesheets/web-fonts/safari-5.scss +++ b/app/assets/stylesheets/web-fonts/safari-5.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 5 (approximately 0.1% of all users) + * Browser: Safari 5 (approximately 0.07% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": n, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": n, "font-variant-alternates": n, "form-attribute": u, - "es5": a + "es5": a, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": n, + "progress": n, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": n, + "css-first-letter": u, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": u, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-6.1.scss b/app/assets/stylesheets/web-fonts/safari-6.1.scss index dae1ea9..7306be8 100644 --- a/app/assets/stylesheets/web-fonts/safari-6.1.scss +++ b/app/assets/stylesheets/web-fonts/safari-6.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 6.1 (approximately 0.33% of all users) + * Browser: Safari 6.1 (approximately 0.15% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-6.scss b/app/assets/stylesheets/web-fonts/safari-6.scss index 0f57ccb..6bf2c42 100644 --- a/app/assets/stylesheets/web-fonts/safari-6.scss +++ b/app/assets/stylesheets/web-fonts/safari-6.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 6 (approximately 0.04% of all users) + * Browser: Safari 6 (approximately 0.03% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": a, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": u, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": a, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-7.1.scss b/app/assets/stylesheets/web-fonts/safari-7.1.scss index 8c602ff..cf49d81 100644 --- a/app/assets/stylesheets/web-fonts/safari-7.1.scss +++ b/app/assets/stylesheets/web-fonts/safari-7.1.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 7.1 (approximately 0.69% of all users) + * Browser: Safari 7.1 (approximately 0.36% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-7.scss b/app/assets/stylesheets/web-fonts/safari-7.scss index af48a21..40bb52d 100644 --- a/app/assets/stylesheets/web-fonts/safari-7.scss +++ b/app/assets/stylesheets/web-fonts/safari-7.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 7 (approximately 0.55% of all users) + * Browser: Safari 7 (approximately 0.1% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": n, "xhr2": a, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-8.scss b/app/assets/stylesheets/web-fonts/safari-8.scss index 74ae42f..286f2ee 100644 --- a/app/assets/stylesheets/web-fonts/safari-8.scss +++ b/app/assets/stylesheets/web-fonts/safari-8.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 8 (approximately 1.37% of all users) + * Browser: Safari 8 (approximately 1.27% of all users) * */ @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": n, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": n, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/assets/stylesheets/web-fonts/safari-9.scss b/app/assets/stylesheets/web-fonts/safari-9.scss index 25a39e1..48f1cf0 100644 --- a/app/assets/stylesheets/web-fonts/safari-9.scss +++ b/app/assets/stylesheets/web-fonts/safari-9.scss @@ -1,6 +1,6 @@ /* * web-fonts - * Browser: Safari 9 (approximately 0.0% of all users) + * Browser: Safari 9 (approximately 0.02% of all users) * */ @@ -93,7 +93,7 @@ $browser_capabilities: ( "script-async": y, "mediasource": y, "cors": y, - "css-backdrop-filter": y, + "css-backdrop-filter": yx, "calc": y, "dom-range": y, "ruby": a, @@ -107,7 +107,7 @@ $browser_capabilities: ( "mpeg4": y, "ogv": n, "wordwrap": y, - "progressmeter": y, + "pointerlock": n, "object-fit": a, "xhr2": y, "minmaxwh": y, @@ -273,7 +273,28 @@ $browser_capabilities: ( "fieldset-disabled": y, "font-variant-alternates": n, "form-attribute": y, - "es5": y + "es5": y, + "page-transition-events": y, + "ogg-vorbis": n, + "meter": y, + "progress": y, + "css-filter-function": yx, + "css-element-function": n, + "u2f": n, + "aac": y, + "link-rel-prefetch": u, + "ol-reversed": y, + "css-first-letter": y, + "wbr-element": y, + "css-all": n, + "css-initial-value": y, + "css-letter-spacing": y, + "css-unset-value": n, + "insertadjacenthtml": y, + "let": n, + "link-rel-prerender": n, + "css-writing-mode": yx, + "addeventlistener": y ); @import "bumbleberry-settings"; diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 22bccc0..c97df46 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -103,8 +103,13 @@ class ApplicationController < LinguaFrancaApplicationController end expiry ||= (Time.now + 12.hours) session[:confirm_uid] = user.id - confirmation = EmailConfirmation.create(user_id: user.id, expiry: expiry, url: url) - UserMailer.email_confirmation(confirmation).deliver_now + #confirmation = EmailConfirmation.create(user_id: user.id, expiry: expiry, url: url) + #UserMailer.email_confirmation(confirmation).deliver_now + UserMailer.send_mail :email_confirmation do + { + :args => EmailConfirmation.create(user_id: user.id, expiry: expiry, url: url) + } + end end def do_confirm(settings = nil) diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 48e6ef9..c028d11 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,5 +1,23 @@ class UserMailer < ActionMailer::Base add_template_helper(ApplicationHelper) + #add_template_helper(LinguaFrancaHelper) + include LinguaFrancaHelper + + #def self.before(*names) + # names.each do |name| + # m = instance_method(name) + # define_method(name) do |*args, &block| + # #yield + # if ![:send_action].include?(name.to_sym) + # puts " ====== #{name} ====== " + # I18n.backend.set_page_name(name) + # m.bind(self).(*args, &block) + # else + # puts " ------ #{name} ------ " + # end + # end + # end + #end default from: "Bike!Bike! " @@ -46,13 +64,15 @@ class UserMailer < ActionMailer::Base end def email_confirmation(confirmation) + #puts " == #{instance_methods.to_json.to_s} == " @confirmation = confirmation @host = UserMailer.default_url_options[:host] mail to: confirmation.user.email, - subject: (I18n.t 'email.subject.confirm_email','Please confirm your email address') + subject: (_'email.subject.confirm_email','Please confirm your email address') end def broadcast(host, subject, content, user, conference) + #puts " == #{instance_methods.to_json.to_s} == " @host = host @content = content @banner = (@host || 'http://localhost/') + (conference ? (conference.poster.preview.url || '') : image_url('logo.png')) @@ -61,4 +81,5 @@ class UserMailer < ActionMailer::Base end end + #before(*instance_methods) { } end diff --git a/config/locales/data/html_records/Broadcast-message---1.html b/config/locales/data/html_records/Broadcast-message---1.html index 380b487..d8af1af 100644 --- a/config/locales/data/html_records/Broadcast-message---1.html +++ b/config/locales/data/html_records/Broadcast-message---1.html @@ -44,9 +44,9 @@

2015!

-

San Marcos, Texas

+

-August 2 – 6, 2015 +August 7 – 11, 2015
diff --git a/config/locales/data/html_records/Broadcast-message--.html b/config/locales/data/html_records/Broadcast-message--.html index eb36f42..d8af1af 100644 --- a/config/locales/data/html_records/Broadcast-message--.html +++ b/config/locales/data/html_records/Broadcast-message--.html @@ -13,59 +13,53 @@ - +
-
-

Please confirm your email address

-
- - - -
+
+
+
+ +
-
+ +
+
+

My Bike!Bike!

+Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.
@@ -94,7 +88,7 @@ EN