Almost ready to merge
This commit is contained in:
parent
9da5f6a223
commit
c3aec0b71e
9
Gemfile
9
Gemfile
@ -8,8 +8,8 @@ gem 'jquery-ui-rails'
|
||||
gem 'coffee-rails', '~> 4.0.0'
|
||||
gem 'lingua_franca', :git => 'git://github.com/lingua-franca/lingua_franca.git'
|
||||
gem 'tzinfo-data'
|
||||
gem 'sass', '~> 3.4.13'
|
||||
gem 'sass-rails', :git => 'git://github.com/rails/sass-rails.git'
|
||||
gem 'sass'#, '~> 3.4.13'
|
||||
gem 'sass-rails'#, :git => 'git://github.com/rails/sass-rails.git', :tag => 'v4.0.5'
|
||||
gem 'bumbleberry', :git => 'git://github.com/bumbleberry/bumbleberry.git'
|
||||
gem 'foundation-rails'
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
@ -29,6 +29,8 @@ gem 'sitemap_generator'
|
||||
gem 'activerecord-session_store'
|
||||
gem 'paypal-express', '0.7.1'
|
||||
gem 'sass-json-vars'
|
||||
gem 'delayed_job_active_record'
|
||||
gem 'redcarpet'
|
||||
|
||||
gem 'copydb'
|
||||
|
||||
@ -66,7 +68,8 @@ group :staging, :production, :preview do
|
||||
end
|
||||
|
||||
group :production, :preview do
|
||||
gem 'unicorn'
|
||||
#gem 'unicorn'
|
||||
gem 'daemon-spawn'
|
||||
end
|
||||
|
||||
platforms 'mswin', 'mingw' do
|
||||
|
165
Gemfile.lock
165
Gemfile.lock
@ -12,7 +12,7 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: git://github.com/lingua-franca/lingua_franca.git
|
||||
revision: b7942bd94c699f127186dbb98ba298487f053db0
|
||||
revision: d74f8c6d3599eb2e1095ecc8738b6296f2e85db5
|
||||
specs:
|
||||
lingua_franca (0.0.1)
|
||||
diffy
|
||||
@ -23,17 +23,6 @@ GIT
|
||||
rails-i18n
|
||||
rubyzip
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rails/sass-rails.git
|
||||
revision: a264c198fe95290f1e1614570593ceb79e77314f
|
||||
specs:
|
||||
sass-rails (5.0.3)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (~> 1.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
@ -79,7 +68,7 @@ GEM
|
||||
acts_as_list (0.7.2)
|
||||
activerecord (>= 3.0)
|
||||
addressable (2.3.8)
|
||||
arel (6.0.0)
|
||||
arel (6.0.3)
|
||||
attr_required (1.0.0)
|
||||
awesome_print (1.6.1)
|
||||
bcrypt (3.1.10)
|
||||
@ -98,7 +87,7 @@ GEM
|
||||
cairo (1.14.1-x86-mingw32)
|
||||
pkg-config (>= 1.1.5)
|
||||
callsite (0.0.11)
|
||||
capistrano (2.15.5)
|
||||
capistrano (2.15.6)
|
||||
highline
|
||||
net-scp (>= 1.0.0)
|
||||
net-sftp (>= 2.0.0)
|
||||
@ -118,8 +107,6 @@ GEM
|
||||
carrierwave-imageoptimizer (1.2.1)
|
||||
carrierwave (~> 0.8)
|
||||
image_optimizer (~> 1.2)
|
||||
celluloid (0.16.0)
|
||||
timers (~> 4.0.0)
|
||||
childprocess (0.5.6)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
cliver (0.3.2)
|
||||
@ -133,7 +120,7 @@ GEM
|
||||
coffee-script-source (1.9.1.1)
|
||||
copydb (0.3.0)
|
||||
faker (~> 0.9.5)
|
||||
coveralls (0.8.1)
|
||||
coveralls (0.8.2)
|
||||
json (~> 1.8)
|
||||
rest-client (>= 1.6.8, < 2)
|
||||
simplecov (~> 0.10.0)
|
||||
@ -141,7 +128,7 @@ GEM
|
||||
thor (~> 0.19.1)
|
||||
crack (0.4.2)
|
||||
safe_yaml (~> 1.0.0)
|
||||
cucumber (1.3.19)
|
||||
cucumber (1.3.20)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.12)
|
||||
@ -153,8 +140,14 @@ GEM
|
||||
mime-types (>= 1.16, < 3)
|
||||
nokogiri (~> 1.5)
|
||||
rails (>= 3, < 5)
|
||||
daemon-spawn (0.4.2)
|
||||
database_cleaner (1.4.1)
|
||||
debug_inspector (0.0.2)
|
||||
delayed_job (4.0.6)
|
||||
activesupport (>= 3.0, < 5.0)
|
||||
delayed_job_active_record (4.0.3)
|
||||
activerecord (>= 3.0, < 5.0)
|
||||
delayed_job (>= 3.0, < 4.1)
|
||||
diff-lcs (1.2.5)
|
||||
diffy (3.0.7)
|
||||
docile (1.1.5)
|
||||
@ -171,9 +164,9 @@ GEM
|
||||
i18n (~> 0.4)
|
||||
faraday (0.9.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.9.8)
|
||||
ffi (1.9.8-x86-mingw32)
|
||||
font-awesome-rails (4.3.0.0)
|
||||
ffi (1.9.10)
|
||||
ffi (1.9.10-x86-mingw32)
|
||||
font-awesome-rails (4.4.0.0)
|
||||
railties (>= 3.2, < 5.0)
|
||||
forgery (0.6.0)
|
||||
formatador (0.2.5)
|
||||
@ -184,21 +177,22 @@ GEM
|
||||
glib2 (= 2.2.5)
|
||||
gdk_pixbuf2 (2.2.5-x86-mingw32)
|
||||
glib2 (= 2.2.5)
|
||||
geocoder (1.2.8)
|
||||
geocoder (1.2.9)
|
||||
gherkin (2.12.2)
|
||||
multi_json (~> 1.3)
|
||||
gherkin (2.12.2-x86-mingw32)
|
||||
multi_json (~> 1.3)
|
||||
git-version-bump (0.15.1)
|
||||
glib2 (2.2.5)
|
||||
pkg-config
|
||||
glib2 (2.2.5-x86-mingw32)
|
||||
cairo (>= 1.12.8)
|
||||
pkg-config
|
||||
globalid (0.3.5)
|
||||
globalid (0.3.6)
|
||||
activesupport (>= 4.1.0)
|
||||
guard (2.12.5)
|
||||
guard (2.13.0)
|
||||
formatador (>= 0.2.4)
|
||||
listen (~> 2.7)
|
||||
listen (>= 2.7, <= 4.0)
|
||||
lumberjack (~> 1.0)
|
||||
nenv (~> 0.1)
|
||||
notiffany (~> 0.0)
|
||||
@ -206,7 +200,7 @@ GEM
|
||||
shellany (~> 0.0)
|
||||
thor (>= 0.18.1)
|
||||
guard-compat (1.2.1)
|
||||
guard-rspec (4.5.0)
|
||||
guard-rspec (4.6.4)
|
||||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
@ -218,9 +212,7 @@ GEM
|
||||
haml (>= 4.0.6, < 5.0)
|
||||
html2haml (>= 1.0.1)
|
||||
railties (>= 4.0.1)
|
||||
highline (1.7.2)
|
||||
hitimes (1.2.2)
|
||||
hitimes (1.2.2-x86-mingw32)
|
||||
highline (1.7.3)
|
||||
html2haml (2.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
haml (~> 4.0.0)
|
||||
@ -232,20 +224,18 @@ GEM
|
||||
httpauth (0.2.1)
|
||||
i18n (0.7.0)
|
||||
image_optimizer (1.3.0)
|
||||
jquery-rails (4.0.3)
|
||||
jquery-rails (4.0.4)
|
||||
rails-dom-testing (~> 1.0)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jquery-ui-rails (5.0.3)
|
||||
jquery-ui-rails (5.0.5)
|
||||
railties (>= 3.2.16)
|
||||
json (1.8.2)
|
||||
json (1.8.3)
|
||||
jwt (0.1.13)
|
||||
multi_json (>= 1.5)
|
||||
kgio (2.9.3)
|
||||
launchy (2.4.3)
|
||||
addressable (~> 2.3)
|
||||
listen (2.10.0)
|
||||
celluloid (~> 0.16.0)
|
||||
listen (3.0.3)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
loofah (2.0.2)
|
||||
@ -258,11 +248,11 @@ GEM
|
||||
rack-contrib (~> 1.1)
|
||||
railties (>= 3.0.0, < 5.0.0)
|
||||
method_source (0.8.2)
|
||||
mime-types (2.5)
|
||||
mini_magick (4.2.3)
|
||||
mime-types (2.6.1)
|
||||
mini_magick (4.2.10)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.6.1)
|
||||
multi_json (1.11.0)
|
||||
minitest (5.8.0)
|
||||
multi_json (1.11.2)
|
||||
multi_test (0.1.2)
|
||||
multipart-post (2.0.0)
|
||||
nenv (0.2.0)
|
||||
@ -279,7 +269,7 @@ GEM
|
||||
mini_portile (~> 0.6.0)
|
||||
nokogiri (1.6.6.2-x86-mingw32)
|
||||
mini_portile (~> 0.6.0)
|
||||
notiffany (0.0.6)
|
||||
notiffany (0.0.7)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
oauth (0.4.7)
|
||||
@ -296,8 +286,8 @@ GEM
|
||||
activesupport (>= 2.3)
|
||||
attr_required (>= 0.0.5)
|
||||
rest-client
|
||||
pg (0.18.1)
|
||||
pg (0.18.1-x86-mingw32)
|
||||
pg (0.18.2)
|
||||
pg (0.18.2-x86-mingw32)
|
||||
pkg-config (1.1.6)
|
||||
poltergeist (1.6.0)
|
||||
capybara (~> 2.1)
|
||||
@ -313,9 +303,10 @@ GEM
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
win32console (~> 1.3)
|
||||
rack (1.6.1)
|
||||
rack-contrib (1.2.0)
|
||||
rack (>= 0.9.1)
|
||||
rack (1.6.4)
|
||||
rack-contrib (1.4.0)
|
||||
git-version-bump (~> 0.15)
|
||||
rack (~> 1.4)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rails (4.2.0)
|
||||
@ -352,11 +343,11 @@ GEM
|
||||
activesupport (= 4.2.0)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
raindrops (0.13.0)
|
||||
rake (10.4.2)
|
||||
rb-fsevent (0.9.4)
|
||||
rb-fsevent (0.9.5)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.3.2)
|
||||
rest-client (1.8.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
@ -366,78 +357,82 @@ GEM
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
rspec (3.2.0)
|
||||
rspec-core (~> 3.2.0)
|
||||
rspec-expectations (~> 3.2.0)
|
||||
rspec-mocks (~> 3.2.0)
|
||||
rspec-core (3.2.3)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-expectations (3.2.1)
|
||||
rspec (3.3.0)
|
||||
rspec-core (~> 3.3.0)
|
||||
rspec-expectations (~> 3.3.0)
|
||||
rspec-mocks (~> 3.3.0)
|
||||
rspec-core (3.3.2)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-expectations (3.3.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-mocks (3.2.1)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-mocks (3.3.2)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-rails (3.2.1)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-rails (3.3.3)
|
||||
actionpack (>= 3.0, < 4.3)
|
||||
activesupport (>= 3.0, < 4.3)
|
||||
railties (>= 3.0, < 4.3)
|
||||
rspec-core (~> 3.2.0)
|
||||
rspec-expectations (~> 3.2.0)
|
||||
rspec-mocks (~> 3.2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-support (3.2.2)
|
||||
rspec-core (~> 3.3.0)
|
||||
rspec-expectations (~> 3.3.0)
|
||||
rspec-mocks (~> 3.3.0)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-support (3.3.0)
|
||||
rsvg2 (2.2.5)
|
||||
cairo (>= 1.12.8)
|
||||
gdk_pixbuf2 (= 2.2.5)
|
||||
rsvg2 (2.2.5-x86-mingw32)
|
||||
cairo (>= 1.12.8)
|
||||
gdk_pixbuf2 (= 2.2.5)
|
||||
ruby_parser (3.6.6)
|
||||
ruby_parser (3.7.1)
|
||||
sexp_processor (~> 4.1)
|
||||
rubyzip (1.1.7)
|
||||
rvm-capistrano (1.5.6)
|
||||
capistrano (~> 2.15.4)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.13)
|
||||
sass (3.4.16)
|
||||
sass-json-vars (0.3.2)
|
||||
sass (>= 3.1)
|
||||
selenium-webdriver (2.45.0)
|
||||
sass-rails (5.0.3)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (~> 1.1)
|
||||
selenium-webdriver (2.47.1)
|
||||
childprocess (~> 0.5)
|
||||
multi_json (~> 1.0)
|
||||
rubyzip (~> 1.0)
|
||||
websocket (~> 1.0)
|
||||
sexp_processor (4.5.1)
|
||||
sexp_processor (4.6.0)
|
||||
shellany (0.0.1)
|
||||
simplecov (0.10.0)
|
||||
docile (~> 1.1.0)
|
||||
json (~> 1.8)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.0)
|
||||
sitemap_generator (5.0.5)
|
||||
sitemap_generator (5.1.0)
|
||||
builder
|
||||
slop (3.6.0)
|
||||
sorcery (0.9.1)
|
||||
bcrypt (~> 3.1)
|
||||
oauth (~> 0.4, >= 0.4.4)
|
||||
oauth2 (>= 0.8.0)
|
||||
sprockets (3.0.3)
|
||||
sprockets (3.2.0)
|
||||
rack (~> 1.0)
|
||||
sprockets-rails (2.3.0)
|
||||
sprockets-rails (2.3.2)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
term-ansicolor (1.3.0)
|
||||
term-ansicolor (1.3.2)
|
||||
tins (~> 1.0)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
timers (4.0.1)
|
||||
hitimes
|
||||
tins (1.5.1)
|
||||
tins (1.5.4)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo-data (1.2015.4)
|
||||
tzinfo-data (1.2015.5)
|
||||
tzinfo (>= 1.0.0)
|
||||
uglifier (2.7.1)
|
||||
execjs (>= 0.3.0)
|
||||
@ -446,21 +441,17 @@ GEM
|
||||
unf_ext
|
||||
unf_ext (0.0.7.1)
|
||||
unf_ext (0.0.7.1-x86-mingw32)
|
||||
unicorn (4.9.0)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
wdm (0.1.0)
|
||||
wdm (0.1.1)
|
||||
webmock (1.21.0)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
websocket (1.2.2)
|
||||
websocket-driver (0.5.4)
|
||||
websocket-driver (0.6.2)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.2)
|
||||
win32console (1.3.2-x86-mingw32)
|
||||
wysiwyg-rails (1.2.6)
|
||||
font-awesome-rails (>= 4.2.0.0)
|
||||
wysiwyg-rails (1.2.8)
|
||||
font-awesome-rails (>= 4.3.0.0)
|
||||
railties (>= 3.2, < 5.0)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
@ -484,7 +475,9 @@ DEPENDENCIES
|
||||
copydb
|
||||
coveralls
|
||||
cucumber-rails
|
||||
daemon-spawn
|
||||
database_cleaner
|
||||
delayed_job_active_record
|
||||
factory_girl_rails
|
||||
font-awesome-rails
|
||||
foundation-rails
|
||||
@ -507,19 +500,19 @@ DEPENDENCIES
|
||||
rails (= 4.2.0)
|
||||
rails-assets-cdn
|
||||
rails_12factor
|
||||
redcarpet
|
||||
rspec
|
||||
rspec-rails
|
||||
rvm-capistrano
|
||||
sass (~> 3.4.13)
|
||||
sass
|
||||
sass-json-vars
|
||||
sass-rails!
|
||||
sass-rails
|
||||
selenium-webdriver
|
||||
simplecov
|
||||
sitemap_generator
|
||||
sorcery (>= 0.8.1)
|
||||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
unicorn
|
||||
wdm (>= 0.1.0)
|
||||
webmock
|
||||
wysiwyg-rails
|
||||
|
@ -1,5 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<symbol id="bb-tools" viewBox="0 0 100 100"><path d="M9.3 85.5c0.8 0.8 1.9 0.8 2.6 0.2l33.5-33.3c0.7-0.6 0.6-1.8-0.2-2.5 -0.8-0.8-1.9-0.8-2.6-0.2L9.1 83C8.4 83.6 8.5 84.8 9.3 85.5z"></path><path d="M49.8 56.8L16.3 90.1c-0.7 0.6-0.6 1.8 0.2 2.5 0.8 0.8 1.9 0.8 2.6 0.2l33.5-33.3c0.7-0.6 0.6-1.8-0.2-2.5C51.6 56.2 50.4 56.1 49.8 56.8z"></path><path d="M80.5 80c-3.5 3.5-3.5 9.2 0 12.8 3.5 3.5 9.3 3.5 12.8 0 3.5-3.5 3.5-9.2 0-12.8C89.8 76.5 84 76.5 80.5 80z"></path><path d="M79 78.5c3.7-3.7 3.7-9.7 0-13.3L42.6 29c-3.7-3.7-9.7-3.7-13.4 0 -3.7 3.7-3.7 9.7 0 13.3l36.4 36.2C69.3 82.2 75.3 82.2 79 78.5zM31 42.4c-3.6-3.5-3.8-9-0.6-12.2 3.2-3.2 8.7-2.9 12.3 0.6l34.9 34.7c3.6 3.5 3.8 9 0.6 12.2 -3.2 3.2-8.7 2.9-12.3-0.6L31 42.4z"></path><path d="M78.1 77.6c3.2-3.2 3-8.7-0.6-12.2L42.6 30.8c-3.6-3.5-9-3.8-12.3-0.6 -3.2 3.2-3 8.7 0.6 12.2l34.9 34.7C69.4 80.6 74.9 80.8 78.1 77.6z"></path><path d="M21 36.9l58.4 58c4.4 4.4 11.7 4.4 16.1 0 4.4-4.4 4.4-11.6 0-16l-58.4-58c0.7-5.5-1-11.3-5.3-15.5 -5.1-5.1-12.4-6.6-18.9-4.5 3.8 3.7 6.7 6.7 7.6 7.6 3.3 3.2 4 7.7 1.7 10l-3.7 3.7c-2.3 2.3-6.8 1.5-10.1-1.7 -0.9-0.9-3.9-3.8-7.6-7.5 -2 6.4-0.5 13.7 4.6 18.8C9.7 35.9 15.5 37.6 21 36.9zM93.3 92.8c-3.5 3.5-9.3 3.5-12.8 0 -3.5-3.5-3.5-9.2 0-12.8 3.5-3.5 9.3-3.5 12.8 0C96.8 83.5 96.8 89.2 93.3 92.8zM29.2 42.3c-3.7-3.7-3.7-9.7 0-13.3 3.7-3.7 9.7-3.7 13.4 0l36.4 36.2c3.7 3.7 3.7 9.7 0 13.3 -3.7 3.7-9.7 3.7-13.4 0L29.2 42.3z"></path><path d="M20.9 98.6L50.3 69.3l-3.8-3.8 -27.5 27.3c-0.7 0.6-1.8 0.6-2.6-0.2 -0.8-0.8-0.8-1.9-0.2-2.5l27.5-27.3 -4.4-4.4L11.8 85.7c-0.6 0.6-1.8 0.6-2.6-0.2 -0.8-0.8-0.8-1.9-0.2-2.5l27.5-27.3 -3.8-3.8L3.3 81.1c-2.9 2.8-1.2 9 3.6 13.9C11.8 99.8 18 101.4 20.9 98.6z"></path><polygon points="64.9 44.9 74.8 35 83 32.8 98.9 10.3 92.2 3.5 69.5 19.4 67.2 27.5 57.4 37.4 "></polygon></symbol>
|
||||
<symbol id="bb-projector" viewBox="0 0 26 17"><path d="M3 16c0 0.6 0.4 1 1 1h2c0.6 0 1-0.4 1-1v-1H3V16zM19 16c0 0.6 0.4 1 1 1h2c0.6 0 1-0.4 1-1v-1h-4V16zM23 0H3C1.3 0 0 1.3 0 3v8c0 1.7 1.3 3 3 3h20c1.7 0 3-1.3 3-3V3C26 1.3 24.7 0 23 0zM10.5 10h-7C3.2 10 3 9.8 3 9.5S3.2 9 3.5 9h7C10.8 9 11 9.2 11 9.5S10.8 10 10.5 10zM10.5 8h-7C3.2 8 3 7.8 3 7.5S3.2 7 3.5 7h7C10.8 7 11 7.2 11 7.5S10.8 8 10.5 8zM10.5 6h-7C3.2 6 3 5.8 3 5.5 3 5.2 3.2 5 3.5 5h7C10.8 5 11 5.2 11 5.5 11 5.8 10.8 6 10.5 6zM19 12.1c-2.8 0-5.1-2.3-5.1-5.1 0-2.8 2.3-5.1 5.1-5.1 2.8 0 5.1 2.3 5.1 5.1C24.1 9.8 21.8 12.1 19 12.1z"></path><circle cx="19" cy="7" r="2.8"></circle></symbol>
|
||||
<symbol id="bb-sound" viewBox="0 0 100 100"><path d="M94.1 42.4H87.2c-0.5 0-0.9 0.4-0.9 0.9 0 0.5 0.4 0.9 0.9 0.9h6.9c0.5 0 0.9-0.4 0.9-0.9C95 42.8 94.6 42.4 94.1 42.4zM84.3 34.7c0 0.1 0 0.2 0.1 0.3 0.2 0.5 0.7 0.7 1.2 0.5l6.4-2.5c0.5-0.2 0.7-0.7 0.5-1.2 -0.2-0.5-0.7-0.7-1.2-0.5l-6.4 2.5C84.5 33.9 84.3 34.3 84.3 34.7zM80.8 28.3l4.7-5.1c0.4-0.4 0.3-1-0.1-1.3 -0.4-0.3-1-0.3-1.3 0.1l-4.7 5.1c-0.2 0.2-0.2 0.4-0.2 0.6 0 0.3 0.1 0.5 0.3 0.7C79.8 28.7 80.4 28.7 80.8 28.3zM92 53.7l-6.4-2.5c-0.5-0.2-1 0-1.2 0.5 0 0.1-0.1 0.2-0.1 0.3 0 0.4 0.2 0.7 0.6 0.9l6.4 2.5c0.5 0.2 1 0 1.2-0.5C92.7 54.5 92.5 53.9 92 53.7zM80.8 58.4c-0.3-0.4-0.9-0.4-1.3-0.1 -0.2 0.2-0.3 0.4-0.3 0.7 0 0.2 0.1 0.5 0.2 0.6l4.7 5.1c0.4 0.4 0.9 0.4 1.3 0.1 0.4-0.4 0.4-0.9 0.1-1.3L80.8 58.4zM70.4 19.6c-1.1 0-2.1 0.7-3 2.3 -0.6 1.1-6.8 11-15.1 12.4 -8.3 1.4-17.6 1.8-23.4 1.8h-17C8.1 36.1 5 38.6 5 41.8v2.2 2.2c0 3.1 3.1 5.6 7 5.6h12.1l-3 26c-0.3 2.8 0 3.8 1.6 3.8h9 0.7c1 0 2.3 0 2.8 0 0.7 0 1.1-0.6 1.1-1.2l0.5-4.3c0.1-0.6-0.2-1.2-0.9-1.2 0 0 0 0-0.1 0 -0.1 0-0.2 0-0.2 0 0 0-0.1 0-0.1 0 -1 0-2.4-1-2.1-3.5l2.2-19.4c5.1 0.2 11 0.7 16.5 1.7 8.3 1.4 14.5 11.3 15.1 12.4 0.9 1.6 1.9 2.3 3 2.3 1.1 0 2.6-0.7 2.6-2.3V43.9 21.9C73 20.3 71.5 19.6 70.4 19.6z"></path></symbol>
|
||||
<symbol id="bb-workshop" viewBox="0 0 95.8 100"><circle cx="10.4" cy="77.1" r="6.3"></circle><path d="M10.4 85.4C4.7 85.4 0 90.1 0 95.8V100h20.8v-4.2C20.8 90.1 16.2 85.4 10.4 85.4z"></path><circle cx="35.4" cy="77.1" r="6.3"></circle><path d="M35.4 85.4C29.7 85.4 25 90.1 25 95.8V100h20.8v-4.2C45.8 90.1 41.2 85.4 35.4 85.4z"></path><circle cx="60.4" cy="77.1" r="6.3"></circle><path d="M60.4 85.4C54.7 85.4 50 90.1 50 95.8V100h20.8v-4.2C70.8 90.1 66.2 85.4 60.4 85.4z"></path><circle cx="85.4" cy="77.1" r="6.3"></circle><path d="M85.4 85.4C79.7 85.4 75 90.1 75 95.8V100h20.8v-4.2C95.8 90.1 91.2 85.4 85.4 85.4z"></path><path d="M52.1 56.3H43.8c-1.2 0-2.1-0.9-2.1-2.1s0.9-2.1 2.1-2.1h8.3c1.2 0 2.1 0.9 2.1 2.1S53.2 56.3 52.1 56.3zM47.9 12.5c-1.2 0-2.1-0.9-2.1-2.1V2.1C45.8 0.9 46.8 0 47.9 0S50 0.9 50 2.1v8.3C50 11.6 49.1 12.5 47.9 12.5zM29.2 31.3h-8.3c-1.2 0-2.1-0.9-2.1-2.1s0.9-2.1 2.1-2.1h8.3c1.2 0 2.1 0.9 2.1 2.1S30.3 31.3 29.2 31.3zM34.4 17.7c-0.5 0-1.1-0.2-1.5-0.6l-5.9-5.9c-0.8-0.8-0.8-2.1 0-2.9 0.8-0.8 2.1-0.8 2.9 0l5.9 5.9c0.8 0.8 0.8 2.1 0 2.9C35.4 17.5 34.9 17.7 34.4 17.7zM61.5 17.7c-0.5 0-1.1-0.2-1.5-0.6 -0.8-0.8-0.8-2.1 0-2.9l5.9-5.9c0.8-0.8 2.1-0.8 2.9 0 0.8 0.8 0.8 2.1 0 2.9l-5.9 5.9C62.5 17.5 62 17.7 61.5 17.7zM75 31.3h-8.3c-1.2 0-2.1-0.9-2.1-2.1s0.9-2.1 2.1-2.1H75c1.2 0 2.1 0.9 2.1 2.1S76.2 31.3 75 31.3zM52.1 58.3H43.8c-1.2 0-2.1 0.9-2.1 2.1S42.6 62.5 43.8 62.5h1c0 1.2 0.9 2.1 2.1 2.1h2.1c1.2 0 2.1-0.9 2.1-2.1h1c1.2 0 2.1-0.9 2.1-2.1S53.2 58.3 52.1 58.3zM58.7 39c2.4-2.6 3.8-6 3.8-9.8 0-8.1-6.5-14.6-14.6-14.6s-14.6 6.5-14.6 14.6c0 3.7 1.4 7 3.6 9.6 1 1.1 4.7 5.5 4.7 9.2 0 1.2 0.9 2.1 2.1 2.1h8.3c1.2 0 2.1-0.9 2.1-2.1V47.8C54.2 44.4 57.4 40.4 58.7 39z"></path></symbol>
|
||||
<symbol id="bb-presentation" viewBox="0 0 94.5 100"><path d="M13.1 76.4c-3.6 0-6.5-2.9-6.5-6.5 0-3.6 2.9-6.5 6.5-6.5 3.6 0 6.5 2.9 6.5 6.5C19.7 73.4 16.7 76.4 13.1 76.4M0 100V87.2c0-4.6 3.8-8.4 8.4-8.4h9c4.6 0 8.7 3.7 8.7 8.4V100H0zM80.7 75.8c3.6 0 6.5-2.9 6.5-6.5 0-3.6-2.9-6.5-6.5-6.5 -3.6 0-6.5 2.9-6.5 6.5C74.2 72.9 77.1 75.8 80.7 75.8M93.9 100V87.2c0-4.6-3.8-8.4-8.4-8.4h-9c-4.6 0-8.7 3.7-8.7 8.4V100H93.9zM46.9 63.2c3.6 0 6.6 2.9 6.6 6.5 0 3.6-3 6.5-6.6 6.5 -3.6 0-6.6-2.9-6.6-6.5C40.3 66.2 43.3 63.2 46.9 63.2M31 100l5.2-14.1c2.1-7.2 8.1-7 8.1-7h2.6 2.6c0 0 6-0.2 8.1 7l5.2 14.1H31z"></path><polygon points="46.9 55 46.9 39.5 44.4 36.9 44.4 52.4 5.5 52.4 5.5 3.2 44.4 3.2 44.4 28.5 46.9 31 46.9 0.6 2.9 0.6 2.9 55 "></polygon><path d="M80.7 26.5c3.6 0 6.5-2.9 6.5-6.5 0-3.6-2.9-6.5-6.5-6.5 -3.6 0-6.5 2.9-6.5 6.5C74.2 23.6 77.1 26.5 80.7 26.5M85.5 28.6h-9c-1.6 0-3.2 0.5-4.5 1.3 -1.6 0.6-2.9 1.7-3.9 3.1l-5.4 8.2 -8.2 0L42.9 29.6c-0.4-0.4-1.1-0.4-1.6 0 -0.4 0.4-0.4 1.1 0 1.6l11 11c-0.2 0.4-0.6 1.2-0.6 1.7 0 1.5 1.2 2.7 2.7 2.7H63.5c1 0 2.4-0.4 2.9-1.3 0.4-0.6 0.9-1.3 1.3-1.9v3.6 2.8 5.8h3.3H93.8h0.1v-5.8 -2.8V36.9C93.9 32.3 90.1 28.6 85.5 28.6"></path></symbol>
|
||||
<symbol id="bb-high-five" viewBox="0 0 50 50"><circle cx="11.3" cy="9.7" r="3.1"></circle><path d="M21.5 5.4c-0.6 0-1.2 0.5-1.2 1.2v6.9l-13.2 0c-0.5 0-1 0.3-1.1 0.8L2.5 26.6c-0.2 0.6 0.2 1.3 0.8 1.4 0.1 0 0.2 0 0.3 0 0.5 0 1-0.3 1.1-0.8l2.6-9.1v25c0 0.8 0.7 1.5 1.5 1.5s1.5-0.7 1.5-1.5V30.7h1.8v12.3c0 0.8 0.7 1.5 1.5 1.5s1.5-0.7 1.5-1.5V15.7l6.2 0c0.6 0 1.2-0.5 1.2-1.2v-8C22.7 5.9 22.2 5.4 21.5 5.4z"></path><circle cx="38.7" cy="9.7" r="3.1"></circle><path d="M47.5 26.6L44 14.2c-0.1-0.5-0.6-0.8-1.1-0.8l-13.8 0L25.3 8V6.5c0-0.6-0.5-1.2-1.2-1.2S23 5.9 23 6.5v1.8c0 0.2 0.1 0.5 0.2 0.7l4.4 6.2c0.2 0.3 0.6 0.5 0.9 0.5l6.2 0v27.4c0 0.8 0.7 1.5 1.5 1.5s1.5-0.7 1.5-1.5V30.7h1.8v12.3c0 0.8 0.7 1.5 1.5 1.5 0.8 0 1.5-0.7 1.5-1.5v-25l2.6 9.1c0.1 0.5 0.6 0.8 1.1 0.8 0.1 0 0.2 0 0.3 0C47.3 27.8 47.6 27.2 47.5 26.6z"></path></symbol>
|
||||
<symbol id="bb-milk" viewBox="0 0 100 100"><path d="M65 31.4l-0.8-1.1C61.3 26.3 59 20 59 16.4V11.8h2.3V9.5c0-2.5-2-4.5-4.5-4.5h-13.5c-2.5 0-4.5 2-4.5 4.5v2.3H41v4.6c0 3.7-2.3 9.9-5.2 14l-0.8 1.1C32.1 35.5 29.8 42.8 29.8 47.8V86c0 5 4 9 9 9h22.5c5 0 9-4 9-9V47.8C70.3 42.8 67.9 35.5 65 31.4zM56.8 34.3c0 7.5-6 13.5-13.5 13.5h-4.5V86c-2.5 0-4.5-2-4.5-4.5V46.9h0c0.3-4 2.2-9.8 4.4-12.8l0.8-1.1c3.5-4.8 6.1-12 6.1-16.6V11.8h2.3c0 2.5 2 4.5 4.5 4.5h2.3v0.1c0 4.3 2.3 10.9 5.4 15.6h-3.4C56.7 32.7 56.8 33.5 56.8 34.3z"></path></symbol>
|
||||
<symbol id="bb-meat" viewBox="0 -10 100 130"><path d="M99.7 91l0.3-7.1c0-0.9-0.6-1.3-1.3-0.8l-5.9 3.3c0.7-5.4-1.3-11.1-6.2-14.5 -7.1-4.9-22.9-1-39.9-18C29.6 36.8 31 20.7 28.7 16.1c-2.9-5.9-8.8-8.7-14.5-8.3l3.3-5.9c0.4-0.8 0-1.4-0.8-1.3l-7.1 0.3C8.7 0.9 8.4 1.5 8.9 2.3l3.8 5.7c-3 0.5-5.8 1.8-8 4 -4.5 4.5-5 10.8-4.6 16.5 0 0 3.8 26.9 24.1 47.2C40.7 92.2 64.6 99.3 73 99.4c6.8 0.1 10.9 0.4 15.2-3.9 0 0 0 0 0 0 2.2-2.2 3.6-4.9 4.3-7.7l5.9 3.9C99.1 92.2 99.7 91.9 99.7 91zM70.6 91.4v0c0 0-22.9-2-42-20.8C9.9 51.6 7.8 28.7 7.8 28.7l0 0c-0.2-1 0.1-2 0.9-2.7 1.2-1.2 3.2-1.2 4.4 0 0.6 0.6 0.9 1.3 0.9 2.1l0 0c0 0 3.9 22.3 19.3 38C49 81.4 71.3 85.3 71.3 85.3l0 0c0.8 0 1.5 0.3 2.1 0.9 1.2 1.2 1.2 3.2 0 4.4C72.6 91.3 71.5 91.6 70.6 91.4z"></path></symbol>
|
||||
<symbol id="bb-house" viewBox="20 20 60 50"><path d="M57.9 29.9v-5h6.3v9.4l13.2 9.1 -6.2 0.7V67.9h-4.8 -30H31.5V43.4h-7l26.1-18.5L57.9 29.9zM56.8 58.3v-5.5h-4.8v5.5H56.8zM56.8 52V46.5h-4.8v5.5H56.8zM50.6 58.3v-5.5h-4.8v5.5H50.6zM50.6 52V46.5h-4.8v5.5H50.6z"></path></symbol>
|
||||
<symbol id="bb-tent" viewBox="0 0 100 100"><path fill-rule="evenodd" clip-rule="evenodd" d="M36.2 95.8c-4 0-7.9 0-11.9 0 0-0.6 0-1.2 0-1.8 0-9.4 0-18.9 0-28.3 0-2 0-2-2.1-2 -5.2 0-10.4 0-15.6 0 -0.4 0-0.9 0-1.6-0.1 3.4-6 6.8-11.8 10.3-17.9 -1.4 0-2.6 0-4.1 0 2.6-4.5 5-8.7 7.5-13.1 -1.1 0-2 0-3.2 0C20.7 23.6 25.7 14.8 30.9 5.8c5.2 9 10.2 17.8 15.4 26.7 -0.9 0.1-1.6 0.1-2.7 0.1 2.5 4.3 4.9 8.5 7.4 12.9 -1.2 0.1-2.2 0.1-3.6 0.2 3.4 6 6.8 11.8 10.2 17.9 -0.8 0-1.3 0.1-1.8 0.1 -5.9 0-11.8 0-17.6 0 -2 0-2 0-2 2 0 9.4 0 18.9 0 28.3C36.2 94.5 36.2 95 36.2 95.8zM43.3 95.9c1.9-7.9 3.8-15.7 5.8-23.4 0.4-1.5 0.4-2.9 0-4.3 -0.2-0.7-0.3-1.4-0.5-2.1 0.1 0 0.3-0.1 0.4-0.1 0.2 0.7 0.5 1.4 0.8 2.3 0.3-0.9 0.6-1.5 0.8-2.1 0.1 0 0.3 0.1 0.4 0.1 -0.2 1.1-0.5 2.3-0.7 3.5 12.2 0 24.3 0 36.5 0 -0.2-1.2-0.5-2.4-0.7-3.6 0.1 0 0.2-0.1 0.4-0.1 0.2 0.6 0.5 1.1 0.8 1.9 0.3-0.8 0.6-1.4 0.8-2.1 0.2 0.1 0.4 0.1 0.5 0.2 -0.4 1.3-0.8 2.6-1.2 3.8 -0.2 0.6-0.7 1.1-0.9 1.7 -1.9 7.7-3.8 15.5-5.7 23.3 -0.2 0.8-0.5 1.2-1.5 1.2 -11.7 0-23.4 0-35.1 0C44 96 43.8 95.9 43.3 95.9zM88.5 69.7c2.1 8.6 4.3 17.3 6.5 26 -4.2 0-8.3 0-12.7 0 2-8.7 3.9-17.4 5.9-26C88.3 69.8 88.4 69.7 88.5 69.7z"/></symbol>
|
||||
<symbol id="bb-none" viewBox="0 0 100 100"><path d="M50 17c-18.2 0-33 14.8-33 33S31.8 83 50 83 83 68.2 83 50 68.2 17 50 17zM50 23.9c5.8 0 11.1 1.9 15.4 5.1L29 65.4c-3.2-4.3-5.1-9.6-5.1-15.4C23.9 35.6 35.6 23.9 50 23.9zM50 76.1c-5.3 0-10.2-1.6-14.3-4.3l36.1-36.1c2.7 4.1 4.3 9 4.3 14.3C76.1 64.4 64.4 76.1 50 76.1z"></path></symbol>
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 30 KiB |
@ -1,10 +1,18 @@
|
||||
$sidebar-width: rems(19);
|
||||
|
||||
$colour-1: #00ADEF;
|
||||
$colour-2: #FF015B;
|
||||
$colour-3: #E6C229;
|
||||
$colour-4: #F17105;
|
||||
$colour-5: #8EA604;
|
||||
// $colour-1: #00ADEF;
|
||||
// $colour-2: #FF015B;
|
||||
// $colour-3: #E6C229;
|
||||
// $colour-4: #F17105;
|
||||
// $colour-5: #8EA604;
|
||||
|
||||
$colour-1: #00ADEF; // blue
|
||||
$colour-2: #DD57EF; // pink
|
||||
$colour-3: #E6C74B; // yellow
|
||||
$colour-4: #D89E59; // orange
|
||||
$colour-5: #02CA9E; // green
|
||||
|
||||
$white: #FFFEFE;
|
||||
|
||||
@mixin default-box-shadow($direction: top, $distance: 1, $inset: false, $additional-shadow: false) {
|
||||
@if capable_of(box-shadow) {
|
||||
|
@ -1,3 +1,4 @@
|
||||
@import "bumbleberry";
|
||||
@import "settings";
|
||||
|
||||
body {
|
||||
@ -6,8 +7,9 @@ body {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, label, button, .button {
|
||||
h1, h2, h3, h4, h5, label, button, .button, dt, th, nav.sub-menu {
|
||||
@include font-family(secondary);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@ -49,11 +51,32 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
margin-bottom: 2em;
|
||||
margin-left: 1em;
|
||||
background-color: #F8F8F8;
|
||||
width: 100%;
|
||||
@include default-box-shadow(top, 2, true);
|
||||
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding: 0.25em 0.5em;
|
||||
|
||||
&:first-child {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding-right: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button,
|
||||
.button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: #FFF;
|
||||
color: $white;
|
||||
background-color: $colour-1;
|
||||
border: 0;
|
||||
padding: 0.5em 1em;
|
||||
@ -122,16 +145,28 @@ button,
|
||||
|
||||
#main &[type="submit"] {
|
||||
background-color: $colour-5;
|
||||
|
||||
&[value="send"] {
|
||||
background-color: $colour-4;
|
||||
}
|
||||
}
|
||||
|
||||
&.register {
|
||||
background-color: $colour-4;
|
||||
text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
|
||||
//@include _(text-shadow, 0 0 0.15em rgba(0, 0, 0, 0.5));
|
||||
}
|
||||
|
||||
form.logout & {
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
#main &.modify {
|
||||
background-color: $colour-5;
|
||||
}
|
||||
|
||||
#main &.delete {
|
||||
background-color: $colour-4;
|
||||
}
|
||||
}
|
||||
|
||||
a.button {
|
||||
@ -143,6 +178,61 @@ a.button {
|
||||
}
|
||||
}
|
||||
|
||||
nav.sub-menu {
|
||||
display: inline-block;
|
||||
margin: 2rem 0 0;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
margin: 0 1em 0.5em 0;
|
||||
background-color: #E8E8E8;
|
||||
color: #888;
|
||||
display: inline-block;
|
||||
padding: 0.25em 0.75em 0.333em;
|
||||
font-size: 0.9em;
|
||||
border: 1px solid #AAA;
|
||||
border-bottom-width: 0.2em;
|
||||
//@include _(text-shadow, 0 0.125em 0.25em #BBB);
|
||||
@include _(border-radius, 0.15em);
|
||||
@include default-box-shadow(top, 2);
|
||||
@include _(text-shadow, 0 0.05em 0.05em #FFF);
|
||||
|
||||
&:hover, &:active, &:focus {
|
||||
background-color: #D8D8D8;
|
||||
}
|
||||
|
||||
&.current {
|
||||
background-color: #CCC;
|
||||
color: #666;
|
||||
padding: 0.333em 0.75em 0.25em;
|
||||
}
|
||||
|
||||
@include after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
border: 1px solid #AAA;
|
||||
background-color: #AAA;
|
||||
border-bottom-width: 0.125em;
|
||||
@include _(border-radius, 0.15em);
|
||||
@include default-box-shadow(top, 2);
|
||||
|
||||
a {
|
||||
border: 0;
|
||||
margin: 0 1px 0 0;
|
||||
float: left;
|
||||
@include _(border-radius, 0);
|
||||
@include _(box-shadow, none);
|
||||
|
||||
&:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
$line-height: 2em;
|
||||
display: block;
|
||||
@ -234,7 +324,7 @@ input {
|
||||
}
|
||||
|
||||
&.empty {
|
||||
background-color: #FFF;//#E8E8E8;
|
||||
background-color: $white;//#E8E8E8;
|
||||
background-image:
|
||||
#{$fn}repeating-linear-gradient(
|
||||
-45deg, #DDD,
|
||||
@ -258,13 +348,13 @@ input {
|
||||
z-index: 1;
|
||||
padding: 0.15em 0.5em;
|
||||
background-color: transparent;
|
||||
//@include _(box-shadow, inset 0 0 1em 1em #E8E8E8);
|
||||
//background-image: repeating-linear-gradient(45deg, #FFF, #FFF 5px, #E8E8E8 1px, );
|
||||
//background-image: #{$fn}linear-gradient(45deg, #DDD 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);//, #{$fn}linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
|
||||
//background-image: linear-gradient(-45deg, black 12.5%, transparent 12.5%, transparent 50%, black 50%, black 87.5%, transparent 87.5%, transparent);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&.big input {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
&:focus, &:active {
|
||||
label {
|
||||
color: #333;
|
||||
@ -294,6 +384,7 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
.check-box-field,
|
||||
.radio-button-field {
|
||||
@include clearfix;
|
||||
margin-bottom: 1em;
|
||||
@ -301,10 +392,7 @@ input {
|
||||
|
||||
label {
|
||||
float: left;
|
||||
width: 7em;
|
||||
height: 5em;
|
||||
@include default-box-shadow(top);
|
||||
//background-color: lighten($colour-4, 25);
|
||||
background-color: $colour-2;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
@ -314,7 +402,6 @@ input {
|
||||
@include _(transition, #{'transform, background-color 100ms, 100ms ease-in-out, ease-in-out'});
|
||||
|
||||
&:hover {
|
||||
//background-color: #EEE;
|
||||
@include _(transform, scale(1.1));
|
||||
}
|
||||
|
||||
@ -338,7 +425,7 @@ input {
|
||||
}
|
||||
|
||||
@include after {
|
||||
border: 0.5em solid #FFF;
|
||||
border: 0.5em solid $white;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
width: 1em;
|
||||
@ -354,9 +441,17 @@ input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-bottom: 0.75em;
|
||||
fill: #FFF;
|
||||
fill: $white;
|
||||
stroke: rgba(0, 0, 0, 0.667);
|
||||
stroke-width: 0.05em;
|
||||
|
||||
+ svg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@include _(opacity, 0.75);
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
@ -382,6 +477,32 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
.check-box-field {
|
||||
label {
|
||||
color: $white;
|
||||
font-weight: normal;
|
||||
@include font-family(secondary);
|
||||
@include _(text-stroke, 0.5px #000);
|
||||
|
||||
@include before {
|
||||
font-size: 0.6em;
|
||||
bottom: -0.8em;
|
||||
}
|
||||
|
||||
@include after {
|
||||
font-size: 0.3em;
|
||||
bottom: -0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.radio-button-field {
|
||||
label {
|
||||
width: 7em;
|
||||
height: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
.date-span {
|
||||
margin-left: 1em;
|
||||
|
||||
@ -398,9 +519,10 @@ input {
|
||||
input {
|
||||
@include default-box-shadow(top);
|
||||
background-color: $colour-1;
|
||||
color: #FFF;
|
||||
color: $white;
|
||||
border: 0;
|
||||
padding: 0 0.25em;
|
||||
font-weight: normal;
|
||||
@include font-family(secondary);
|
||||
@include _(text-stroke, 0.5px #000)
|
||||
}
|
||||
@ -410,6 +532,34 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
&.composition {
|
||||
textarea {
|
||||
height: 16em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
text-align: center;
|
||||
margin: 0 1em;
|
||||
|
||||
button, .button {
|
||||
margin: 0 0.25em;
|
||||
}
|
||||
|
||||
&.right {
|
||||
text-align: right;
|
||||
|
||||
.note {
|
||||
float: left;
|
||||
color: $colour-1;
|
||||
font-weight: bold;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-resizer {
|
||||
visibility: hidden;
|
||||
cursor: nw-resize;
|
||||
@ -417,7 +567,7 @@ input {
|
||||
|
||||
@include selection {
|
||||
background-color: rgba($colour-2, 0.75);
|
||||
color: rgba(#FFF, 0.75);
|
||||
color: rgba($white, 0.75);
|
||||
}
|
||||
|
||||
#main-nav {
|
||||
@ -425,7 +575,7 @@ input {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background-color: #FFF;
|
||||
background-color: $white;
|
||||
@include default-box-shadow(top, 2);
|
||||
z-index: 1;
|
||||
|
||||
@ -441,6 +591,7 @@ input {
|
||||
margin: 0;
|
||||
padding: 1em 0;
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
@include font-family(secondary);
|
||||
text-decoration: none;
|
||||
font-size: 2.25vw;
|
||||
@ -448,8 +599,8 @@ input {
|
||||
border: 0;
|
||||
width: 33.33%;
|
||||
background-color: $colour-5;
|
||||
color: #FFF;
|
||||
text-shadow: 0 0 0.35em #000;
|
||||
color: $white;
|
||||
@include _(text-shadow, 0 0 0.35em #000);
|
||||
|
||||
@include after {
|
||||
display: none;
|
||||
@ -480,8 +631,14 @@ input {
|
||||
.actions {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: rems(1.5);
|
||||
top: rems(0.5);
|
||||
right: rems(1);
|
||||
font-size: 3.1vw;
|
||||
|
||||
> a, > form {
|
||||
vertical-align: middle;
|
||||
margin: 0 0 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -489,11 +646,11 @@ input {
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
max-width: (rems(68) - $sidebar-width) * 2;
|
||||
background-color: #FFF;
|
||||
background-color: $white;
|
||||
padding-bottom: rems(2);
|
||||
|
||||
article {
|
||||
padding: rems(3.5) 7.5%;
|
||||
padding: rems(2.5) 7.5%;
|
||||
|
||||
&.supplementary {
|
||||
//background-color: $colour-3;
|
||||
@ -611,6 +768,37 @@ $header-tilt: 8deg;
|
||||
.colour-5 { fill: $colour-5; }
|
||||
}
|
||||
|
||||
@if capable_of(css-mixblendmode) {
|
||||
position: relative;
|
||||
|
||||
body.home & {
|
||||
$colours: ($colour-2, $colour-5, $colour-4, $colour-3, $colour-1);
|
||||
$gradient: (90deg);
|
||||
$w: 100% / length($colours);
|
||||
$i: 0;
|
||||
@each $colour in $colours {
|
||||
$gradient: append($gradient, #{$colour} #{$w * $i}, comma);
|
||||
$i: $i + 1;
|
||||
$gradient: append($gradient, #{$colour} #{$w * $i}, comma);
|
||||
}
|
||||
background-image: linear-gradient($gradient);
|
||||
}
|
||||
|
||||
.cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
background-size: inherit;
|
||||
background-position: inherit;
|
||||
-webkit-filter: saturate(25%);
|
||||
filter: saturate(25%);
|
||||
@include _(mix-blend-mode, multiply);
|
||||
}
|
||||
}
|
||||
|
||||
&.no-image,
|
||||
&.short {
|
||||
h1 {
|
||||
@ -619,7 +807,7 @@ $header-tilt: 8deg;
|
||||
margin: 0.25em 0.5em;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
text-shadow: 0 0 0.15em #000;
|
||||
@include _(text-shadow, 0 0 0.15em #000);
|
||||
}
|
||||
}
|
||||
|
||||
@ -655,7 +843,7 @@ $header-tilt: 8deg;
|
||||
.details {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: #FFF;
|
||||
color: $white;
|
||||
@include _(text-shadow, 0 0.2em 0.5em rgba(32, 32, 32, 0.75));
|
||||
}
|
||||
|
||||
@ -710,7 +898,7 @@ $header-tilt: 8deg;
|
||||
|
||||
.github {
|
||||
position: relative;
|
||||
background-color: #FFF;
|
||||
background-color: $white;
|
||||
border-radius: 0.25em;
|
||||
border: 0.1em solid #DDD;
|
||||
padding: 0.5em 0.5em 0.5em 2em;
|
||||
@ -755,6 +943,7 @@ $header-tilt: 8deg;
|
||||
color: #E7E7E7;
|
||||
text-align: center;
|
||||
line-height: 1.5em;
|
||||
font-weight: normal;
|
||||
@include font-family(secondary);
|
||||
@include _(transition, 150ms background-color ease-in-out);
|
||||
cursor: pointer;
|
||||
@ -785,7 +974,7 @@ $header-tilt: 8deg;
|
||||
bottom: 0;
|
||||
padding: 1em 4em;
|
||||
overflow: auto;
|
||||
background-color: #FFF;
|
||||
background-color: $white;
|
||||
z-index: 10;
|
||||
@include _(transform, scale(0));
|
||||
@include _(transform-origin, 6.25em _calc('100% - 2em', 98%));
|
||||
@ -815,9 +1004,10 @@ $header-tilt: 8deg;
|
||||
display: block;
|
||||
position: static;
|
||||
background-color: $colour-1;
|
||||
font-weight: normal;
|
||||
@include font-family(secondary);
|
||||
line-height: 1.5em;
|
||||
color: #FFF;
|
||||
color: $white;
|
||||
|
||||
@include before {
|
||||
content: '';
|
||||
@ -881,6 +1071,29 @@ $header-tilt: 8deg;
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.lingua-franca-navigation {
|
||||
width: 25%;
|
||||
@include clearfix;
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
font-weight: normal;
|
||||
@include font-family(secondary);
|
||||
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
@include font-family(primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#lingua-franca-keys {
|
||||
width: 75%;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
#main-nav {
|
||||
@ -973,7 +1186,7 @@ $header-tilt: 8deg;
|
||||
|
||||
&.no-image {
|
||||
min-height: 0;
|
||||
font-size: 2em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
svg {
|
||||
@ -987,7 +1200,7 @@ $header-tilt: 8deg;
|
||||
.title {
|
||||
text-align: left;
|
||||
width: 110%;
|
||||
background-color: rgba(#FFF, 0.5);
|
||||
background-color: rgba($white, 0.5);
|
||||
@include _(transform, rotate(-$header-tilt) translate3d(0, 0, 0));
|
||||
@include _(transform-origin, 0 100%);
|
||||
}
|
||||
@ -1079,7 +1292,7 @@ $header-tilt: 8deg;
|
||||
|
||||
#header-title {
|
||||
&.no-image {
|
||||
min-height: rems(10);
|
||||
min-height: 0;
|
||||
}
|
||||
&.short {
|
||||
min-height: rems(25);
|
||||
@ -1087,8 +1300,7 @@ $header-tilt: 8deg;
|
||||
&.no-image,
|
||||
&.short {
|
||||
h1 {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1176,7 +1388,7 @@ $header-tilt: 8deg;
|
||||
}
|
||||
}
|
||||
|
||||
@include header-colour(about, $colour-4);
|
||||
@include header-colour(about, $colour-1);
|
||||
@include header-colour(policy, $colour-3);
|
||||
|
||||
#bike_small + label {
|
||||
@ -1277,7 +1489,7 @@ $header-tilt: 8deg;
|
||||
}
|
||||
|
||||
h4, h5 {
|
||||
color: #FFF;
|
||||
color: $white;
|
||||
background-color: $colour-1;
|
||||
@include _(text-stroke, 1px rgba(0, 0, 0, 0.25));
|
||||
}
|
||||
@ -1326,9 +1538,8 @@ $header-tilt: 8deg;
|
||||
}
|
||||
|
||||
.info {
|
||||
//display: none;
|
||||
position: fixed;
|
||||
background-color: #FFF;
|
||||
background-color: $white;
|
||||
color: #333;
|
||||
left: auto;
|
||||
right: auto;
|
||||
@ -1350,4 +1561,291 @@ $header-tilt: 8deg;
|
||||
[value="cancel"] {
|
||||
background-color: $colour-4;
|
||||
}
|
||||
}
|
||||
|
||||
.conferences-register .policy-agreement {
|
||||
padding: 0.25em 1em;
|
||||
background-color: #F8F8F8;
|
||||
@include default-box-shadow(top, 2, true);
|
||||
}
|
||||
|
||||
.lingua-franca-translations {
|
||||
position: relative;
|
||||
@include default-box-shadow(top, 2);
|
||||
}
|
||||
|
||||
.lingua-franca-translations .translation-examples {
|
||||
//width: 100%;
|
||||
padding: 0 7.5%;
|
||||
z-index: 1;
|
||||
background-color: $white;
|
||||
padding-bottom: 0.5vh;
|
||||
}
|
||||
|
||||
html #lingua-franca-translation-form {
|
||||
@include _(box-shadow, none);
|
||||
}
|
||||
|
||||
.lingua-franca-translations .translation-examples ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
height: 6vh;
|
||||
padding-top: 0.25em;
|
||||
z-index: 1;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.lingua-franca-translations .translation-examples li {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 5vw;
|
||||
height: 5vh;
|
||||
margin: 0 0.5em;
|
||||
|
||||
@include after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
cursor: pointer;
|
||||
outline: 0.25em solid rgba($colour-2, 0.25);
|
||||
background-color: rgba($colour-2, 0.25);
|
||||
outline-color: rgba($colour-2, 0.25);
|
||||
@include _(transition, '#{background-color, outline-color 250ms, 250ms ease-in-out, ease-in-out}');
|
||||
}
|
||||
|
||||
iframe {
|
||||
@include _(transform, scale(0.05) translate(-950vw, -950vh));
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
@include _(transform-origin, 50% 50%);
|
||||
//@include _(transition, '#{transform, position, z-index 250ms, 250ms, 0 ease-in-out, ease-in-out, linear 0, 250ms, 0}');
|
||||
position: fixed;
|
||||
margin: auto
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include after {
|
||||
background-color: rgba($colour-3, 0);
|
||||
outline-color: rgba($colour-3, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
&.open {
|
||||
iframe {
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
//margin: auto;
|
||||
@include _(transform, scale(0.75) translate(0, 0));
|
||||
@include default-box-shadow(top, 2);
|
||||
|
||||
@include breakpoint(large) {
|
||||
left: 8.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include after {
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba($colour-3, 0.5);
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
/*@include before {
|
||||
content: '';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 101;
|
||||
cursor: pointer;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
.highlight-key {
|
||||
outline: 3rem solid rgba($colour-2, 0.5);
|
||||
}
|
||||
|
||||
#lingua-franca-translation-form button[type="submit"] {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.translation-history .translation-diff-info,
|
||||
.translation-history .diff ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.translation-history .translation-diff-info li {
|
||||
margin-bottom: 0.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.translation-history .translation-diff-info li,
|
||||
.translation-history .diff li {
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#lingua-franca-keys td a .undefined {
|
||||
font-style: italic;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.stats {
|
||||
list-style: none;
|
||||
|
||||
h3 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.stat {
|
||||
position: relative;
|
||||
padding: 0 0.25em;
|
||||
margin: 0.5em;
|
||||
font-size: 2em;
|
||||
display: inline-block;
|
||||
color: $white;
|
||||
background-color: $colour-1;
|
||||
@include default-box-shadow(top, 2);
|
||||
@include _(text-stroke, 1px rgba(0, 0, 0, 0.25));
|
||||
|
||||
&.important {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.money .stat {
|
||||
background-color: $colour-5;
|
||||
}
|
||||
|
||||
.percent {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.value {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.stat-with-label {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
background-color: $colour-3;
|
||||
margin: 0.5em;
|
||||
@include default-box-shadow(top, 2);
|
||||
|
||||
.stat {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: 0.5em 0.5em 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.breakdown {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.email-preview {
|
||||
max-width: 40rem;
|
||||
margin-top: 2em;
|
||||
padding: 0.25em 1em;
|
||||
background-color: #F8F8F8;
|
||||
@include default-box-shadow(top, 2, true);
|
||||
}
|
||||
|
||||
.facilitators {
|
||||
display: inline-block;
|
||||
|
||||
.name, .role {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.role {
|
||||
color: #666;
|
||||
|
||||
@include before {
|
||||
content: '(';
|
||||
}
|
||||
|
||||
@include after {
|
||||
content: '), ';
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
@include after {
|
||||
content: ')';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.workshop-previews {
|
||||
position: relative;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
p {
|
||||
padding: 0 1rem 0.5rem;
|
||||
font-size: 1em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: $white;
|
||||
background-color: $colour-1;
|
||||
padding: 0.5em 1em;
|
||||
margin: 0;
|
||||
@include _(text-stroke, 1px rgba(0, 0, 0, 0.25));
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
max-height: 10em;
|
||||
overflow: hidden;
|
||||
@include default-box-shadow(top, 2);
|
||||
@include _(transition, transform 150ms ease-in-out);
|
||||
|
||||
&:hover, &:focus, &:active {
|
||||
@include _(transform, scale(1.1));
|
||||
}
|
||||
|
||||
@include before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
@include _(box-shadow, inset 0em -2em 2em -1em $white);
|
||||
}
|
||||
|
||||
@include after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: UC Browser for Android 9.9 (approximately 3.84% of all users)
|
||||
* Browser: UC Browser for Android 9.9 (approximately 5.94% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": ax,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": n,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": a,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": a,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,25 +139,28 @@ $browser_capabilities: (
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": a,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": u,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": yx,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": u,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": ax,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": a,
|
||||
"beacon": n,
|
||||
"hashchange": n,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": n,
|
||||
"svg-css": n,
|
||||
"svg-smil": n,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": u,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": u,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": n,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": u,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": n,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": a,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": n,
|
||||
"svg-css": n,
|
||||
"svg-smil": n,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": u,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": u,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": u,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": n,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 2.3 (approximately 0.12% of all users)
|
||||
* Browser: Android Browser 2.3 (approximately 0.07% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": a,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": n,
|
||||
"svg-css": n,
|
||||
"svg-smil": n,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -221,22 +236,44 @@ $browser_capabilities: (
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": u,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -194,7 +209,7 @@ $browser_capabilities: (
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
@ -221,22 +236,44 @@ $browser_capabilities: (
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": u,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": u,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.1 (approximately 0.81% of all users)
|
||||
* Browser: Android Browser 4.1 (approximately 0.75% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"form-validation": a,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -194,7 +209,7 @@ $browser_capabilities: (
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.2-4.3 (approximately 1.37% of all users)
|
||||
* Browser: Android Browser 4.2-4.3 (approximately 1.48% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -194,7 +209,7 @@ $browser_capabilities: (
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.4.3-4.4.4 (approximately 1.18% of all users)
|
||||
* Browser: Android Browser 4.4.3-4.4.4 (approximately 1.13% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -18,7 +18,7 @@ $browser_capabilities: (
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": u,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": a,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4.4 (approximately 2.56% of all users)
|
||||
* Browser: Android Browser 4.4 (approximately 2.61% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -18,7 +18,7 @@ $browser_capabilities: (
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": u,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,16 +85,19 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": n,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": a,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 4 (approximately 0.25% of all users)
|
||||
* Browser: Android Browser 4 (approximately 0.22% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"form-validation": a,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -194,7 +209,7 @@ $browser_capabilities: (
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,28 +34,31 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,22 +74,27 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"calc": yx,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -120,7 +129,7 @@ $browser_capabilities: (
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
@ -128,27 +137,30 @@ $browser_capabilities: (
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": a,
|
||||
"requestanimationframe": yx,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": n,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": n,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": u,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -210,12 +225,12 @@ $browser_capabilities: (
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": u,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": u,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": u,
|
||||
"css-crisp-edges": ax,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"background-attachment": u,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": u,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Blackberry Browser 7 (approximately 0.08% of all users)
|
||||
* Browser: Blackberry Browser 7 (approximately 0.09% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": a,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,11 +155,12 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": n,
|
||||
"css-selection": n,
|
||||
"css-placeholder": u,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -215,7 +230,7 @@ $browser_capabilities: (
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": u,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
@ -223,20 +238,42 @@ $browser_capabilities: (
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": u,
|
||||
"css-boxdecorationbreak": u,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 10 (approximately 0.03% of all users)
|
||||
* Browser: Chrome 10 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 11 (approximately 0.08% of all users)
|
||||
* Browser: Chrome 11 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 12 (approximately 0.03% of all users)
|
||||
* Browser: Chrome 12 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 13 (approximately 0.02% of all users)
|
||||
* Browser: Chrome 13 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 14 (approximately 0.02% of all users)
|
||||
* Browser: Chrome 14 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 15 (approximately 0.02% of all users)
|
||||
* Browser: Chrome 15 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 18 (approximately 0.03% of all users)
|
||||
* Browser: Chrome 18 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 19 (approximately 0.01% of all users)
|
||||
* Browser: Chrome 19 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"requestanimationframe": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 21 (approximately 0.07% of all users)
|
||||
* Browser: Chrome 21 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"requestanimationframe": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 22 (approximately 0.08% of all users)
|
||||
* Browser: Chrome 22 (approximately 0.07% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,19 +85,22 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 25 (approximately 0.03% of all users)
|
||||
* Browser: Chrome 25 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 26 (approximately 0.05% of all users)
|
||||
* Browser: Chrome 26 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 27 (approximately 0.05% of all users)
|
||||
* Browser: Chrome 27 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 28 (approximately 0.05% of all users)
|
||||
* Browser: Chrome 28 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 29 (approximately 0.08% of all users)
|
||||
* Browser: Chrome 29 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 30 (approximately 0.13% of all users)
|
||||
* Browser: Chrome 30 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 31 (approximately 0.75% of all users)
|
||||
* Browser: Chrome 31 (approximately 0.76% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 32 (approximately 0.08% of all users)
|
||||
* Browser: Chrome 32 (approximately 0.07% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 33 (approximately 0.29% of all users)
|
||||
* Browser: Chrome 33 (approximately 0.16% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 34 (approximately 0.23% of all users)
|
||||
* Browser: Chrome 34 (approximately 0.14% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 35 (approximately 0.39% of all users)
|
||||
* Browser: Chrome 35 (approximately 0.26% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 36 (approximately 0.67% of all users)
|
||||
* Browser: Chrome 36 (approximately 0.66% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 37 (approximately 0.82% of all users)
|
||||
* Browser: Chrome 37 (approximately 0.9% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -80,13 +85,16 @@ $browser_capabilities: (
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": nd,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 38 (approximately 0.68% of all users)
|
||||
* Browser: Chrome 38 (approximately 0.25% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 39 (approximately 1.97% of all users)
|
||||
* Browser: Chrome 39 (approximately 0.52% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": y,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": a,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -107,11 +115,12 @@ $browser_capabilities: (
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": u,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": u,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": u,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 40 (approximately 27.38% of all users)
|
||||
* Browser: Chrome 40 (approximately 0.54% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": y,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": a,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 41 (approximately 0.19% of all users)
|
||||
* Browser: Chrome 41 (approximately 0.49% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": y,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
@ -224,19 +239,41 @@ $browser_capabilities: (
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": a,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 42 (approximately 0.17% of all users)
|
||||
* Browser: Chrome 42 (approximately 0.85% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
@ -166,8 +179,9 @@ $browser_capabilities: (
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -177,15 +191,16 @@ $browser_capabilities: (
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -195,12 +210,12 @@ $browser_capabilities: (
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": y,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
@ -217,26 +232,48 @@ $browser_capabilities: (
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 43 (approximately 0.0% of all users)
|
||||
* Browser: Chrome 43 (approximately 24.38% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
@ -166,8 +179,9 @@ $browser_capabilities: (
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -177,15 +191,16 @@ $browser_capabilities: (
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -195,12 +210,12 @@ $browser_capabilities: (
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": y,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
@ -217,26 +232,48 @@ $browser_capabilities: (
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": n,
|
||||
"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,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 44 (approximately 0.0% of all users)
|
||||
* Browser: Chrome 44 (approximately 0.13% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -106,12 +114,13 @@ $browser_capabilities: (
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -129,13 +138,15 @@ $browser_capabilities: (
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,7 +155,8 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"word-break": a,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
@ -166,8 +179,9 @@ $browser_capabilities: (
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
@ -177,15 +191,16 @@ $browser_capabilities: (
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": ax,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
@ -195,12 +210,12 @@ $browser_capabilities: (
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": y,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
@ -217,26 +232,48 @@ $browser_capabilities: (
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": n,
|
||||
"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,
|
||||
"css-boxdecorationbreak": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -107,11 +115,12 @@ $browser_capabilities: (
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": u,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": u,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -107,11 +115,12 @@ $browser_capabilities: (
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": n,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": ax,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,14 +90,17 @@ $browser_capabilities: (
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
@ -100,18 +108,19 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 10 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 10 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 11 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 11 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 12 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 12 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 14 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 14 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 16 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 16 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 17 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 17 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 18 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 18 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 19 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 19 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": n,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": ax,
|
||||
"transforms2d": n,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": n,
|
||||
"svg": a,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
@ -63,7 +66,7 @@ $browser_capabilities: (
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas": a,
|
||||
"canvas-text": p,
|
||||
"namevalue-storage": a,
|
||||
"sql-storage": n,
|
||||
@ -71,7 +74,9 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": n,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": n,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": n,
|
||||
"ttf": n,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": n,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": n,
|
||||
"mp3": n,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 20 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 20 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 22 (approximately 0.03% of all users)
|
||||
* Browser: Firefox 22 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": a,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": a,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 24 (approximately 0.06% of all users)
|
||||
* Browser: Firefox 24 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,22 +74,27 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": a,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 25 (approximately 0.06% of all users)
|
||||
* Browser: Firefox 25 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,22 +74,27 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": a,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 26 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 26 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,22 +74,27 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": a,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 27 (approximately 0.13% of all users)
|
||||
* Browser: Firefox 27 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,22 +74,27 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": a,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 28 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 28 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 29 (approximately 0.07% of all users)
|
||||
* Browser: Firefox 29 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
@ -63,7 +66,7 @@ $browser_capabilities: (
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas": a,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": n,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,7 +168,8 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"intrinsic-width": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 3.6 (approximately 0.09% of all users)
|
||||
* Browser: Firefox 3.6 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": n,
|
||||
"mpeg4": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,7 +168,8 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"intrinsic-width": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 3 (approximately 0.04% of all users)
|
||||
* Browser: Firefox 3 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": n,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": yx,
|
||||
"transforms2d": n,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
@ -63,7 +66,7 @@ $browser_capabilities: (
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas": a,
|
||||
"canvas-text": p,
|
||||
"namevalue-storage": a,
|
||||
"sql-storage": n,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": p,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": n,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
@ -112,6 +120,7 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": n,
|
||||
"ttf": n,
|
||||
"touch": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": n,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
@ -156,7 +168,8 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"intrinsic-width": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 30 (approximately 0.1% of all users)
|
||||
* Browser: Firefox 30 (approximately 0.13% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 31 (approximately 0.46% of all users)
|
||||
* Browser: Firefox 31 (approximately 0.61% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 32 (approximately 0.28% of all users)
|
||||
* Browser: Firefox 32 (approximately 0.35% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": nd,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 33 (approximately 0.17% of all users)
|
||||
* Browser: Firefox 33 (approximately 0.09% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": nd,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": yx,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": nd,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 34 (approximately 0.32% of all users)
|
||||
* Browser: Firefox 34 (approximately 0.1% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": ad,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": yx,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": nd,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": nd,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 35 (approximately 8.93% of all users)
|
||||
* Browser: Firefox 35 (approximately 0.16% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": yx,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": nd,
|
||||
"woff2": nd,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 36 (approximately 0.72% of all users)
|
||||
* Browser: Firefox 36 (approximately 0.16% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,20 +168,22 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
@ -181,15 +195,16 @@ $browser_capabilities: (
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
@ -200,7 +215,7 @@ $browser_capabilities: (
|
||||
"picture": nd,
|
||||
"woff2": nd,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 37 (approximately 0.02% of all users)
|
||||
* Browser: Firefox 37 (approximately 0.36% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -53,9 +55,10 @@ $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,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -103,15 +111,16 @@ $browser_capabilities: (
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,51 +168,54 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": u,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"speech-synthesis": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": nd,
|
||||
"woff2": nd,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -214,29 +229,51 @@ $browser_capabilities: (
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": y,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 38 (approximately 0.0% of all users)
|
||||
* Browser: Firefox 38 (approximately 7.45% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -53,9 +55,10 @@ $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,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -103,15 +111,16 @@ $browser_capabilities: (
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,51 +168,54 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": a,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": u,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": nd,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -214,29 +229,51 @@ $browser_capabilities: (
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 39 (approximately 0.0% of all users)
|
||||
* Browser: Firefox 39 (approximately 0.25% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
@ -53,9 +55,10 @@ $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,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
@ -71,12 +74,14 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
@ -85,8 +90,11 @@ $browser_capabilities: (
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
@ -103,15 +111,16 @@ $browser_capabilities: (
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,51 +168,54 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": a,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": u,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"web-speech": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": nd,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
@ -214,29 +229,51 @@ $browser_capabilities: (
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": nd
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": yx,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 8 (approximately 0.05% of all users)
|
||||
* Browser: Firefox 8 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -34,6 +34,7 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
@ -46,6 +47,7 @@ $browser_capabilities: (
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": y,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
@ -108,10 +116,11 @@ $browser_capabilities: (
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"requestanimationframe": yx,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
@ -156,18 +168,20 @@ $browser_capabilities: (
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"intrinsic-width": yx,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": yx,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
@ -220,23 +235,45 @@ $browser_capabilities: (
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: IE 10 (approximately 1.44% of all users)
|
||||
* Browser: IE 10 (approximately 1.23% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": a,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": p,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": a,
|
||||
"sni": y,
|
||||
"datauri": a,
|
||||
"wav": n,
|
||||
"mathml": n,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": n,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": p,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"cors": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": n,
|
||||
"text-stroke": n,
|
||||
@ -112,13 +120,14 @@ $browser_capabilities: (
|
||||
"dataset": a,
|
||||
"css-grid": ax,
|
||||
"menu": n,
|
||||
"rem": y,
|
||||
"css-zoom": y,
|
||||
"rem": a,
|
||||
"ttf": a,
|
||||
"touch": p,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": n,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filereader": a,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
@ -130,12 +139,14 @@ $browser_capabilities: (
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": yx,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
@ -144,6 +155,7 @@ $browser_capabilities: (
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": a,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": ax,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": ax,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": ax,
|
||||
"css-text-align-last": a,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": ax
|
||||
"css-snappoints": ax,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": a,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: IE 11 (approximately 8.02% of all users)
|
||||
* Browser: IE 11 (approximately 7.6% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -34,18 +34,20 @@ $browser_capabilities: (
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": a,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": a,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
@ -56,6 +58,7 @@ $browser_capabilities: (
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": p,
|
||||
@ -71,28 +74,33 @@ $browser_capabilities: (
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": a,
|
||||
"sni": y,
|
||||
"datauri": a,
|
||||
"wav": n,
|
||||
"mathml": n,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": n,
|
||||
"wai-aria": y,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": a,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
@ -100,7 +108,7 @@ $browser_capabilities: (
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": n,
|
||||
"text-stroke": n,
|
||||
@ -112,13 +120,14 @@ $browser_capabilities: (
|
||||
"dataset": y,
|
||||
"css-grid": ax,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": a,
|
||||
"touch": p,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filereader": a,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
@ -130,25 +139,28 @@ $browser_capabilities: (
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": yx,
|
||||
"css-exclusions": yx,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": a,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": a,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
@ -156,6 +168,7 @@ $browser_capabilities: (
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": ax,
|
||||
"template": n,
|
||||
@ -168,6 +181,7 @@ $browser_capabilities: (
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": ax,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
@ -181,11 +195,12 @@ $browser_capabilities: (
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"web-speech": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
@ -226,17 +241,39 @@ $browser_capabilities: (
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": ax,
|
||||
"css-text-align-last": a,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": ax
|
||||
"css-snappoints": ax,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": yx,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": a,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": a,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "bumbleberry";
|
||||
@import "../application";
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user