diff --git a/Gemfile b/Gemfile index c0ec26a..883e851 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,13 @@ source 'http://rubygems.org' gem 'rails', '4.2.0' gem 'pg' + +gem 'rack-mini-profiler' + gem 'haml' -gem 'jquery-rails' -gem 'jquery-ui-rails' -gem 'coffee-rails', '~> 4.0.0' +# gem 'jquery-rails' +# gem 'jquery-ui-rails' +# gem 'coffee-rails', '~> 4.0.0' gem 'nokogiri', '~> 1.6.8.rc2' if Dir.exists?('../lingua_franca') @@ -30,8 +33,8 @@ gem 'oauth2', '~> 0.8.0' gem 'carrierwave' gem 'carrierwave-imageoptimizer' gem 'mini_magick' -gem 'nested_form' -gem 'acts_as_list' +# gem 'nested_form' +# gem 'acts_as_list' gem 'geocoder' gem 'paper_trail', '~> 3.0.5' gem 'sitemap_generator' @@ -43,17 +46,17 @@ gem 'redcarpet' gem 'copydb' -group :development, :test do +group :test do gem 'rspec' gem 'rspec-rails' end group :development do - gem 'better_errors' - gem 'binding_of_caller' - gem 'meta_request' - gem 'haml-rails' - gem 'awesome_print' + gem 'better_errors' + gem 'binding_of_caller' + gem 'meta_request' +# gem 'haml-rails' +# gem 'awesome_print' end group :test do @@ -61,9 +64,6 @@ group :test do gem 'cucumber' gem 'cucumber-core' gem 'cucumber-rails' - gem 'cucumber' - gem 'cucumber-core' - gem 'cucumber-rails' gem 'poltergeist' gem 'guard-rspec' diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 95fa3df..9d04a42 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -10,7 +10,7 @@ html, body { } body { - padding-bottom: 15vw; + padding-bottom: 20vw; } h1, h2, h3, h4, h5, label, button, .button, dt, th, nav.sub-menu { @@ -846,18 +846,30 @@ $header-tilt: 8deg; #footer { padding: 1em; + + footer { + display: flex; + flex-flow: row wrap; + } + .github, + ul.locales { + flex: 1; + flex-basis: 50%; + } + .copy { @include clearfix; + text-align: right; + white-space: nowrap; a { - float: right; color: #666; } } - .facebook{ - float: left; + .facebook { + flex: 0; margin: 0.5em; a { @@ -893,7 +905,6 @@ $header-tilt: 8deg; text-align: center; z-index: $zindex-base + 2; margin-bottom: 1em; - margin-left: 3em; a { margin: 0 0.5em; @@ -915,7 +926,6 @@ $header-tilt: 8deg; } ul.locales { - float: left; margin: 0; padding: 0; list-style: none; @@ -1130,8 +1140,9 @@ $header-tilt: 8deg; #footer { .github { + flex: none; + flex-basis: auto; bottom: 0.5em; - //left: 4em; float: left; margin-right: 1em; margin-left: 0; @@ -1139,6 +1150,11 @@ $header-tilt: 8deg; .facebook { margin: 0 1em 0 0; } + ul.locales { + flex: none; + flex-basis: auto; + flex-grow: 1; + } } } diff --git a/app/assets/stylesheets/translations/and_uc-9.9.scss b/app/assets/stylesheets/translations/and_uc-9.9.scss deleted file mode 100644 index b908f32..0000000 --- a/app/assets/stylesheets/translations/and_uc-9.9.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: UC Browser for Android 9.9 (approximately 9.17% of all users) - * - */ - -$browser: and_uc; -$browser_prefix: webkit; -$browser_version: 9.9; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": ax, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": n, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": 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": a, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": n, - "input-color": a, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": n, - "style-scoped": y, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": y, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": y, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": u, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-2.1.scss b/app/assets/stylesheets/translations/android-2.1.scss deleted file mode 100644 index 9eb79a4..0000000 --- a/app/assets/stylesheets/translations/android-2.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 2.1 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 2.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": a, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": u, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": n, - "touch": y, - "matchesselector": n, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": u, - "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, - "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, - "page-transition-events": u, - "ogg-vorbis": u, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": u, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": u, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-2.2.scss b/app/assets/stylesheets/translations/android-2.2.scss deleted file mode 100644 index ddb9c95..0000000 --- a/app/assets/stylesheets/translations/android-2.2.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 2.2 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 2.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": a, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": u, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": u, - "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, - "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, - "page-transition-events": u, - "ogg-vorbis": u, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": u, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": u, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-2.3.scss b/app/assets/stylesheets/translations/android-2.3.scss deleted file mode 100644 index c10e757..0000000 --- a/app/assets/stylesheets/translations/android-2.3.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 2.3 (approximately 0.02% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 2.3; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": y, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-3.scss b/app/assets/stylesheets/translations/android-3.scss deleted file mode 100644 index 8be11d6..0000000 --- a/app/assets/stylesheets/translations/android-3.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 3.0 (approximately 0.0% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 3.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": ax, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-4.1.scss b/app/assets/stylesheets/translations/android-4.1.scss deleted file mode 100644 index 2ad87e3..0000000 --- a/app/assets/stylesheets/translations/android-4.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 4.1 (approximately 0.33% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-4.2-4.3.scss b/app/assets/stylesheets/translations/android-4.2-4.3.scss deleted file mode 100644 index a55fecb..0000000 --- a/app/assets/stylesheets/translations/android-4.2-4.3.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 4.2 (approximately 0.78% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss b/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss deleted file mode 100644 index b3bf8e1..0000000 --- a/app/assets/stylesheets/translations/android-4.4.3-4.4.4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 4.4 (approximately 0.93% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.4; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": n, - "fileapi": y, - "shadowdom": yx, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": a, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-4.4.scss b/app/assets/stylesheets/translations/android-4.4.scss deleted file mode 100644 index e668e66..0000000 --- a/app/assets/stylesheets/translations/android-4.4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 4.4 (approximately 1.69% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.4; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": n, - "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": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": a, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/android-4.scss b/app/assets/stylesheets/translations/android-4.scss deleted file mode 100644 index a97d8a5..0000000 --- a/app/assets/stylesheets/translations/android-4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Android Browser 4.0 (approximately 0.1% of all users) - * - */ - -$browser: android; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": a, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": a, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": a, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": a, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/bb-10.scss b/app/assets/stylesheets/translations/bb-10.scss deleted file mode 100644 index 8b4ccc5..0000000 --- a/app/assets/stylesheets/translations/bb-10.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Blackberry Browser 10.0 (approximately 0.0% of all users) - * - */ - -$browser: bb; -$browser_prefix: webkit; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "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": y, - "webgl": 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": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": 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": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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": n, - "css3-cursors": u, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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": ax, - "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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/bb-7.scss b/app/assets/stylesheets/translations/bb-7.scss deleted file mode 100644 index f7d5433..0000000 --- a/app/assets/stylesheets/translations/bb-7.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Blackberry Browser 7.0 (approximately 0.08% of all users) - * - */ - -$browser: bb; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": a, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "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, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": y, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-10.scss b/app/assets/stylesheets/translations/chrome-10.scss deleted file mode 100644 index 223e8fe..0000000 --- a/app/assets/stylesheets/translations/chrome-10.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 10.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": n, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": u, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-11.scss b/app/assets/stylesheets/translations/chrome-11.scss deleted file mode 100644 index 9c0ed8d..0000000 --- a/app/assets/stylesheets/translations/chrome-11.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 11.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": u, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-12.scss b/app/assets/stylesheets/translations/chrome-12.scss deleted file mode 100644 index 135c575..0000000 --- a/app/assets/stylesheets/translations/chrome-12.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 12.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 12.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-13.scss b/app/assets/stylesheets/translations/chrome-13.scss deleted file mode 100644 index ac0982a..0000000 --- a/app/assets/stylesheets/translations/chrome-13.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 13.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 13.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": 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, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-14.scss b/app/assets/stylesheets/translations/chrome-14.scss deleted file mode 100644 index 184a496..0000000 --- a/app/assets/stylesheets/translations/chrome-14.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 14.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 14.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": 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, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-15.scss b/app/assets/stylesheets/translations/chrome-15.scss deleted file mode 100644 index 07df920..0000000 --- a/app/assets/stylesheets/translations/chrome-15.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 15.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": yx, - "background-img-opts": y, - "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": 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, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-16.scss b/app/assets/stylesheets/translations/chrome-16.scss deleted file mode 100644 index e2152a4..0000000 --- a/app/assets/stylesheets/translations/chrome-16.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 16.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 16.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-17.scss b/app/assets/stylesheets/translations/chrome-17.scss deleted file mode 100644 index cb05ffc..0000000 --- a/app/assets/stylesheets/translations/chrome-17.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 17.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 17.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-18.scss b/app/assets/stylesheets/translations/chrome-18.scss deleted file mode 100644 index a1bdccd..0000000 --- a/app/assets/stylesheets/translations/chrome-18.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 18.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 18.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-19.scss b/app/assets/stylesheets/translations/chrome-19.scss deleted file mode 100644 index 1d97bad..0000000 --- a/app/assets/stylesheets/translations/chrome-19.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 19.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 19.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-20.scss b/app/assets/stylesheets/translations/chrome-20.scss deleted file mode 100644 index 539f7a5..0000000 --- a/app/assets/stylesheets/translations/chrome-20.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 20.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 20.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-21.scss b/app/assets/stylesheets/translations/chrome-21.scss deleted file mode 100644 index 184351e..0000000 --- a/app/assets/stylesheets/translations/chrome-21.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 21.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 21.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": nd, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "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, - "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": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-22.scss b/app/assets/stylesheets/translations/chrome-22.scss deleted file mode 100644 index 488a8b2..0000000 --- a/app/assets/stylesheets/translations/chrome-22.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 22.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 22.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": ax, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-23.scss b/app/assets/stylesheets/translations/chrome-23.scss deleted file mode 100644 index cc77565..0000000 --- a/app/assets/stylesheets/translations/chrome-23.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 23.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 23.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": yx, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-24.scss b/app/assets/stylesheets/translations/chrome-24.scss deleted file mode 100644 index 095cb97..0000000 --- a/app/assets/stylesheets/translations/chrome-24.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 24.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 24.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": yx, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-25.scss b/app/assets/stylesheets/translations/chrome-25.scss deleted file mode 100644 index cbb18be..0000000 --- a/app/assets/stylesheets/translations/chrome-25.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 25.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 25.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": u, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-26.scss b/app/assets/stylesheets/translations/chrome-26.scss deleted file mode 100644 index fb19c13..0000000 --- a/app/assets/stylesheets/translations/chrome-26.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 26.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 26.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": nd, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-27.scss b/app/assets/stylesheets/translations/chrome-27.scss deleted file mode 100644 index d8e442d..0000000 --- a/app/assets/stylesheets/translations/chrome-27.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 27.0 (approximately 0.02% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 27.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": a, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-28.scss b/app/assets/stylesheets/translations/chrome-28.scss deleted file mode 100644 index 83b380a..0000000 --- a/app/assets/stylesheets/translations/chrome-28.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 28.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 28.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-29.scss b/app/assets/stylesheets/translations/chrome-29.scss deleted file mode 100644 index ca18341..0000000 --- a/app/assets/stylesheets/translations/chrome-29.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 29.0 (approximately 0.68% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 29.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-30.scss b/app/assets/stylesheets/translations/chrome-30.scss deleted file mode 100644 index 28c5e14..0000000 --- a/app/assets/stylesheets/translations/chrome-30.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 30.0 (approximately 0.03% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 30.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-31.scss b/app/assets/stylesheets/translations/chrome-31.scss deleted file mode 100644 index 398a055..0000000 --- a/app/assets/stylesheets/translations/chrome-31.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 31.0 (approximately 0.2% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 31.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-32.scss b/app/assets/stylesheets/translations/chrome-32.scss deleted file mode 100644 index 722e082..0000000 --- a/app/assets/stylesheets/translations/chrome-32.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 32.0 (approximately 0.04% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 32.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": a, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-33.scss b/app/assets/stylesheets/translations/chrome-33.scss deleted file mode 100644 index fa657b9..0000000 --- a/app/assets/stylesheets/translations/chrome-33.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 33.0 (approximately 0.08% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 33.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-34.scss b/app/assets/stylesheets/translations/chrome-34.scss deleted file mode 100644 index 2417a24..0000000 --- a/app/assets/stylesheets/translations/chrome-34.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 34.0 (approximately 0.06% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 34.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": nd, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": nd, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-35.scss b/app/assets/stylesheets/translations/chrome-35.scss deleted file mode 100644 index 068b468..0000000 --- a/app/assets/stylesheets/translations/chrome-35.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 35.0 (approximately 0.08% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 35.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": n, - "css-shapes": nd, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": a, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-36.scss b/app/assets/stylesheets/translations/chrome-36.scss deleted file mode 100644 index e14948e..0000000 --- a/app/assets/stylesheets/translations/chrome-36.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 36.0 (approximately 0.07% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 36.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": nd, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": nd, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-37.scss b/app/assets/stylesheets/translations/chrome-37.scss deleted file mode 100644 index 192179e..0000000 --- a/app/assets/stylesheets/translations/chrome-37.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 37.0 (approximately 0.06% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 37.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": 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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": nd, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-38.scss b/app/assets/stylesheets/translations/chrome-38.scss deleted file mode 100644 index 0dbf92e..0000000 --- a/app/assets/stylesheets/translations/chrome-38.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 38.0 (approximately 0.06% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 38.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-39.scss b/app/assets/stylesheets/translations/chrome-39.scss deleted file mode 100644 index a2c6f92..0000000 --- a/app/assets/stylesheets/translations/chrome-39.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 39.0 (approximately 0.12% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 39.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-4.scss b/app/assets/stylesheets/translations/chrome-4.scss deleted file mode 100644 index 5930e00..0000000 --- a/app/assets/stylesheets/translations/chrome-4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 4.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": a, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": u, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-40.scss b/app/assets/stylesheets/translations/chrome-40.scss deleted file mode 100644 index 56e02fd..0000000 --- a/app/assets/stylesheets/translations/chrome-40.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 40.0 (approximately 0.09% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 40.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": nd, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-41.scss b/app/assets/stylesheets/translations/chrome-41.scss deleted file mode 100644 index 6e44196..0000000 --- a/app/assets/stylesheets/translations/chrome-41.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 41.0 (approximately 0.12% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 41.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-42.scss b/app/assets/stylesheets/translations/chrome-42.scss deleted file mode 100644 index 234d269..0000000 --- a/app/assets/stylesheets/translations/chrome-42.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 42.0 (approximately 0.12% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 42.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-43.scss b/app/assets/stylesheets/translations/chrome-43.scss deleted file mode 100644 index c6cb01c..0000000 --- a/app/assets/stylesheets/translations/chrome-43.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 43.0 (approximately 0.35% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 43.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-44.scss b/app/assets/stylesheets/translations/chrome-44.scss deleted file mode 100644 index 57950eb..0000000 --- a/app/assets/stylesheets/translations/chrome-44.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 44.0 (approximately 0.19% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 44.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-45.scss b/app/assets/stylesheets/translations/chrome-45.scss deleted file mode 100644 index df1ddac..0000000 --- a/app/assets/stylesheets/translations/chrome-45.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 45.0 (approximately 0.56% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 45.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "css-in-out-of-range": a, - "push-api": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-46.scss b/app/assets/stylesheets/translations/chrome-46.scss deleted file mode 100644 index 440b444..0000000 --- a/app/assets/stylesheets/translations/chrome-46.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 46.0 (approximately 0.25% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 46.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": a, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "css-in-out-of-range": a, - "push-api": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-47.scss b/app/assets/stylesheets/translations/chrome-47.scss deleted file mode 100644 index 0983194..0000000 --- a/app/assets/stylesheets/translations/chrome-47.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 47.0 (approximately 0.49% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 47.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": y, - "shadowdom": y, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": nd, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": nd, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": a, - "intrinsic-width": y, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": nd, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "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, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": y, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": y, - "css-text-align-last": y, - "css-logical-props": ax, - "fetch": y, - "referrer-policy": y, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": y, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": y, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": y, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": y, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": y, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "css-in-out-of-range": a, - "push-api": a, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": nd, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-5.scss b/app/assets/stylesheets/translations/chrome-5.scss deleted file mode 100644 index ed6f6a5..0000000 --- a/app/assets/stylesheets/translations/chrome-5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 5.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 5.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": a, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "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": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": u, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-6.scss b/app/assets/stylesheets/translations/chrome-6.scss deleted file mode 100644 index a59aa4c..0000000 --- a/app/assets/stylesheets/translations/chrome-6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 6.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": a, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "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": p, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": u, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": p, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-7.scss b/app/assets/stylesheets/translations/chrome-7.scss deleted file mode 100644 index 92b408b..0000000 --- a/app/assets/stylesheets/translations/chrome-7.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 7.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": a, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "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": p, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": n, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": p, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-8.scss b/app/assets/stylesheets/translations/chrome-8.scss deleted file mode 100644 index f80a106..0000000 --- a/app/assets/stylesheets/translations/chrome-8.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 8.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": u, - "webp": p, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/chrome-9.scss b/app/assets/stylesheets/translations/chrome-9.scss deleted file mode 100644 index 12c0ecd..0000000 --- a/app/assets/stylesheets/translations/chrome-9.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Chrome 9.0 (approximately 0.01% of all users) - * - */ - -$browser: chrome; -$browser_prefix: webkit; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": u, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": 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": a, - "text-overflow": y, - "webm": a, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": ax, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": ax, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": yx, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": a, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-10.scss b/app/assets/stylesheets/translations/firefox-10.scss deleted file mode 100644 index 5812803..0000000 --- a/app/assets/stylesheets/translations/firefox-10.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 10.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": yx, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-11.scss b/app/assets/stylesheets/translations/firefox-11.scss deleted file mode 100644 index 14e9a53..0000000 --- a/app/assets/stylesheets/translations/firefox-11.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 11.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": yx, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-12.scss b/app/assets/stylesheets/translations/firefox-12.scss deleted file mode 100644 index 7689249..0000000 --- a/app/assets/stylesheets/translations/firefox-12.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 12.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 12.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": yx, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-13.scss b/app/assets/stylesheets/translations/firefox-13.scss deleted file mode 100644 index 329496e..0000000 --- a/app/assets/stylesheets/translations/firefox-13.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 13.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 13.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": yx, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-14.scss b/app/assets/stylesheets/translations/firefox-14.scss deleted file mode 100644 index 6b423ad..0000000 --- a/app/assets/stylesheets/translations/firefox-14.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 14.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 14.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": yx, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-15.scss b/app/assets/stylesheets/translations/firefox-15.scss deleted file mode 100644 index fd579a7..0000000 --- a/app/assets/stylesheets/translations/firefox-15.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 15.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": yx, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": yx, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": yx, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-16.scss b/app/assets/stylesheets/translations/firefox-16.scss deleted file mode 100644 index 27bbb6a..0000000 --- a/app/assets/stylesheets/translations/firefox-16.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 16.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 16.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-17.scss b/app/assets/stylesheets/translations/firefox-17.scss deleted file mode 100644 index e622634..0000000 --- a/app/assets/stylesheets/translations/firefox-17.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 17.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 17.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-18.scss b/app/assets/stylesheets/translations/firefox-18.scss deleted file mode 100644 index f0f7ad2..0000000 --- a/app/assets/stylesheets/translations/firefox-18.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 18.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 18.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-19.scss b/app/assets/stylesheets/translations/firefox-19.scss deleted file mode 100644 index f53fc25..0000000 --- a/app/assets/stylesheets/translations/firefox-19.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 19.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 19.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-2.scss b/app/assets/stylesheets/translations/firefox-2.scss deleted file mode 100644 index de2f4a7..0000000 --- a/app/assets/stylesheets/translations/firefox-2.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 2.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 2.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": n, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": a, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": a, - "css3-boxsizing": yx, - "css-mediaqueries": n, - "multicolumn": ax, - "border-radius": ax, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": a, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": a, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": y, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": n, - "classlist": p, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": ax, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": n, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "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": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-20.scss b/app/assets/stylesheets/translations/firefox-20.scss deleted file mode 100644 index 8f55484..0000000 --- a/app/assets/stylesheets/translations/firefox-20.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 20.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 20.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": nd, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-21.scss b/app/assets/stylesheets/translations/firefox-21.scss deleted file mode 100644 index 0cf0fb7..0000000 --- a/app/assets/stylesheets/translations/firefox-21.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 21.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 21.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": nd, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-22.scss b/app/assets/stylesheets/translations/firefox-22.scss deleted file mode 100644 index 1c346c0..0000000 --- a/app/assets/stylesheets/translations/firefox-22.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 22.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 22.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": nd, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-23.scss b/app/assets/stylesheets/translations/firefox-23.scss deleted file mode 100644 index f57880d..0000000 --- a/app/assets/stylesheets/translations/firefox-23.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 23.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 23.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-24.scss b/app/assets/stylesheets/translations/firefox-24.scss deleted file mode 100644 index 4b520c7..0000000 --- a/app/assets/stylesheets/translations/firefox-24.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 24.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 24.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-25.scss b/app/assets/stylesheets/translations/firefox-25.scss deleted file mode 100644 index 6019b26..0000000 --- a/app/assets/stylesheets/translations/firefox-25.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 25.0 (approximately 0.05% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 25.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-26.scss b/app/assets/stylesheets/translations/firefox-26.scss deleted file mode 100644 index 3696dba..0000000 --- a/app/assets/stylesheets/translations/firefox-26.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 26.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 26.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": p, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-27.scss b/app/assets/stylesheets/translations/firefox-27.scss deleted file mode 100644 index 1d3750f..0000000 --- a/app/assets/stylesheets/translations/firefox-27.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 27.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 27.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": a, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": a, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-28.scss b/app/assets/stylesheets/translations/firefox-28.scss deleted file mode 100644 index 0097c1b..0000000 --- a/app/assets/stylesheets/translations/firefox-28.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 28.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 28.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": a, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": a, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-29.scss b/app/assets/stylesheets/translations/firefox-29.scss deleted file mode 100644 index 8399690..0000000 --- a/app/assets/stylesheets/translations/firefox-29.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 29.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 29.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": y, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-3.5.scss b/app/assets/stylesheets/translations/firefox-3.5.scss deleted file mode 100644 index 7b43d4e..0000000 --- a/app/assets/stylesheets/translations/firefox-3.5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 3.5 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 3.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": ax, - "background-img-opts": n, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": p, - "canvas": a, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": y, - "classlist": p, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": n, - "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": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-3.6.scss b/app/assets/stylesheets/translations/firefox-3.6.scss deleted file mode 100644 index 3282668..0000000 --- a/app/assets/stylesheets/translations/firefox-3.6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 3.6 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 3.6; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": ax, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "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": a, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": p, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": a, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": n, - "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": n, - "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": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-3.scss b/app/assets/stylesheets/translations/firefox-3.scss deleted file mode 100644 index b06c885..0000000 --- a/app/assets/stylesheets/translations/firefox-3.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 3.0 (approximately 0.04% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 3.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": n, - "contenteditable": a, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": a, - "webworkers": p, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": n, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": a, - "sql-storage": n, - "indexeddb": n, - "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": a, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": n, - "classlist": p, - "text-overflow": p, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": yx, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "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": a, - "currentcolor": y, - "input-pattern": n, - "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": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": ax, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-30.scss b/app/assets/stylesheets/translations/firefox-30.scss deleted file mode 100644 index 9d26eb6..0000000 --- a/app/assets/stylesheets/translations/firefox-30.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 30.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 30.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": nd, - "promises": y, - "css-sticky": nd, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": 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": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": pd, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-31.scss b/app/assets/stylesheets/translations/firefox-31.scss deleted file mode 100644 index c0eff14..0000000 --- a/app/assets/stylesheets/translations/firefox-31.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 31.0 (approximately 0.06% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 31.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": nd, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": yx, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": n, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": nd, - "custom-elements": pd, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-32.scss b/app/assets/stylesheets/translations/firefox-32.scss deleted file mode 100644 index 4aae362..0000000 --- a/app/assets/stylesheets/translations/firefox-32.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 32.0 (approximately 0.03% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 32.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": nd, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": n, - "text-decoration": yx, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": nd, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-33.scss b/app/assets/stylesheets/translations/firefox-33.scss deleted file mode 100644 index 1f19c4e..0000000 --- a/app/assets/stylesheets/translations/firefox-33.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 33.0 (approximately 0.04% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 33.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": a, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": nd, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": yx, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": nd, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-34.scss b/app/assets/stylesheets/translations/firefox-34.scss deleted file mode 100644 index ddc915b..0000000 --- a/app/assets/stylesheets/translations/firefox-34.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 34.0 (approximately 0.05% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 34.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": a, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": ad, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": yx, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": nd, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-35.scss b/app/assets/stylesheets/translations/firefox-35.scss deleted file mode 100644 index 2af16f9..0000000 --- a/app/assets/stylesheets/translations/firefox-35.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 35.0 (approximately 0.05% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 35.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": yx, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": nd, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": n, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-36.scss b/app/assets/stylesheets/translations/firefox-36.scss deleted file mode 100644 index 3200bf6..0000000 --- a/app/assets/stylesheets/translations/firefox-36.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 36.0 (approximately 0.05% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 36.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-37.scss b/app/assets/stylesheets/translations/firefox-37.scss deleted file mode 100644 index df530c8..0000000 --- a/app/assets/stylesheets/translations/firefox-37.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 37.0 (approximately 0.06% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 37.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": n, - "srcset": nd, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": nd, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-38.scss b/app/assets/stylesheets/translations/firefox-38.scss deleted file mode 100644 index 935590b..0000000 --- a/app/assets/stylesheets/translations/firefox-38.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 38.0 (approximately 0.22% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 38.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": n, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-39.scss b/app/assets/stylesheets/translations/firefox-39.scss deleted file mode 100644 index 9603f44..0000000 --- a/app/assets/stylesheets/translations/firefox-39.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 39.0 (approximately 0.08% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 39.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": p, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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": y, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-4.scss b/app/assets/stylesheets/translations/firefox-4.scss deleted file mode 100644 index 1775f54..0000000 --- a/app/assets/stylesheets/translations/firefox-4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 4.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 4.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": ax, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": p, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": p, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": yx, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-40.scss b/app/assets/stylesheets/translations/firefox-40.scss deleted file mode 100644 index ca4b7b7..0000000 --- a/app/assets/stylesheets/translations/firefox-40.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 40.0 (approximately 0.08% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 40.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": nd, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": nd, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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": y, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": nd, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-41.scss b/app/assets/stylesheets/translations/firefox-41.scss deleted file mode 100644 index 7a65386..0000000 --- a/app/assets/stylesheets/translations/firefox-41.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 41.0 (approximately 0.09% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 41.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": y, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "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": y, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-42.scss b/app/assets/stylesheets/translations/firefox-42.scss deleted file mode 100644 index bb06ed0..0000000 --- a/app/assets/stylesheets/translations/firefox-42.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 42.0 (approximately 0.14% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 42.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "shadowdom": nd, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": y, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": a, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": y, - "stream": yx, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": nd, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": y, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": y, - "svg-fragment": y, - "outline": y, - "download": y, - "pointer": pd, - "user-select-none": yx, - "input-file-accept": y, - "webp": p, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": y, - "css-selection": yx, - "css-placeholder": yx, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": y, - "dialog": n, - "css-variables": y, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": nd, - "high-resolution-time": y, - "battery-status": a, - "serviceworkers": nd, - "text-decoration": y, - "iframe-srcdoc": y, - "speech-synthesis": nd, - "user-timing": y, - "srcset": y, - "ambient-light": a, - "will-change": y, - "css-shapes": n, - "domcontentloaded": y, - "proximity": y, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": y, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": ad, - "resource-timing": y, - "custom-elements": pd, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": nd, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": y, - "screen-orientation": ax, - "font-loading": y, - "font-unicode-range": nd, - "gamepad": y, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": y, - "link-icon-svg": y, - "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": y, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": nd, - "videotracks": n, - "contentsecuritypolicy2": a, - "permissions-api": n, - "http2": y, - "font-kerning": y, - "jpeg2000": n, - "upgradeinsecurerequests": y, - "publickeypinning": y, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": y, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": a, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": y, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": y, - "asmjs": y, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": y, - "css-cross-fade": n, - "css-writing-mode": y, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": y, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": y, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": y, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": y, - "subresource-integrity": n, - "css-in-out-of-range": y, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": y, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": nd, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-5.scss b/app/assets/stylesheets/translations/firefox-5.scss deleted file mode 100644 index 4e4d0f6..0000000 --- a/app/assets/stylesheets/translations/firefox-5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 5.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 5.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": ax, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": p, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": p, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-6.scss b/app/assets/stylesheets/translations/firefox-6.scss deleted file mode 100644 index 1b514af..0000000 --- a/app/assets/stylesheets/translations/firefox-6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 6.0 (approximately 0.04% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": ax, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": p, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-7.scss b/app/assets/stylesheets/translations/firefox-7.scss deleted file mode 100644 index faac9cc..0000000 --- a/app/assets/stylesheets/translations/firefox-7.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 7.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": ax, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-8.scss b/app/assets/stylesheets/translations/firefox-8.scss deleted file mode 100644 index afd9b5e..0000000 --- a/app/assets/stylesheets/translations/firefox-8.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 8.0 (approximately 0.02% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": ax, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/firefox-9.scss b/app/assets/stylesheets/translations/firefox-9.scss deleted file mode 100644 index e208d17..0000000 --- a/app/assets/stylesheets/translations/firefox-9.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Firefox 9.0 (approximately 0.01% of all users) - * - */ - -$browser: firefox; -$browser_prefix: moz; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": ax, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": a, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": y, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": ax, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": a, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": ax, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": ax, - "input-range": n, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": a, - "getcomputedstyle": y, - "mp3": a, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": a, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": y, - "link-icon-png": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": yx, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": n, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": y, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-10.scss b/app/assets/stylesheets/translations/ie-10.scss deleted file mode 100644 index 65dd9c6..0000000 --- a/app/assets/stylesheets/translations/ie-10.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 10.0 (approximately 0.49% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": y, - "woff": y, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": p, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": n, - "script-async": 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": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": a, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": a, - "ttf": a, - "touch": p, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": a, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": a, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": ax, - "user-select-none": yx, - "input-file-accept": y, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": yx, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": 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, - "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, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-11.scss b/app/assets/stylesheets/translations/ie-11.scss deleted file mode 100644 index 1ed415d..0000000 --- a/app/assets/stylesheets/translations/ie-11.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 11.0 (approximately 5.43% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": y, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": y, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": a, - "webgl": 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": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": a, - "touch": p, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": a, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": y, - "user-select-none": yx, - "input-file-accept": y, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": ax, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": yx, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": y, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": n, - "asmjs": n, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-5.5.scss b/app/assets/stylesheets/translations/ie-5.5.scss deleted file mode 100644 index c8a351c..0000000 --- a/app/assets/stylesheets/translations/ie-5.5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 5.5 (approximately 0.01% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 5.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": n, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": n, - "getelementsbyclassname": n, - "forms": n, - "html5semantic": n, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": n, - "css-gencontent": n, - "css-fixed": n, - "beacon": n, - "hashchange": p, - "css-sel2": n, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": p, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": n, - "svg-css": n, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": n, - "canvas": n, - "canvas-text": n, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": n, - "datauri": n, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": n, - "wai-aria": n, - "geolocation": n, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": n, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": n, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": p, - "details": n, - "text-stroke": n, - "inline-block": a, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": n, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": n, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": n, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "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": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": u, - "documenthead": n, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": u, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-6.scss b/app/assets/stylesheets/translations/ie-6.scss deleted file mode 100644 index 385b7c7..0000000 --- a/app/assets/stylesheets/translations/ie-6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 6.0 (approximately 0.04% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": p, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": p, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": a, - "eot": y, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": n, - "css-gencontent": n, - "css-fixed": p, - "beacon": n, - "hashchange": p, - "css-sel2": p, - "css-sel3": p, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": p, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": p, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": p, - "svg-css": n, - "svg-smil": p, - "svg-fonts": p, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": p, - "canvas-text": p, - "namevalue-storage": p, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": n, - "datauri": n, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": a, - "wai-aria": n, - "geolocation": p, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": p, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": p, - "details": p, - "text-stroke": n, - "inline-block": a, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": n, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "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": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": 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": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": n, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": u, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-7.scss b/app/assets/stylesheets/translations/ie-7.scss deleted file mode 100644 index 23fd1c9..0000000 --- a/app/assets/stylesheets/translations/ie-7.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 7.0 (approximately 0.04% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": p, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": a, - "eot": y, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": n, - "css-gencontent": n, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": a, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": p, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": p, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": p, - "svg-css": n, - "svg-smil": p, - "svg-fonts": p, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": p, - "canvas-text": p, - "namevalue-storage": p, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": a, - "datauri": n, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": a, - "wai-aria": n, - "geolocation": p, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": p, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": a, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": n, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "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": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": 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": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": n, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": u, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-8.scss b/app/assets/stylesheets/translations/ie-8.scss deleted file mode 100644 index 6eba39e..0000000 --- a/app/assets/stylesheets/translations/ie-8.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 8.0 (approximately 0.77% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": a, - "getelementsbyclassname": p, - "forms": p, - "html5semantic": p, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": a, - "eot": y, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": a, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": a, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": y, - "css-mediaqueries": p, - "multicolumn": n, - "border-radius": n, - "transforms2d": p, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": a, - "svg": p, - "svg-css": n, - "svg-smil": p, - "svg-fonts": p, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": p, - "canvas-text": p, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "online-status": a, - "eventsource": n, - "x-doc-messaging": a, - "sni": a, - "datauri": a, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": n, - "xhtmlsmil": a, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": p, - "ruby": a, - "css-opacity": a, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": n, - "mp3": n, - "word-break": y, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": n, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": n, - "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": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": 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": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": n, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": n, - "textcontent": n, - "addeventlistener": n, - "dispatchevent": n, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": n, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie-9.scss b/app/assets/stylesheets/translations/ie-9.scss deleted file mode 100644 index 2c05170..0000000 --- a/app/assets/stylesheets/translations/ie-9.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE 9.0 (approximately 0.51% of all users) - * - */ - -$browser: ie; -$browser_prefix: ms; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": a, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": p, - "fontface": y, - "eot": y, - "woff": y, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": n, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": a, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": n, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": n, - "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": a, - "geolocation": y, - "flexbox": n, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": a, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": a, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": a, - "ttf": a, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": a, - "nav-timing": y, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": a, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": a, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": a, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": a, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": a, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie_mob-10.scss b/app/assets/stylesheets/translations/ie_mob-10.scss deleted file mode 100644 index af0fd56..0000000 --- a/app/assets/stylesheets/translations/ie_mob-10.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE Mobile 10.0 (approximately 0.35% of all users) - * - */ - -$browser: ie_mob; -$browser_prefix: ms; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": p, - "fileapi": n, - "shadowdom": n, - "websockets": y, - "hidden": n, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": a, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": a, - "touch": p, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": a, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": a, - "contentsecuritypolicy": a, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": ax, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": p, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": yx, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "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": y, - "font-variant-alternates": n, - "form-attribute": n, - "es5": y, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": ax, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ie_mob-11.scss b/app/assets/stylesheets/translations/ie_mob-11.scss deleted file mode 100644 index 835da48..0000000 --- a/app/assets/stylesheets/translations/ie_mob-11.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: IE Mobile 11.0 (approximately 0.4% of all users) - * - */ - -$browser: ie_mob; -$browser_prefix: ms; -$browser_version: 11.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": a, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": n, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "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": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": p, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": ax, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": a, - "touch": a, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": a, - "deviceorientation": y, - "script-defer": y, - "nav-timing": y, - "audio-api": n, - "css-regions": ax, - "spellcheck-attribute": a, - "fullscreen": ax, - "css-exclusions": yx, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "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, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": y, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": n, - "cryptography": ax, - "template": n, - "opus": n, - "jpegxr": y, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": y, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": a, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": yx, - "screen-orientation": ax, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": y, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": ax, - "css-text-align-last": a, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": yx, - "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, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": y, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": n, - "const": y, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": y, - "arrow-functions": n, - "asmjs": n, - "lazyload": y, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": ax, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": y, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": a, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": n, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-3.2.scss b/app/assets/stylesheets/translations/ios_saf-3.2.scss deleted file mode 100644 index 89293cf..0000000 --- a/app/assets/stylesheets/translations/ios_saf-3.2.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 3.2 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 3.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": n, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": n, - "x-doc-messaging": y, - "sni": n, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": ax, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": y, - "matchesselector": n, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": u, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": u, - "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": u, - "input-pattern": u, - "registerprotocolhandler": 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": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": u, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": u, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss b/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss deleted file mode 100644 index 7167ac8..0000000 --- a/app/assets/stylesheets/translations/ios_saf-4.0-4.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 4.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": n, - "fontface": a, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": u, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": n, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": u, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": u, - "registerprotocolhandler": 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": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss b/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss deleted file mode 100644 index 1437966..0000000 --- a/app/assets/stylesheets/translations/ios_saf-4.2-4.3.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 4.2 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 4.2; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": n, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": yx, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": a, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": a, - "deviceorientation": a, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": u, - "registerprotocolhandler": 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": n, - "es5": a, - "page-transition-events": u, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss b/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss deleted file mode 100644 index cbd5181..0000000 --- a/app/assets/stylesheets/translations/ios_saf-5.0-5.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 5.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 5.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": a, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": u, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": a, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "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": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": 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": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss b/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss deleted file mode 100644 index 6d5804a..0000000 --- a/app/assets/stylesheets/translations/ios_saf-6.0-6.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 6.0 (approximately 0.02% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 6.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": u, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "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": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": 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": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss b/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss deleted file mode 100644 index a8536fe..0000000 --- a/app/assets/stylesheets/translations/ios_saf-7.0-7.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 7.0 (approximately 0.25% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": a, - "beacon": n, - "hashchange": y, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": n, - "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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": a, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss b/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss deleted file mode 100644 index 6398f26..0000000 --- a/app/assets/stylesheets/translations/ios_saf-8.1-8.4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 8.1 (approximately 0.62% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 8.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/ios_saf-8.scss b/app/assets/stylesheets/translations/ios_saf-8.scss deleted file mode 100644 index 367a962..0000000 --- a/app/assets/stylesheets/translations/ios_saf-8.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: iOS Safari 8.0 (approximately 0.0% of all users) - * - */ - -$browser: ios_saf; -$browser_prefix: webkit; -$browser_version: 8.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": 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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": a, - "document-execcommand": y, - "input-color": n, - "input-number": a, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": n, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": a, - "picture": n, - "woff2": n, - "text-size-adjust": yx, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": n, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": a, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss b/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss deleted file mode 100644 index 78f96f8..0000000 --- a/app/assets/stylesheets/translations/op_mini-5.0-8.0.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mini 5.0 (approximately 5.04% of all users) - * - */ - -$browser: op_mini; -$browser_prefix: o; -$browser_version: 5.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": n, - "dragndrop": n, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": n, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": n, - "beacon": n, - "hashchange": n, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": a, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": n, - "svg-fonts": n, - "svg-filters": y, - "svg-html": n, - "svg-html5": y, - "canvas": a, - "canvas-text": n, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": n, - "flexbox": y, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": a, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": n, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": n, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": n, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": n, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": n, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": a, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": a, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": n, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": a, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": n, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": n, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mob-10.scss b/app/assets/stylesheets/translations/op_mob-10.scss deleted file mode 100644 index 983fee7..0000000 --- a/app/assets/stylesheets/translations/op_mob-10.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mobile 10.0 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 10.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": n, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": n, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": u, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": u, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": u, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": u, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": u, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": n, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mob-11.1.scss b/app/assets/stylesheets/translations/op_mob-11.1.scss deleted file mode 100644 index 542ff41..0000000 --- a/app/assets/stylesheets/translations/op_mob-11.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mobile 11.1 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 11.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": u, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mob-11.5.scss b/app/assets/stylesheets/translations/op_mob-11.5.scss deleted file mode 100644 index f5d93eb..0000000 --- a/app/assets/stylesheets/translations/op_mob-11.5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mobile 11.5 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 11.5; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mob-11.scss b/app/assets/stylesheets/translations/op_mob-11.scss deleted file mode 100644 index ef21e65..0000000 --- a/app/assets/stylesheets/translations/op_mob-11.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mobile 11.0 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 11.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": y, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "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": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": y, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": u, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mob-12.1.scss b/app/assets/stylesheets/translations/op_mob-12.1.scss deleted file mode 100644 index cddff5f..0000000 --- a/app/assets/stylesheets/translations/op_mob-12.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mobile 12.1 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 12.1; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/op_mob-12.scss b/app/assets/stylesheets/translations/op_mob-12.scss deleted file mode 100644 index 69d7d5f..0000000 --- a/app/assets/stylesheets/translations/op_mob-12.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera Mobile 12.0 (approximately 0.0% of all users) - * - */ - -$browser: op_mob; -$browser_prefix: o; -$browser_version: 12.0; -$browser_type: mobile; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": n, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": a, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": yx, - "webm": n, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": y, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": a, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": ax, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": n, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": n, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": u, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": u, - "keyboardevent-key": u, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-10.0-10.1.scss b/app/assets/stylesheets/translations/opera-10.0-10.1.scss deleted file mode 100644 index d914172..0000000 --- a/app/assets/stylesheets/translations/opera-10.0-10.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 10.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 10.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": a, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": ax, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": n, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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": y, - "history": n, - "json": n, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "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": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-10.5.scss b/app/assets/stylesheets/translations/opera-10.5.scss deleted file mode 100644 index a9bb05f..0000000 --- a/app/assets/stylesheets/translations/opera-10.5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 10.5 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 10.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": y, - "css3-colors": y, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": a, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": u, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": u, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-10.6.scss b/app/assets/stylesheets/translations/opera-10.6.scss deleted file mode 100644 index dbd74f3..0000000 --- a/app/assets/stylesheets/translations/opera-10.6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 10.6 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 10.6; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": a, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": yx, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-11.1.scss b/app/assets/stylesheets/translations/opera-11.1.scss deleted file mode 100644 index 7940ac6..0000000 --- a/app/assets/stylesheets/translations/opera-11.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 11.1 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-11.5.scss b/app/assets/stylesheets/translations/opera-11.5.scss deleted file mode 100644 index 72fa031..0000000 --- a/app/assets/stylesheets/translations/opera-11.5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 11.5 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": ax, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": ax, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-11.6.scss b/app/assets/stylesheets/translations/opera-11.6.scss deleted file mode 100644 index 61f7a22..0000000 --- a/app/assets/stylesheets/translations/opera-11.6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 11.6 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.6; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": n, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": a, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "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": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": a, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-11.scss b/app/assets/stylesheets/translations/opera-11.scss deleted file mode 100644 index d2adaec..0000000 --- a/app/assets/stylesheets/translations/opera-11.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 11.0 (approximately 0.02% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 11.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": y, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": n, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "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": y, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": p, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "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": y, - "currentcolor": y, - "input-pattern": y, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": u, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-12.1.scss b/app/assets/stylesheets/translations/opera-12.1.scss deleted file mode 100644 index 5414f5c..0000000 --- a/app/assets/stylesheets/translations/opera-12.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 12.1 (approximately 0.11% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 12.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": a, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": y, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": a, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": y, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "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": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": y, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-12.scss b/app/assets/stylesheets/translations/opera-12.scss deleted file mode 100644 index 987841e..0000000 --- a/app/assets/stylesheets/translations/opera-12.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 12.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 12.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": y, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": n, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": n, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": y, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": a, - "pointerlock": n, - "object-fit": yx, - "xhr2": y, - "minmaxwh": y, - "details": n, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": y, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": n, - "blobbuilder": n, - "filereader": y, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": ax, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": y, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": n, - "css-boxdecorationbreak": y, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": y, - "css-placeholder-shown": n, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": n, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "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": n, - "jpeg2000": n, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": u, - "keyboardevent-key": u, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": a, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-15.scss b/app/assets/stylesheets/translations/opera-15.scss deleted file mode 100644 index 5dba5d4..0000000 --- a/app/assets/stylesheets/translations/opera-15.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 15.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 15.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": n, - "flexbox": yx, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": a, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-16.scss b/app/assets/stylesheets/translations/opera-16.scss deleted file mode 100644 index 83c26dd..0000000 --- a/app/assets/stylesheets/translations/opera-16.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 16.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 16.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": a, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-17.scss b/app/assets/stylesheets/translations/opera-17.scss deleted file mode 100644 index 7ac5056..0000000 --- a/app/assets/stylesheets/translations/opera-17.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 17.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 17.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-18.scss b/app/assets/stylesheets/translations/opera-18.scss deleted file mode 100644 index 4a04d87..0000000 --- a/app/assets/stylesheets/translations/opera-18.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 18.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 18.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": n, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-19.scss b/app/assets/stylesheets/translations/opera-19.scss deleted file mode 100644 index 1021e33..0000000 --- a/app/assets/stylesheets/translations/opera-19.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 19.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 19.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": yx, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": a, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": nd, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-20.scss b/app/assets/stylesheets/translations/opera-20.scss deleted file mode 100644 index 6e66643..0000000 --- a/app/assets/stylesheets/translations/opera-20.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 20.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 20.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": a, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-21.scss b/app/assets/stylesheets/translations/opera-21.scss deleted file mode 100644 index 74884bc..0000000 --- a/app/assets/stylesheets/translations/opera-21.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 21.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 21.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": n, - "css-mixblendmode": 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": a, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": nd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-22.scss b/app/assets/stylesheets/translations/opera-22.scss deleted file mode 100644 index 14da025..0000000 --- a/app/assets/stylesheets/translations/opera-22.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 22.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 22.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": 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": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": 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": a, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": y, - "custom-elements": y, - "imports": pd, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-23.scss b/app/assets/stylesheets/translations/opera-23.scss deleted file mode 100644 index 19f7a59..0000000 --- a/app/assets/stylesheets/translations/opera-23.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 23.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 23.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": yx, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": p, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": nd, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": 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": a, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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": a, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-24.scss b/app/assets/stylesheets/translations/opera-24.scss deleted file mode 100644 index bc47224..0000000 --- a/app/assets/stylesheets/translations/opera-24.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 24.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 24.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": n, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": a, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": nd, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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": u, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": nd, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-25.scss b/app/assets/stylesheets/translations/opera-25.scss deleted file mode 100644 index e85f7cd..0000000 --- a/app/assets/stylesheets/translations/opera-25.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 25.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 25.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-26.scss b/app/assets/stylesheets/translations/opera-26.scss deleted file mode 100644 index 419dfce..0000000 --- a/app/assets/stylesheets/translations/opera-26.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 26.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 26.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-27.scss b/app/assets/stylesheets/translations/opera-27.scss deleted file mode 100644 index d977029..0000000 --- a/app/assets/stylesheets/translations/opera-27.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 27.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 27.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": nd, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-28.scss b/app/assets/stylesheets/translations/opera-28.scss deleted file mode 100644 index 8d9a986..0000000 --- a/app/assets/stylesheets/translations/opera-28.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 28.0 (approximately 0.02% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 28.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": 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": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": n, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-29.scss b/app/assets/stylesheets/translations/opera-29.scss deleted file mode 100644 index 326a123..0000000 --- a/app/assets/stylesheets/translations/opera-29.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 29.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 29.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-30.scss b/app/assets/stylesheets/translations/opera-30.scss deleted file mode 100644 index 0d3d0cf..0000000 --- a/app/assets/stylesheets/translations/opera-30.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 30.0 (approximately 0.02% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 30.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-31.scss b/app/assets/stylesheets/translations/opera-31.scss deleted file mode 100644 index 3ea9eef..0000000 --- a/app/assets/stylesheets/translations/opera-31.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 31.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 31.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": n, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-32.scss b/app/assets/stylesheets/translations/opera-32.scss deleted file mode 100644 index bb14ec2..0000000 --- a/app/assets/stylesheets/translations/opera-32.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 32.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: webkit; -$browser_version: 32.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": y, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": y, - "font-feature": yx, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": n, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": y, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": a, - "fileapi": y, - "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, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": y, - "mpeg4": y, - "ogv": y, - "wordwrap": y, - "pointerlock": y, - "object-fit": y, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": ax, - "svg-img": y, - "datalist": a, - "dataset": y, - "css-grid": pd, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": y, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": yx, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": a, - "script-defer": y, - "nav-timing": y, - "audio-api": y, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": y, - "document-execcommand": y, - "input-color": y, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": y, - "pointer": p, - "user-select-none": yx, - "input-file-accept": y, - "webp": y, - "input-autocomplete-onoff": y, - "intrinsic-width": yx, - "cryptography": y, - "template": y, - "opus": y, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": y, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": ax, - "midi": y, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": yx, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": n, - "dialog": y, - "css-variables": n, - "vibration": y, - "css-backgroundblendmode": y, - "css-mixblendmode": y, - "speech-recognition": ax, - "high-resolution-time": y, - "battery-status": y, - "serviceworkers": a, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": y, - "srcset": y, - "ambient-light": n, - "will-change": y, - "css-shapes": y, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": y, - "woff2": y, - "text-size-adjust": n, - "web-animation": a, - "resource-timing": y, - "custom-elements": y, - "imports": y, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": y, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": y, - "font-loading": y, - "font-unicode-range": y, - "gamepad": y, - "css-font-stretch": n, - "font-size-adjust": nd, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": y, - "xml-serializer": y, - "css-image-set": 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, - "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, - "page-transition-events": y, - "ogg-vorbis": y, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": y, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": y, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": y, - "insertadjacenthtml": y, - "let": a, - "arrow-functions": y, - "asmjs": a, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": y, - "rest-parameters": nd, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": nd, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": y, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": nd, - "css-scroll-behavior": nd, - "subresource-integrity": y, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": nd, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": y, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-9.5-9.6.scss b/app/assets/stylesheets/translations/opera-9.5-9.6.scss deleted file mode 100644 index 06ee42c..0000000 --- a/app/assets/stylesheets/translations/opera-9.5-9.6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 9.5 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 9.5; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": n, - "audio": a, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": y, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": n, - "css3-colors": a, - "css3-boxsizing": y, - "css-mediaqueries": y, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": n, - "mathml": a, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": n, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": n, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": u, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": u, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": u, - "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": y, - "registerprotocolhandler": 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": u, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/opera-9.scss b/app/assets/stylesheets/translations/opera-9.scss deleted file mode 100644 index 737e45c..0000000 --- a/app/assets/stylesheets/translations/opera-9.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Opera 9.0 (approximately 0.01% of all users) - * - */ - -$browser: opera; -$browser_prefix: o; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": p, - "internationalization": n, - "queryselector": p, - "getelementsbyclassname": n, - "forms": y, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": n, - "webworkers": n, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": n, - "border-image": n, - "background-img-opts": n, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": n, - "css-boxshadow": n, - "css3-colors": n, - "css3-boxsizing": n, - "css-mediaqueries": n, - "multicolumn": n, - "border-radius": n, - "transforms2d": n, - "use-strict": n, - "devicepixelratio": n, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": n, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": n, - "svg": y, - "svg-css": n, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": n, - "indexeddb": n, - "online-status": n, - "eventsource": a, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": n, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": n, - "flexbox": n, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": n, - "classlist": p, - "text-overflow": yx, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": n, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": n, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": y, - "datalist": y, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": n, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": y, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": n, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": n, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": u, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": n, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": n, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": n, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": n, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": n, - "css-appearance": n, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": n, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "xml-serializer": u, - "css-image-set": n, - "css-boxdecorationbreak": n, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": u, - "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": n, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": n, - "css-all": n, - "css-initial-value": n, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": u, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": n, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": n, - "keyboardevent-code": n, - "keyboardevent-location": n, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": n, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": n, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": n, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": n, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": u, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-3.1.scss b/app/assets/stylesheets/translations/safari-3.1.scss deleted file mode 100644 index e41b69c..0000000 --- a/app/assets/stylesheets/translations/safari-3.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 3.1 (approximately 0.0% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 3.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": n, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": n, - "css-textshadow": a, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": a, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": a, - "svg-css": n, - "svg-smil": p, - "svg-fonts": n, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": n, - "mpeg4": n, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": n, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "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": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": u, - "const": a, - "css-all": n, - "css-initial-value": u, - "css-letter-spacing": u, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": u, - "addeventlistener": y, - "dispatchevent": u, - "documenthead": n, - "innertext": u, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-3.2.scss b/app/assets/stylesheets/translations/safari-3.2.scss deleted file mode 100644 index 903837c..0000000 --- a/app/assets/stylesheets/translations/safari-3.2.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 3.2 (approximately 0.01% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 3.2; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": n, - "audio": n, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": p, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": p, - "webworkers": p, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": a, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": a, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": n, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": n, - "css-animation": n, - "css-gradients": n, - "css-canvas": n, - "css-reflections": n, - "css-masks": n, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": p, - "svg-fonts": y, - "svg-filters": n, - "svg-html": n, - "svg-html5": p, - "canvas": a, - "canvas-text": p, - "namevalue-storage": n, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": n, - "sni": y, - "datauri": y, - "wav": n, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": n, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "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, - "history": n, - "json": n, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": n, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": n, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": n, - "getboundingclientrect": u, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": n, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": n, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": u, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": n, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": n, - "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": a, - "currentcolor": n, - "input-pattern": n, - "registerprotocolhandler": 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, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": n, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": n, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": u, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-4.scss b/app/assets/stylesheets/translations/safari-4.scss deleted file mode 100644 index 511f988..0000000 --- a/app/assets/stylesheets/translations/safari-4.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 4.0 (approximately 0.02% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 4.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": n, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "css-table": y, - "css-gencontent": y, - "css-fixed": y, - "beacon": n, - "hashchange": p, - "css-sel2": y, - "css-sel3": y, - "css-textshadow": y, - "css-boxshadow": ax, - "css3-colors": y, - "css3-boxsizing": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": yx, - "transforms2d": yx, - "use-strict": n, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": a, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": n, - "eventsource": n, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": p, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": n, - "hidden": n, - "script-async": n, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": p, - "css-opacity": y, - "form-validation": n, - "history": n, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": n, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": n, - "ttf": y, - "touch": n, - "matchesselector": n, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": n, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": n, - "getboundingclientrect": y, - "iframe-sandbox": n, - "css-counters": y, - "css-resize": y, - "input-placeholder": a, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": a, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": n, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": n, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": a, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": n, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": n, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": a, - "currentcolor": y, - "input-pattern": n, - "registerprotocolhandler": 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": n, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": n, - "es5": a, - "page-transition-events": n, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": a, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": n, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": n, - "customevent": n, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": n, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": a, - "proxy": n, - "keyboardevent-which": n, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": n, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": n, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": n, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-5.1.scss b/app/assets/stylesheets/translations/safari-5.1.scss deleted file mode 100644 index 996dee8..0000000 --- a/app/assets/stylesheets/translations/safari-5.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 5.1 (approximately 0.11% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 5.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": a, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": a, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": a, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": a, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": 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": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": y, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": a, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-5.scss b/app/assets/stylesheets/translations/safari-5.scss deleted file mode 100644 index 4033554..0000000 --- a/app/assets/stylesheets/translations/safari-5.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 5.0 (approximately 0.06% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 5.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": n, - "multibackgrounds": y, - "border-image": ax, - "background-img-opts": a, - "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": yx, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": a, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": n, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": ax, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": a, - "svg-fonts": y, - "svg-filters": n, - "svg-html": a, - "svg-html5": p, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": p, - "css-featurequeries": n, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": ax, - "webgl": n, - "fileapi": n, - "shadowdom": n, - "websockets": a, - "hidden": n, - "script-async": a, - "mediasource": n, - "cors": a, - "css-backdrop-filter": n, - "calc": n, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": a, - "json": y, - "classlist": p, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": p, - "text-stroke": yx, - "inline-block": y, - "notifications": n, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": a, - "css-grid": n, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": n, - "filereader": n, - "filesystem": n, - "bloburls": n, - "rellist": n, - "typedarrays": n, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": n, - "css-regions": n, - "spellcheck-attribute": n, - "fullscreen": n, - "css-exclusions": n, - "requestanimationframe": n, - "input-range": y, - "matchmedia": n, - "input-datetime": n, - "document-execcommand": u, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": n, - "css-filters": n, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": n, - "contentsecuritypolicy": n, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": n, - "webp": n, - "input-autocomplete-onoff": n, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": n, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": n, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": 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, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": n, - "imports": n, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "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": y, - "currentcolor": y, - "input-pattern": u, - "registerprotocolhandler": 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": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": n, - "font-variant-alternates": n, - "form-attribute": u, - "es5": a, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": n, - "progress": n, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": n, - "css-first-letter": u, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": n, - "css-writing-mode": u, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": u, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": u, - "proxy": n, - "keyboardevent-which": u, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": a, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": u, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": u, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": n, - "css-nth-child-of": n, - "focusin-focusout-events": u, - "css-matches-pseudo": u, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": u, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": u, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-6.1.scss b/app/assets/stylesheets/translations/safari-6.1.scss deleted file mode 100644 index 6fc7576..0000000 --- a/app/assets/stylesheets/translations/safari-6.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 6.1 (approximately 0.09% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 6.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "fileapi": a, - "shadowdom": n, - "websockets": a, - "hidden": y, - "script-async": y, - "mediasource": n, - "cors": y, - "css-backdrop-filter": n, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": n, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-6.scss b/app/assets/stylesheets/translations/safari-6.scss deleted file mode 100644 index 4e46371..0000000 --- a/app/assets/stylesheets/translations/safari-6.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 6.0 (approximately 0.02% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 6.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": a, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": a, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": y, - "css-hyphens": yx, - "css-transitions": yx, - "font-feature": a, - "css-animation": yx, - "css-gradients": yx, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": ax, - "webgl": a, - "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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": a, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": a, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": yx, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": n, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": yx, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": yx, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": a, - "contentsecuritypolicy": y, - "pagevisibility": n, - "stricttransportsecurity": n, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": n, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": y, - "intrinsic-width": n, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": n, - "mutationobserver": yx, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": n, - "midi": n, - "canvas-blending": n, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": n, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": n, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": n, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": n, - "getrandomvalues": n, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "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": ax, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": 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": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": u, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": a, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": u, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": u, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": u, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": n, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": u, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-7.1.scss b/app/assets/stylesheets/translations/safari-7.1.scss deleted file mode 100644 index 986ff7b..0000000 --- a/app/assets/stylesheets/translations/safari-7.1.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 7.1 (approximately 0.03% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 7.1; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-7.scss b/app/assets/stylesheets/translations/safari-7.scss deleted file mode 100644 index 5682910..0000000 --- a/app/assets/stylesheets/translations/safari-7.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 7.0 (approximately 0.05% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 7.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": n, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": p, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": a, - "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": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": n, - "xhr2": a, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": ax, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": n, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": n, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": p, - "template": n, - "opus": n, - "jpegxr": n, - "channel-messaging": 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, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": p, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": n, - "css-mixblendmode": n, - "speech-recognition": n, - "high-resolution-time": n, - "battery-status": n, - "serviceworkers": n, - "text-decoration": n, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": n, - "ambient-light": n, - "will-change": n, - "css-shapes": n, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": a, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": n, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": n, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-8.scss b/app/assets/stylesheets/translations/safari-8.scss deleted file mode 100644 index b04cf13..0000000 --- a/app/assets/stylesheets/translations/safari-8.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 8.0 (approximately 0.26% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 8.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": ax, - "border-radius": y, - "transforms2d": yx, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": yx, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": yx, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "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": a, - "geolocation": y, - "flexbox": yx, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "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": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": a, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": n, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": a, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": a, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": yx, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": a, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": n, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": n, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": 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": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": n, - "input-minlength": n, - "css-media-interaction": n, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": n, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": n, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": n, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": n, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": n, - "focusin-focusout-events": y, - "css-matches-pseudo": ax, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": n, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": n -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/assets/stylesheets/translations/safari-9.scss b/app/assets/stylesheets/translations/safari-9.scss deleted file mode 100644 index 98cf28f..0000000 --- a/app/assets/stylesheets/translations/safari-9.scss +++ /dev/null @@ -1,359 +0,0 @@ -/* - * ../translations - * Browser: Safari 9.0 (approximately 0.79% of all users) - * - */ - -$browser: safari; -$browser_prefix: webkit; -$browser_version: 9.0; -$browser_type: desktop; - -// CSS Compatibility - -$browser_capabilities: ( - "png-alpha": y, - "apng": y, - "video": y, - "audio": y, - "contenteditable": y, - "dragndrop": y, - "internationalization": n, - "queryselector": y, - "getelementsbyclassname": y, - "forms": a, - "html5semantic": y, - "css-line-clamp": yx, - "offline-apps": y, - "webworkers": y, - "fontface": y, - "eot": n, - "woff": y, - "multibackgrounds": y, - "border-image": y, - "background-img-opts": y, - "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": y, - "css-mediaqueries": y, - "multicolumn": a, - "border-radius": y, - "transforms2d": y, - "use-strict": y, - "devicepixelratio": y, - "transforms3d": y, - "sharedworkers": n, - "css-hyphens": yx, - "css-transitions": y, - "font-feature": n, - "css-animation": y, - "css-gradients": y, - "css-canvas": yx, - "css-reflections": yx, - "css-masks": ax, - "console-basic": y, - "svg": y, - "svg-css": y, - "svg-smil": y, - "svg-fonts": y, - "svg-filters": y, - "svg-html": a, - "svg-html5": y, - "canvas": y, - "canvas-text": y, - "namevalue-storage": y, - "sql-storage": y, - "indexeddb": a, - "online-status": y, - "eventsource": y, - "x-doc-messaging": y, - "sni": y, - "datauri": y, - "wav": y, - "mathml": y, - "css-featurequeries": y, - "xhtml": y, - "xhtmlsmil": p, - "wai-aria": a, - "geolocation": y, - "flexbox": y, - "webgl": y, - "fileapi": a, - "shadowdom": n, - "websockets": y, - "hidden": y, - "script-async": y, - "mediasource": y, - "cors": y, - "css-backdrop-filter": yx, - "calc": y, - "dom-range": y, - "ruby": a, - "css-opacity": y, - "form-validation": a, - "history": y, - "json": y, - "classlist": y, - "text-overflow": y, - "webm": p, - "mpeg4": y, - "ogv": n, - "wordwrap": y, - "pointerlock": n, - "object-fit": a, - "xhr2": y, - "minmaxwh": y, - "details": y, - "text-stroke": yx, - "inline-block": y, - "notifications": y, - "stream": n, - "svg-img": y, - "datalist": p, - "dataset": y, - "css-grid": p, - "menu": n, - "css-zoom": y, - "rem": y, - "ttf": y, - "touch": n, - "matchesselector": y, - "pointer-events": y, - "blobbuilder": y, - "filereader": y, - "filesystem": n, - "bloburls": y, - "rellist": y, - "typedarrays": y, - "deviceorientation": n, - "script-defer": y, - "nav-timing": y, - "audio-api": yx, - "css-regions": yx, - "spellcheck-attribute": y, - "fullscreen": ax, - "css-exclusions": n, - "requestanimationframe": y, - "input-range": y, - "matchmedia": y, - "input-datetime": n, - "document-execcommand": y, - "input-color": n, - "input-number": y, - "getboundingclientrect": y, - "iframe-sandbox": y, - "css-counters": y, - "css-resize": y, - "input-placeholder": y, - "spdy": y, - "css-repeating-gradients": y, - "css-filters": yx, - "getcomputedstyle": y, - "mp3": y, - "word-break": y, - "viewport-units": y, - "contentsecuritypolicy": y, - "pagevisibility": y, - "stricttransportsecurity": y, - "style-scoped": n, - "svg-fragment": n, - "outline": y, - "download": n, - "pointer": p, - "user-select-none": yx, - "input-file-accept": a, - "webp": n, - "input-autocomplete-onoff": a, - "intrinsic-width": ax, - "cryptography": yx, - "template": y, - "opus": n, - "jpegxr": n, - "channel-messaging": y, - "css3-tabsize": a, - "mutationobserver": y, - "css-selection": y, - "css-placeholder": ax, - "css-deviceadaptation": n, - "text-emphasis": y, - "midi": n, - "canvas-blending": y, - "clipboard": a, - "rtcpeerconnection": n, - "css3-cursors": y, - "css3-cursors-newer": y, - "webvtt": y, - "promises": y, - "css-sticky": yx, - "dialog": n, - "css-variables": n, - "vibration": n, - "css-backgroundblendmode": a, - "css-mixblendmode": a, - "speech-recognition": n, - "high-resolution-time": y, - "battery-status": n, - "serviceworkers": n, - "text-decoration": ax, - "iframe-srcdoc": y, - "speech-synthesis": y, - "user-timing": n, - "srcset": y, - "ambient-light": n, - "will-change": n, - "css-shapes": yx, - "domcontentloaded": y, - "proximity": n, - "kerning-pairs-ligatures": y, - "iframe-seamless": n, - "css-image-orientation": n, - "picture": n, - "woff2": n, - "text-size-adjust": n, - "web-animation": n, - "resource-timing": n, - "custom-elements": p, - "imports": p, - "input-file-multiple": y, - "atob-btoa": y, - "css-appearance": ax, - "objectrtc": n, - "css-background-offsets": y, - "css-supports-api": y, - "css-touch-action": n, - "autofocus": y, - "css-clip-path": ax, - "getrandomvalues": y, - "screen-orientation": n, - "font-loading": n, - "font-unicode-range": a, - "gamepad": n, - "css-font-stretch": n, - "font-size-adjust": n, - "link-icon-png": y, - "link-icon-svg": a, - "css-media-resolution": ax, - "xml-serializer": y, - "css-image-set": yx, - "css-boxdecorationbreak": ax, - "object-observe": n, - "css-at-counter-style": n, - "css-page-break": a, - "css-placeholder-shown": y, - "broadcastchannel": n, - "css-crisp-edges": yx, - "css-text-align-last": n, - "css-logical-props": ax, - "fetch": n, - "referrer-policy": a, - "background-attachment": y, - "currentcolor": y, - "input-pattern": a, - "registerprotocolhandler": n, - "css-snappoints": ax, - "input-minlength": n, - "css-media-interaction": y, - "ime": n, - "font-smooth": ax, - "audiotracks": y, - "videotracks": y, - "contentsecuritypolicy2": n, - "permissions-api": n, - "http2": a, - "font-kerning": yx, - "jpeg2000": y, - "upgradeinsecurerequests": n, - "publickeypinning": n, - "input-email-tel-url": y, - "fieldset-disabled": y, - "font-variant-alternates": n, - "form-attribute": y, - "es5": y, - "page-transition-events": y, - "ogg-vorbis": n, - "meter": y, - "progress": y, - "css-filter-function": yx, - "css-element-function": n, - "u2f": n, - "aac": y, - "link-rel-prefetch": n, - "ol-reversed": y, - "css-first-letter": y, - "wbr-element": y, - "const": a, - "css-all": n, - "css-initial-value": y, - "css-letter-spacing": y, - "css-unset-value": n, - "insertadjacenthtml": y, - "let": n, - "arrow-functions": n, - "asmjs": n, - "lazyload": n, - "link-rel-dns-prefetch": y, - "link-rel-prerender": n, - "rest-parameters": n, - "css-cross-fade": yx, - "css-writing-mode": yx, - "customevent": y, - "textcontent": y, - "addeventlistener": y, - "dispatchevent": y, - "documenthead": y, - "innertext": y, - "client-hints-dpr-width-viewport": n, - "link-rel-preconnect": n, - "netinfo": n, - "setimmediate": n, - "es6-number": y, - "maxlength": y, - "proxy": n, - "keyboardevent-which": y, - "keyboardevent-charcode": y, - "keyboardevent-code": n, - "keyboardevent-location": y, - "keyboardevent-getmodifierstate": n, - "keyboardevent-key": n, - "brotli": n, - "element-closest": y, - "input-event": y, - "input-search": y, - "css-motion-paths": n, - "css-scroll-behavior": n, - "subresource-integrity": n, - "css-in-out-of-range": a, - "push-api": n, - "background-position-x-y": y, - "css-revert-value": n, - "css-widows-orphans": y, - "web-bluetooth": n, - "scrollintoview": a, - "css-nth-child-of": y, - "focusin-focusout-events": y, - "css-matches-pseudo": y, - "rel-noopener": n, - "css-text-justify": n, - "css-scrollbar": yx, - "link-rel-preload": n, - "css-case-insensitive": y, - "css-default-pseudo": a, - "css-optional-pseudo": y, - "css-indeterminate-pseudo": a, - "webgl2": n, - "document-currentscript": y, - "css-descendant-gtgt": n, - "css-has": n, - "css-not-sel-list": y -); - -@import "bumbleberry-settings"; -@import "../translations"; diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index c5d78e6..fafef04 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -630,11 +630,14 @@ module ApplicationHelper region = location.data['region_code'] city = location.data['city'] end - l = Array.new - l << (_!city) - l << I18n.t("geography.subregions.#{country}.#{region}") if region.present? - l << I18n.t("geography.countries.#{country}") if !(country =~ /^(US|CA)$/) - l.join(_!', ') + + hash = Hash.new + hash[:city] = _!(city) unless city.blank? + hash[:region] = _("geography.subregions.#{country}.#{region}") unless region.blank? || country.blank? + hash[:country] = _("geography.countries.#{country}") unless country.blank? + + # return the formatted location or the first value if we only have one value + return hash.length > 1 ? _("geography.formats.#{hash.keys.join('_')}", vars: hash) : hash.values.first end def nav_link(link, title, class_name = nil) @@ -657,7 +660,7 @@ module ApplicationHelper end d1 = I18n.l(date1.to_date, format: "span_#{key}_date_1".to_sym) d2 = I18n.l(date2.to_date, format: "span_#{key}_date_2".to_sym) - I18n.t('date.date_span', {:date_1 => d1, :date_2 => d2}) + _('date.date_span', vars: {:date_1 => d1, :date_2 => d2}) end def generate_confirmation(user, url, expiry = nil) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 1465a46..d2820a6 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,6 +9,7 @@ = inject_css! - (@stylesheets || []).each do |css| = inject_css! css + = stylesheet_link_tag 'i18n-debug' if request.params['i18nDebug'] %link{ href: asset_path('favicon.ico'), rel: 'shortcut icon', type: 'image/x-icon' } %link{ href: asset_path('favicon.ico'), rel: 'icon', type: 'image/x-icon' } %link{ href: asset_path('apple-touch-icon.png'), rel: 'apple-touch-icon' } @@ -36,7 +37,6 @@ #content=yield - else = yield - = yield :garbage #footer %footer= render 'shared/footer' - if content_for?(:footer_scripts) diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml index cef0918..10261f6 100644 --- a/app/views/shared/_footer.html.haml +++ b/app/views/shared/_footer.html.haml @@ -13,9 +13,9 @@ -I18n.backend.enabled_locales.each do |locale| - if locale.to_s != I18n.locale.to_s # don't show the current locale %li - - locale_translation = I18n.t("languages.#{locale}", locale: locale, context: I18n.t("languages.#{locale}")) + - locale_translation = _("languages.#{locale}", locale: locale) %a{href: url_for(params.merge(url_params(locale)))} - =_'translate.content.change_locale', "Read in #{locale_translation}", vars: {locale: locale_translation} + =_'translate.content.change_locale', "Read in #{locale_translation}", vars: {language: locale_translation}, locale: locale .copy =_'links.footer.help_text.contributors', 'Who contributed to building this website' do |title| =link_to :humans_txt, {title: title} do diff --git a/config/application.rb b/config/application.rb index 314bd75..d61b718 100644 --- a/config/application.rb +++ b/config/application.rb @@ -30,20 +30,17 @@ module BikeBike self.paths['config/database'] = Rails.root.join('config', 'database.yml') config.active_record.raise_in_transactional_callbacks = true config.exceptions_app = self.routes + I18n.config.language_threshold = 0 if Rails.env == 'development' || Rails.env == 'test' I18n.config.language_detection_method = I18n::Config::DETECT_LANGUAGE_FROM_URL_PARAM - I18n.config.language_threshold = 1 else # detect the language using the subdimain I18n.config.language_detection_method = I18n::Config::DETECT_LANGUAGE_FROM_SUBDOMAIN if Rails.env == 'preview' - I18n.config.language_threshold = 1 I18n.config.subdomain_format = 'preview-%' # if we are in our preview environment, set the locale regex to detect the preview- prefix I18n.config.host_locale_regex = /^preview\-([a-z]{2})\.bikebike\.org$/ - else - I18n.config.language_threshold = 90 end end diff --git a/config/initializers/drupal_hash.rb b/config/initializers/drupal_hash.rb deleted file mode 100644 index a4f9728..0000000 --- a/config/initializers/drupal_hash.rb +++ /dev/null @@ -1,117 +0,0 @@ -#require 'sorcery/lib/sorcery/crypto_providers/common' -#require 'ruby_drupal_hash' - -module Sorcery - module CryptoProviders - class DrupalPassword # < Sorcery::CryptoProviders::Common - include Common - class << self - #def join_token - # @join_token ||= "--" - #end - - # Turns your raw password into a Sha1 hash. - def encrypt(*tokens) - #puts tokens - #x - #tokens = tokens.flatten - #digest = tokens.shift - #stretches.times { digest = secure_digest([digest, *tokens].join(join_token)) } - #digest - hash(tokens.first()) - end - - #def secure_digest(digest) - # #Digest::SHA1.hexdigest(digest) - # hash(digest) - #end - - DRUPAL_MIN_HASH_COUNT = 7 - DRUPAL_MAX_HASH_COUNT = 30 - DRUPAL_HASH_LENGTH = 55 - ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' - - HASH = Digest::SHA2.new(512) - - def hash(password) - return false if password.nil? - - setting = '$S$DXHwLLD9k' - - count_log2 = ITOA64.index(setting[3]) - - if count_log2 < DRUPAL_MIN_HASH_COUNT or count_log2 > DRUPAL_MAX_HASH_COUNT - return false - end - - salt = setting[4..4+7] - - if salt.length != 8 - return false - end - - count = 2 ** count_log2 - - pass_hash = HASH.digest(salt + password) - - 1.upto(count) do |i| - pass_hash = HASH.digest(pass_hash + password) - end - - hash_length = pass_hash.length - - output = setting + _password_base64_encode(pass_hash, hash_length) - - if output.length != 98 - return false - end - - return output[0..(DRUPAL_HASH_LENGTH - 1)] - end - - def _password_base64_encode(to_encode, count) - output = '' - i = 0 - while true - value = (to_encode[i]).ord - - i += 1 - - output = output + ITOA64[value & 0x3f] - if i < count - value |= (to_encode[i].ord) << 8 - end - - output = output + ITOA64[(value >> 6) & 0x3f] - - if i >= count - break - end - - i += 1 - - if i < count - value |= (to_encode[i].ord) << 16 - end - - output = output + ITOA64[(value >> 12) & 0x3f] - - if i >= count - break - end - - i += 1 - - output = output + ITOA64[(value >> 18) & 0x3f] - - if i >= count - break - end - - end - return output - end - end - end - end -end diff --git a/config/initializers/sorcery.rb b/config/initializers/sorcery.rb index 9a8f3e2..28cdd99 100644 --- a/config/initializers/sorcery.rb +++ b/config/initializers/sorcery.rb @@ -1,439 +1,439 @@ -# The first thing you need to configure is which modules you need in your app. -# The default is nothing which will include only core features (password encryption, login/logout). -# Available submodules are: :user_activation, :http_basic_auth, :remember_me, -# :reset_password, :session_timeout, :brute_force_protection, :activity_logging, :external -# Rails.application.config.sorcery.submodules = [:remember_me, :reset_password, :user_activation, :brute_force_protection, :external] -Rails.application.config.sorcery.submodules = [:remember_me, :reset_password, :brute_force_protection, :external] - -# Here you can configure each submodule's features. -Rails.application.config.sorcery.configure do |config| - # -- core -- - # What controller action to call for non-authenticated users. You can also - # override the 'not_authenticated' method of course. - # Default: `:not_authenticated` - # - # config.not_authenticated_action = - - - # When a non logged in user tries to enter a page that requires login, save - # the URL he wanted to reach, and send him there after login, using 'redirect_back_or_to'. - # Default: `true` - # - # config.save_return_to_url = - - - # Set domain option for cookies; Useful for remember_me submodule. - # Default: `nil` - # - # config.cookie_domain = - - - # -- session timeout -- - # How long in seconds to keep the session alive. - # Default: `3600` - # - # config.session_timeout = - - - # Use the last action as the beginning of session timeout. - # Default: `false` - # - # config.session_timeout_from_last_action = - - - # -- http_basic_auth -- - # What realm to display for which controller name. For example {"My App" => "Application"} - # Default: `{"application" => "Application"}` - # - # config.controller_to_realm_map = - - - # -- activity logging -- - # will register the time of last user login, every login. - # Default: `true` - # - # config.register_login_time = - - - # will register the time of last user logout, every logout. - # Default: `true` - # - # config.register_logout_time = - - - # will register the time of last user action, every action. - # Default: `true` - # - # config.register_last_activity_time = - - - # -- external -- - # What providers are supported by this app, i.e. [:twitter, :facebook, :github, :linkedin, :xing, :google, :liveid] . - # Default: `[]` - # - config.external_providers = [:facebook] - - - # You can change it by your local ca_file. i.e. '/etc/pki/tls/certs/ca-bundle.crt' - # Path to ca_file. By default use a internal ca-bundle.crt. - # Default: `'path/to/ca_file'` - # - # config.ca_file = - - - # For information about LinkedIn API: - # - user info fields go to https://developer.linkedin.com/documents/profile-fields - # - access permissions go to https://developer.linkedin.com/documents/authentication#granting - # - # config.linkedin.key = "" - # config.linkedin.secret = "" - # config.linkedin.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=linkedin" - # config.linkedin.user_info_fields = ['first-name', 'last-name'] - # config.linkedin.user_info_mapping = {first_name: "firstName", last_name: "lastName"} - # config.linkedin.access_permissions = ['r_basicprofile'] - # - # - # For information about XING API: - # - user info fields go to https://dev.xing.com/docs/get/users/me - # - # config.xing.key = "" - # config.xing.secret = "" - # config.xing.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=xing" - # config.xing.user_info_mapping = {first_name: "first_name", last_name: "last_name"} - # - # - # Twitter wil not accept any requests nor redirect uri containing localhost, - # make sure you use 0.0.0.0:3000 to access your app in development - # - # config.twitter.key = "" - # config.twitter.secret = "" - # config.twitter.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=twitter" - # config.twitter.user_info_mapping = {:email => "screen_name"} - - config.facebook.key = "257350517701074" - config.facebook.secret = "2f6ab1fd7eeff9aee73140991fc68314" - config.facebook.callback_url = "http://dev.bikebike.org/oauth/callback?provider=facebook" - config.facebook.user_info_mapping = {:email => "email", :username => "username", :avatar => "picture/data/url"} - config.facebook.scope = "email" - config.facebook.display = "popup" - - # config.github.key = "" - # config.github.secret = "" - # config.github.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=github" - # config.github.user_info_mapping = {:email => "name"} - # - # config.google.key = "" - # config.google.secret = "" - # config.google.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=google" - # config.google.user_info_mapping = {:email => "email", :username => "name"} - # - # config.vk.key = "" - # config.vk.secret = "" - # config.vk.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=vk" - # config.vk.user_info_mapping = {:login => "domain", :name => "full_name"} - # - # To use liveid in development mode you have to replace mydomain.com with - # a valid domain even in development. To use a valid domain in development - # simply add your domain in your /etc/hosts file in front of 127.0.0.1 - # - # config.liveid.key = "" - # config.liveid.secret = "" - # config.liveid.callback_url = "http://mydomain.com:3000/oauth/callback?provider=liveid" - # config.liveid.user_info_mapping = {:username => "name"} - - - # --- user config --- - config.user_config do |user| - # -- core -- - # specify username attributes, for example: [:username, :email]. - # Default: `[:username]` - # - user.username_attribute_names = [:username, :email] - - - # change *virtual* password attribute, the one which is used until an encrypted one is generated. - # Default: `:password` - # - # user.password_attribute_name = - - - # downcase the username before trying to authenticate, default is false - # Default: `false` - # - # user.downcase_username_before_authenticating = - - - # change default email attribute. - # Default: `:email` - # - # user.email_attribute_name = - - - # change default crypted_password attribute. - # Default: `:crypted_password` - # - # user.crypted_password_attribute_name = - - - # what pattern to use to join the password with the salt - # Default: `""` - # - # user.salt_join_token = - - - # change default salt attribute. - # Default: `:salt` - # - # user.salt_attribute_name = - - - # how many times to apply encryption to the password. - # Default: `nil` - # - # user.stretches = - - - # encryption key used to encrypt reversible encryptions such as AES256. - # WARNING: If used for users' passwords, changing this key will leave passwords undecryptable! - # Default: `nil` - # - # user.encryption_key = - - - # use an external encryption class. - # Default: `nil` - # - user.custom_encryption_provider = Sorcery::CryptoProviders::DrupalPassword - - - # encryption algorithm name. See 'encryption_algorithm=' for available options. - # Default: `:bcrypt` - # - user.encryption_algorithm = :custom#:sha512 - - - # make this configuration inheritable for subclasses. Useful for ActiveRecord's STI. - # Default: `false` - # - user.subclasses_inherit_config = true - - - # -- remember_me -- - # allow the remember_me cookie to settable through AJAX - # Default: `true` - # - # user.remember_me_httponly = - - # How long in seconds the session length will be - # Default: `604800` - # - # user.remember_me_for = - - - # -- user_activation -- - # the attribute name to hold activation state (active/pending). - # Default: `:activation_state` - # - # user.activation_state_attribute_name = - - - # the attribute name to hold activation code (sent by email). - # Default: `:activation_token` - # - # user.activation_token_attribute_name = - - - # the attribute name to hold activation code expiration date. - # Default: `:activation_token_expires_at` - # - # user.activation_token_expires_at_attribute_name = - - - # how many seconds before the activation code expires. nil for never expires. - # Default: `nil` - # - # user.activation_token_expiration_period = - - - # your mailer class. Required. - # Default: `nil` - # - ## user.user_activation_mailer = UserMailer - - - # when true sorcery will not automatically - # email activation details and allow you to - # manually handle how and when email is sent. - # Default: `false` - # - # user.activation_mailer_disabled = - - - # activation needed email method on your mailer class. - # Default: `:activation_needed_email` - # - # user.activation_needed_email_method_name = - - - # activation success email method on your mailer class. - # Default: `:activation_success_email` - # - # user.activation_success_email_method_name = - - - # do you want to prevent or allow users that did not activate by email to login? - # Default: `true` - # - # user.prevent_non_active_users_to_login = - - - # -- reset_password -- - # reset password code attribute name. - # Default: `:reset_password_token` - # - # user.reset_password_token_attribute_name = - - - # expires at attribute name. - # Default: `:reset_password_token_expires_at` - # - # user.reset_password_token_expires_at_attribute_name = - - - # when was email sent, used for hammering protection. - # Default: `:reset_password_email_sent_at` - # - # user.reset_password_email_sent_at_attribute_name = - - - # mailer class. Needed. - # Default: `nil` - # - user.reset_password_mailer = UserMailer - - - # reset password email method on your mailer class. - # Default: `:reset_password_email` - # - # user.reset_password_email_method_name = - - - # when true sorcery will not automatically - # email password reset details and allow you to - # manually handle how and when email is sent - # Default: `false` - # - # user.reset_password_mailer_disabled = - - - # how many seconds before the reset request expires. nil for never expires. - # Default: `nil` - # - # user.reset_password_expiration_period = - - - # hammering protection, how long to wait before allowing another email to be sent. - # Default: `5 * 60` - # - # user.reset_password_time_between_emails = - - - # -- brute_force_protection -- - # Failed logins attribute name. - # Default: `:failed_logins_count` - # - # user.failed_logins_count_attribute_name = - - - # This field indicates whether user is banned and when it will be active again. - # Default: `:lock_expires_at` - # - # user.lock_expires_at_attribute_name = - - - # How many failed logins allowed. - # Default: `50` - # - # user.consecutive_login_retries_amount_limit = - - - # How long the user should be banned. in seconds. 0 for permanent. - # Default: `60 * 60` - # - # user.login_lock_time_period = - - # Unlock token attribute name - # Default: `:unlock_token` - # - # user.unlock_token_attribute_name = - - # Unlock token mailer method - # Default: `:send_unlock_token_email` - # - # user.unlock_token_email_method_name = - - # when true sorcery will not automatically - # send email with unlock token - # Default: `false` - # - # user.unlock_token_mailer_disabled = true - - # Unlock token mailer class - # Default: `nil` - # - user.unlock_token_mailer = UserMailer - - # -- activity logging -- - # Last login attribute name. - # Default: `:last_login_at` - # - # user.last_login_at_attribute_name = - - - # Last logout attribute name. - # Default: `:last_logout_at` - # - # user.last_logout_at_attribute_name = - - - # Last activity attribute name. - # Default: `:last_activity_at` - # - # user.last_activity_at_attribute_name = - - - # How long since last activity is he user defined logged out? - # Default: `10 * 60` - # - # user.activity_timeout = - - - # -- external -- - # Class which holds the various external provider data for this user. - # Default: `nil` - # - user.authentications_class = Authentication - - - # User's identifier in authentications class. - # Default: `:user_id` - # - # user.authentications_user_id_attribute_name = - - - # Provider's identifier in authentications class. - # Default: `:provider` - # - # user.provider_attribute_name = - - - # User's external unique identifier in authentications class. - # Default: `:uid` - # - # user.provider_uid_attribute_name = - end - - # This line must come after the 'user config' block. - # Define which model authenticates with sorcery. - config.user_class = "User" -end +# The first thing you need to configure is which modules you need in your app. +# The default is nothing which will include only core features (password encryption, login/logout). +# Available submodules are: :user_activation, :http_basic_auth, :remember_me, +# :reset_password, :session_timeout, :brute_force_protection, :activity_logging, :external +# Rails.application.config.sorcery.submodules = [:remember_me, :reset_password, :user_activation, :brute_force_protection, :external] +Rails.application.config.sorcery.submodules = [:remember_me, :reset_password, :brute_force_protection, :external] + +# Here you can configure each submodule's features. +Rails.application.config.sorcery.configure do |config| + # -- core -- + # What controller action to call for non-authenticated users. You can also + # override the 'not_authenticated' method of course. + # Default: `:not_authenticated` + # + # config.not_authenticated_action = + + + # When a non logged in user tries to enter a page that requires login, save + # the URL he wanted to reach, and send him there after login, using 'redirect_back_or_to'. + # Default: `true` + # + # config.save_return_to_url = + + + # Set domain option for cookies; Useful for remember_me submodule. + # Default: `nil` + # + # config.cookie_domain = + + + # -- session timeout -- + # How long in seconds to keep the session alive. + # Default: `3600` + # + # config.session_timeout = + + + # Use the last action as the beginning of session timeout. + # Default: `false` + # + # config.session_timeout_from_last_action = + + + # -- http_basic_auth -- + # What realm to display for which controller name. For example {"My App" => "Application"} + # Default: `{"application" => "Application"}` + # + # config.controller_to_realm_map = + + + # -- activity logging -- + # will register the time of last user login, every login. + # Default: `true` + # + # config.register_login_time = + + + # will register the time of last user logout, every logout. + # Default: `true` + # + # config.register_logout_time = + + + # will register the time of last user action, every action. + # Default: `true` + # + # config.register_last_activity_time = + + + # -- external -- + # What providers are supported by this app, i.e. [:twitter, :facebook, :github, :linkedin, :xing, :google, :liveid] . + # Default: `[]` + # + config.external_providers = [:facebook] + + + # You can change it by your local ca_file. i.e. '/etc/pki/tls/certs/ca-bundle.crt' + # Path to ca_file. By default use a internal ca-bundle.crt. + # Default: `'path/to/ca_file'` + # + # config.ca_file = + + + # For information about LinkedIn API: + # - user info fields go to https://developer.linkedin.com/documents/profile-fields + # - access permissions go to https://developer.linkedin.com/documents/authentication#granting + # + # config.linkedin.key = "" + # config.linkedin.secret = "" + # config.linkedin.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=linkedin" + # config.linkedin.user_info_fields = ['first-name', 'last-name'] + # config.linkedin.user_info_mapping = {first_name: "firstName", last_name: "lastName"} + # config.linkedin.access_permissions = ['r_basicprofile'] + # + # + # For information about XING API: + # - user info fields go to https://dev.xing.com/docs/get/users/me + # + # config.xing.key = "" + # config.xing.secret = "" + # config.xing.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=xing" + # config.xing.user_info_mapping = {first_name: "first_name", last_name: "last_name"} + # + # + # Twitter wil not accept any requests nor redirect uri containing localhost, + # make sure you use 0.0.0.0:3000 to access your app in development + # + # config.twitter.key = "" + # config.twitter.secret = "" + # config.twitter.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=twitter" + # config.twitter.user_info_mapping = {:email => "screen_name"} + + config.facebook.key = "257350517701074" + config.facebook.secret = "2f6ab1fd7eeff9aee73140991fc68314" + config.facebook.callback_url = "http://dev.bikebike.org/oauth/callback?provider=facebook" + config.facebook.user_info_mapping = {:email => "email", :username => "username", :avatar => "picture/data/url"} + config.facebook.scope = "email" + config.facebook.display = "popup" + + # config.github.key = "" + # config.github.secret = "" + # config.github.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=github" + # config.github.user_info_mapping = {:email => "name"} + # + # config.google.key = "" + # config.google.secret = "" + # config.google.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=google" + # config.google.user_info_mapping = {:email => "email", :username => "name"} + # + # config.vk.key = "" + # config.vk.secret = "" + # config.vk.callback_url = "http://0.0.0.0:3000/oauth/callback?provider=vk" + # config.vk.user_info_mapping = {:login => "domain", :name => "full_name"} + # + # To use liveid in development mode you have to replace mydomain.com with + # a valid domain even in development. To use a valid domain in development + # simply add your domain in your /etc/hosts file in front of 127.0.0.1 + # + # config.liveid.key = "" + # config.liveid.secret = "" + # config.liveid.callback_url = "http://mydomain.com:3000/oauth/callback?provider=liveid" + # config.liveid.user_info_mapping = {:username => "name"} + + + # --- user config --- + config.user_config do |user| + # -- core -- + # specify username attributes, for example: [:username, :email]. + # Default: `[:username]` + # + user.username_attribute_names = [:username, :email] + + + # change *virtual* password attribute, the one which is used until an encrypted one is generated. + # Default: `:password` + # + # user.password_attribute_name = + + + # downcase the username before trying to authenticate, default is false + # Default: `false` + # + # user.downcase_username_before_authenticating = + + + # change default email attribute. + # Default: `:email` + # + # user.email_attribute_name = + + + # change default crypted_password attribute. + # Default: `:crypted_password` + # + # user.crypted_password_attribute_name = + + + # what pattern to use to join the password with the salt + # Default: `""` + # + # user.salt_join_token = + + + # change default salt attribute. + # Default: `:salt` + # + # user.salt_attribute_name = + + + # how many times to apply encryption to the password. + # Default: `nil` + # + # user.stretches = + + + # encryption key used to encrypt reversible encryptions such as AES256. + # WARNING: If used for users' passwords, changing this key will leave passwords undecryptable! + # Default: `nil` + # + # user.encryption_key = + + + # use an external encryption class. + # Default: `nil` + # + user.custom_encryption_provider = Sorcery::CryptoProviders::DrupalPassword + + + # encryption algorithm name. See 'encryption_algorithm=' for available options. + # Default: `:bcrypt` + # + user.encryption_algorithm = :custom#:sha512 + + + # make this configuration inheritable for subclasses. Useful for ActiveRecord's STI. + # Default: `false` + # + user.subclasses_inherit_config = true + + + # -- remember_me -- + # allow the remember_me cookie to settable through AJAX + # Default: `true` + # + # user.remember_me_httponly = + + # How long in seconds the session length will be + # Default: `604800` + # + # user.remember_me_for = + + + # -- user_activation -- + # the attribute name to hold activation state (active/pending). + # Default: `:activation_state` + # + # user.activation_state_attribute_name = + + + # the attribute name to hold activation code (sent by email). + # Default: `:activation_token` + # + # user.activation_token_attribute_name = + + + # the attribute name to hold activation code expiration date. + # Default: `:activation_token_expires_at` + # + # user.activation_token_expires_at_attribute_name = + + + # how many seconds before the activation code expires. nil for never expires. + # Default: `nil` + # + # user.activation_token_expiration_period = + + + # your mailer class. Required. + # Default: `nil` + # + ## user.user_activation_mailer = UserMailer + + + # when true sorcery will not automatically + # email activation details and allow you to + # manually handle how and when email is sent. + # Default: `false` + # + # user.activation_mailer_disabled = + + + # activation needed email method on your mailer class. + # Default: `:activation_needed_email` + # + # user.activation_needed_email_method_name = + + + # activation success email method on your mailer class. + # Default: `:activation_success_email` + # + # user.activation_success_email_method_name = + + + # do you want to prevent or allow users that did not activate by email to login? + # Default: `true` + # + # user.prevent_non_active_users_to_login = + + + # -- reset_password -- + # reset password code attribute name. + # Default: `:reset_password_token` + # + # user.reset_password_token_attribute_name = + + + # expires at attribute name. + # Default: `:reset_password_token_expires_at` + # + # user.reset_password_token_expires_at_attribute_name = + + + # when was email sent, used for hammering protection. + # Default: `:reset_password_email_sent_at` + # + # user.reset_password_email_sent_at_attribute_name = + + + # mailer class. Needed. + # Default: `nil` + # + user.reset_password_mailer = UserMailer + + + # reset password email method on your mailer class. + # Default: `:reset_password_email` + # + # user.reset_password_email_method_name = + + + # when true sorcery will not automatically + # email password reset details and allow you to + # manually handle how and when email is sent + # Default: `false` + # + # user.reset_password_mailer_disabled = + + + # how many seconds before the reset request expires. nil for never expires. + # Default: `nil` + # + # user.reset_password_expiration_period = + + + # hammering protection, how long to wait before allowing another email to be sent. + # Default: `5 * 60` + # + # user.reset_password_time_between_emails = + + + # -- brute_force_protection -- + # Failed logins attribute name. + # Default: `:failed_logins_count` + # + # user.failed_logins_count_attribute_name = + + + # This field indicates whether user is banned and when it will be active again. + # Default: `:lock_expires_at` + # + # user.lock_expires_at_attribute_name = + + + # How many failed logins allowed. + # Default: `50` + # + # user.consecutive_login_retries_amount_limit = + + + # How long the user should be banned. in seconds. 0 for permanent. + # Default: `60 * 60` + # + # user.login_lock_time_period = + + # Unlock token attribute name + # Default: `:unlock_token` + # + # user.unlock_token_attribute_name = + + # Unlock token mailer method + # Default: `:send_unlock_token_email` + # + # user.unlock_token_email_method_name = + + # when true sorcery will not automatically + # send email with unlock token + # Default: `false` + # + # user.unlock_token_mailer_disabled = true + + # Unlock token mailer class + # Default: `nil` + # + user.unlock_token_mailer = UserMailer + + # -- activity logging -- + # Last login attribute name. + # Default: `:last_login_at` + # + # user.last_login_at_attribute_name = + + + # Last logout attribute name. + # Default: `:last_logout_at` + # + # user.last_logout_at_attribute_name = + + + # Last activity attribute name. + # Default: `:last_activity_at` + # + # user.last_activity_at_attribute_name = + + + # How long since last activity is he user defined logged out? + # Default: `10 * 60` + # + # user.activity_timeout = + + + # -- external -- + # Class which holds the various external provider data for this user. + # Default: `nil` + # + user.authentications_class = Authentication + + + # User's identifier in authentications class. + # Default: `:user_id` + # + # user.authentications_user_id_attribute_name = + + + # Provider's identifier in authentications class. + # Default: `:provider` + # + # user.provider_attribute_name = + + + # User's external unique identifier in authentications class. + # Default: `:uid` + # + # user.provider_uid_attribute_name = + end + + # This line must come after the 'user config' block. + # Define which model authenticates with sorcery. + config.user_class = "User" +end diff --git a/config/locales/data/translation-info.yml b/config/locales/data/translation-info.yml index e69de29..24e5599 100644 --- a/config/locales/data/translation-info.yml +++ b/config/locales/data/translation-info.yml @@ -0,0 +1,48 @@ +--- +geography.subregions.CA.NS: + pages: + - "/" + examples: + - See-a-more-info-link-- +geography.countries.CA: + pages: + - "/" + examples: + - See-a-more-info-link-- +geography.formats.city_region_country: + pages: + - "/" + vars: + - :city + - :region + - :country + examples: + - See-a-more-info-link-- +date.formats.span_same_month_date_1: + pages: + - "/" + examples: + - See-a-more-info-link-- +date.month_names: + pages: + - "/" + examples: + - See-a-more-info-link-- +date.formats.span_same_month_date_2: + pages: + - "/" + examples: + - See-a-more-info-link-- +date.date_span: + pages: + - "/" + vars: + - :date_1 + - :date_2 + examples: + - See-a-more-info-link-- +page_descriptions.home: + pages: + - "/" + examples: + - See-a-more-info-link-- diff --git a/config/locales/en.yml b/config/locales/en.yml index aa53c83..cee41bb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -714,6 +714,11 @@ en: WV: West Virginia WI: Wisconsin WY: Wyoming + formats: + city_region_country: '%{city}, %{region}, %{country}' + city_country: '%{city}, %{country}' + city_region: '%{city}, %{region}' + region_country: '%{region}, %{country}' activerecord: errors: messages: @@ -5565,6 +5570,8 @@ en: Safer_Spaces_Policy: Safer Space Agreement '404': Page_Not_Found: Page Not Found + Policy: 'Policy' + About: 'About' links: footer: help_text: diff --git a/config/locales/es.yml b/config/locales/es.yml index 424b227..3a19972 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -37,6 +37,10 @@ es: short: '%d de %b' span_same_month_date_2: '%e, %Y' span_same_month_date_1: '%B %e' + span_same_year_date_1: "%B %e" + span_same_year_date_2: "%B %e, %Y" + span_different_year_date_1: "%B %e, %Y" + span_different_year_date_2: "%B %e, %Y" month_names: - - enero @@ -689,6 +693,11 @@ es: WV: Virginia Occidental WI: Wisconsin WY: Wyoming + formats: + city_region_country: '%{city}, %{region}, %{country}' + city_country: '%{city}, %{country}' + city_region: '%{city}, %{region}' + region_country: '%{region}, %{country}' conference: actions: Register: Registrate @@ -1001,6 +1010,8 @@ es: Please_Confirm_Email: Página no encontrada '404': Page_Not_Found: Crear un taller + Policy: 'Policy' + About: 'About' actions: workshops: create: Crear @@ -1029,6 +1040,7 @@ es: not_translation: No es una traducción translation_last_modified: El texto en el idioma original fue modificada por última vez el %%{date} + change_locale: "Leer en %{language}" pages: contexts: geography: geografia diff --git a/db/schema.rb b/db/schema.rb index 0f85d90..e00f89e 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -188,7 +188,7 @@ ActiveRecord::Schema.define(version: 20160304021005) do t.datetime "created_at" t.datetime "updated_at" t.integer "event_location_id" - t.string "event_type" + t.string "type" end create_table "locations", force: :cascade do |t| diff --git a/features/registration_page.feature b/features/registration_page.feature deleted file mode 100644 index 6433f30..0000000 --- a/features/registration_page.feature +++ /dev/null @@ -1,111 +0,0 @@ -Feature: Registration Page - In order to register for Bike!Bike! - As a visitor - - Scenario: View stats - Given There is an upcoming conference in Anchorage AK - And Registration is open - And I am logged in as someguy@bikebike.org - And My name is Jeff - And I am a conference host - And I am registered for the conference - And I am on the stats page - - Then I should see Total Registrations - - Scenario: View stats.xls - Given There is an upcoming conference in Anchorage AK - And Registration is open - And I am logged in as someguy@bikebike.org - And My name is Jeff - And I am a conference host - And I am registered for the conference - And I am on the stats.xls page - - Scenario: Start registration from landing page - Given There is an upcoming conference in Halifax NS - And Registration is open - And a workshop titled My Awesome Workshop exists - And I am on the landing page - - Then I see the Bike!Bike! logo - And I see a Register link - And I click on the Register link - - Then I am on the registration page - And I fill in email with myemail@bikebike.org - And press register - - Then I should get a Confirmation email - And that email should contain /confirm/ - And I confirm my account - - Then I should see Agreement - And I press policy - - Then I should see name - And I should see Where are you coming from - And I should see Arrival - And I should see Departure - And I fill in name with John Doe - And fill in location with Mushaboom, NS - And enter 2016-01-01 as my arrival - And enter 2016-01-04 as my departure - And select en as my language - And select none as my housing - And select a small bike - And choose vegan food - And press save - - Then I should see Payment - And I should be registered for the conference - - Then I pay 50.0 - And I finish with paypal - - Then I should see confirm - And I should see 50.00 - Then press paypal confirmed - - Then I should see John Doe - And I should see Mushaboom, NS - And I should see January - And I should see English - And I should see none - And I should see Vegan - And I should see 50.00 - - Scenario: Broadcast message - Given There is an upcoming conference in San Marcos TX - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am a conference host - And I am registered for the conference - And I am on the broadcast page - - Then I see the Bike!Bike! logo - And I should see Subject - And I fill in subject with My Subject - And I fill in content with Lorem Ipsum - And I press test - - Then I should see somebody@bikebike.org - - Then I press preview - Then I should see Lorem Ipsum - And I press send - - Then I should see email has been sent - And I should see Preview - And I should see My Subject - - Scenario: Edit a conference - Given There is an upcoming conference in Portland OR - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am a conference host - And I am registered for the conference - And I am on the edit conference page - Then I should see Edit Spanish diff --git a/features/schedule.feature b/features/schedule.feature deleted file mode 100644 index 9ba1a0a..0000000 --- a/features/schedule.feature +++ /dev/null @@ -1,26 +0,0 @@ -Feature: Workshop Page - In order to facilitate and attend workshops - As a visitor - - Scenario: View published schedule - Given There is an upcoming conference in Boise ID - And Registration is open - - And a location named The Shop exists - - And a workshop titled Bikes and Beers exists - And the workshop is scheduled for day 2 at 9:00 at The Shop - - And a workshop titled Bike Art exists - And the workshop is scheduled for day 2 at 12:00 at The Shop - - And a workshop titled Advocacy Now! exists - And the workshop is scheduled for day 2 at 14:00 at The Shop - - And a workshop titled Public Outreach exists - And the workshop is scheduled for day 2 at 21:00 at The Shop - - And the workshop schedule is published - - And I am on the landing page - Then I see the Bike!Bike! logo diff --git a/features/support/env.rb b/features/support/env.rb index 85b6a5f..5242d76 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -48,6 +48,7 @@ Before('@javascript') do end Before do + # user_agent = "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36" user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A" #request.stub!(:user_agent).and_return() #controller.request.stub!(:user_agent).and_return(user_agent) @@ -111,7 +112,14 @@ def create_org(name = nil, location = nil) found_location = nil if location.present? cache_file = File.join(File.dirname(__FILE__), 'location_cache.yml') - cache = File.exists?(cache_file) ? YAML.load_file(cache_file) : {} + cache = {} + if File.exists?(cache_file) + begin + cache = YAML.load_file(cache_file) + rescue + # get rid of the cache if there's an error + end + end l = cache[location] if l.nil? l = Geocoder.search(location).first diff --git a/features/support/location_cache.yml b/features/support/location_cache.yml index 379e221..23b54b9 100644 --- a/features/support/location_cache.yml +++ b/features/support/location_cache.yml @@ -81,7 +81,7 @@ bounds: northeast: lat: 45.96934 - lng: -64.31345000000002 + lng: -64.31372929999999 southwest: lat: 45.86707 lng: -64.4562439 @@ -92,7 +92,7 @@ viewport: northeast: lat: 45.96934 - lng: -64.31345000000002 + lng: -64.31372929999999 southwest: lat: 45.86707 lng: -64.4562439 @@ -102,248 +102,3 @@ - locality - political cache_hit: -" in Anchorage AK": !ruby/object:Geocoder::Result::Google - data: - address_components: - - long_name: Anchorage - short_name: Anchorage - types: - - locality - - political - - long_name: Anchorage - short_name: Anchorage - types: - - administrative_area_level_2 - - political - - long_name: Alaska - short_name: AK - types: - - administrative_area_level_1 - - political - - long_name: United States - short_name: US - types: - - country - - political - formatted_address: Anchorage, AK, USA - geometry: - bounds: - northeast: - lat: 61.4838912 - lng: -148.460007 - southwest: - lat: 60.733791 - lng: -150.2862833 - location: - lat: 61.2180556 - lng: -149.9002778 - location_type: APPROXIMATE - viewport: - northeast: - lat: 61.4838912 - lng: -148.460007 - southwest: - lat: 60.733791 - lng: -150.2862833 - partial_match: true - place_id: ChIJQT-zBHaRyFYR42iEp1q6fSU - types: - - locality - - political - cache_hit: -" in San Marcos TX": !ruby/object:Geocoder::Result::Google - data: - address_components: - - long_name: San Marcos - short_name: San Marcos - types: - - locality - - political - - long_name: Hays County - short_name: Hays County - types: - - administrative_area_level_2 - - political - - long_name: Texas - short_name: TX - types: - - administrative_area_level_1 - - political - - long_name: United States - short_name: US - types: - - country - - political - formatted_address: San Marcos, TX, USA - geometry: - bounds: - northeast: - lat: 29.9605819 - lng: -97.8419149 - southwest: - lat: 29.777154 - lng: -98.012087 - location: - lat: 29.8832749 - lng: -97.9413941 - location_type: APPROXIMATE - viewport: - northeast: - lat: 29.9605819 - lng: -97.8419149 - southwest: - lat: 29.777154 - lng: -98.012087 - partial_match: true - place_id: ChIJWUZBNCqnXIYRJzGOU2wzOi8 - types: - - locality - - political - cache_hit: -" in Guadalajara Mexico": !ruby/object:Geocoder::Result::Google - data: - address_components: - - long_name: Guadalajara - short_name: Guadalajara - types: - - locality - - political - - long_name: Guadalajara - short_name: Guadalajara - types: - - administrative_area_level_2 - - political - - long_name: Jalisco - short_name: Jal. - types: - - administrative_area_level_1 - - political - - long_name: Mexico - short_name: MX - types: - - country - - political - formatted_address: Guadalajara, Jalisco, Mexico - geometry: - bounds: - northeast: - lat: 20.7438464 - lng: -103.2637617 - southwest: - lat: 20.6037373 - lng: -103.4070646 - location: - lat: 20.6596988 - lng: -103.3496092 - location_type: APPROXIMATE - viewport: - northeast: - lat: 20.7438464 - lng: -103.2637617 - southwest: - lat: 20.6037373 - lng: -103.4070646 - partial_match: true - place_id: ChIJm9MvtYyxKIQRUFeGvwKTPdY - types: - - locality - - political - cache_hit: -" in Portland OR": !ruby/object:Geocoder::Result::Google - data: - address_components: - - long_name: Portland - short_name: Portland - types: - - locality - - political - - long_name: Multnomah County - short_name: Multnomah County - types: - - administrative_area_level_2 - - political - - long_name: Oregon - short_name: OR - types: - - administrative_area_level_1 - - political - - long_name: United States - short_name: US - types: - - country - - political - formatted_address: Portland, OR, USA - geometry: - bounds: - northeast: - lat: 45.6524799 - lng: -122.4718489 - southwest: - lat: 45.432393 - lng: -122.8369952 - location: - lat: 45.5230622 - lng: -122.6764816 - location_type: APPROXIMATE - viewport: - northeast: - lat: 45.6524799 - lng: -122.4718489 - southwest: - lat: 45.432393 - lng: -122.8369952 - partial_match: true - place_id: ChIJJ3SpfQsLlVQRkYXR9ua5Nhw - types: - - locality - - political - cache_hit: -" in Boise ID": !ruby/object:Geocoder::Result::Google - data: - address_components: - - long_name: Boise - short_name: Boise - types: - - locality - - political - - long_name: Ada County - short_name: Ada County - types: - - administrative_area_level_2 - - political - - long_name: Idaho - short_name: ID - types: - - administrative_area_level_1 - - political - - long_name: United States - short_name: US - types: - - country - - political - formatted_address: Boise, ID, USA - geometry: - bounds: - northeast: - lat: 43.6898951 - lng: -116.101909 - southwest: - lat: 43.511717 - lng: -116.3658869 - location: - lat: 43.6187102 - lng: -116.2146068 - location_type: APPROXIMATE - viewport: - northeast: - lat: 43.6898951 - lng: -116.101909 - southwest: - lat: 43.511717 - lng: -116.3658869 - partial_match: true - place_id: ChIJnbRH6XLxrlQRm51nNpuYW5o - types: - - locality - - political - cache_hit: diff --git a/features/workshops.feature b/features/workshops.feature deleted file mode 100644 index de8e23e..0000000 --- a/features/workshops.feature +++ /dev/null @@ -1,134 +0,0 @@ -Feature: Workshop Page - In order to facilitate and attend workshops - As a visitor - - Scenario: Create workshop - Given There is an upcoming conference in San Marcos TX - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am registered for the conference - And I am on the registration page - - Then I see the Bike!Bike! logo - And I see Payment - And I see Workshops - And I visit the workshops page - - Then I should see New Workshop - And I should see Your Workshops - And I click on New Workshop link - - Then I should see Title - And I fill in title with My Workshop Title - And I fill in info with Lorem Ipsum - And I save the workshop - - Then I should see My Workshop Title - And I view my workshop - - Then I should see Facilitators - And I should see John Doe creator - And I should see Edit - Then I edit the workshop - - Then I fill in title with Super Awesome Workshop - Then I click the save button - - Then I should see Super Awesome Workshop - And I should not see My Workshop Title - - Then I view my workshop - Then I delete the workshop - And I click on the confirm button - - Then I should see Your Workshops - And I should not see My Workshop Title - And I should not see Super Awesome Workshop - - Scenario: Be the first to like a workshop - Given There is an upcoming conference in Guadalajara Mexico - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am registered for the conference - And a workshop exists - And I view the workshop - - Then I should see No one is interested - Then click on toggle_interest button - Then I should see You are interested - - Then I click on toggle_interest button - Then I should see No one is interested - - Scenario: Like a workshop - Given There is an upcoming conference in Guadalajara Mexico - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am registered for the conference - And a workshop exists - And 4 people are interested in the workshop - And I view the workshop - - Then I should see 4 people are interested - Then click on toggle_interest button - Then I should see You and 4 others are interested - - Then I click on toggle_interest button - Then I should see 4 people are interested - - Scenario: Request to facilitate a workshop - Given There is an upcoming conference in Guadalajara Mexico - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am registered for the conference - And a workshop exists - And I view the workshop - - Then I click on the Make a facilitation request link - Then I should see Request to Facilitate - - Then I enter Please let me join as my message - Then I click the send button - - Then I should see Your request has been sent - - Scenario: Request to facilitate a workshop - Given There is an upcoming conference in Guadalajara Mexico - And Registration is open - And I am logged in as somebody@bikebike.org - And My name is John Doe - And I am registered for the conference - And I have created a workshop titled My Awesome Workshop - And Joey is also facilitating my workshop - And Katie has requested to facilitate my workshop - And Jim has requested to facilitate my workshop - And a user named Ricardo with the email ricky@bikebike.org exists - And Joey is registered for the conference - And Jim is registered for the conference - And Katie is registered for the conference - And Ricardo is registered for the conference - And I view the workshop - - Then I should see Joey Collaborator - And I should see Katie Requested - And I should see Jim Requested - - Then I approve the facilitator request from Jim - And I should see Jim Collaborator - And I should see Katie Requested - - Then I deny the facilitator request from Katie - And I should see Jim Collaborator - And I should not see Katie - - And I fill in email with ricky@bikebike.org - And I click the + button - Then I should see Ricardo Collaborator - - And I fill in email with nicky@bikebike.org - And I click the + button - Then I should see nicky@bikebike.org Unregistered