Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opera Mini support value is always an empty object #84

Open
samdutton opened this issue Sep 17, 2019 · 0 comments
Open

Opera Mini support value is always an empty object #84

samdutton opened this issue Sep 17, 2019 · 0 comments

Comments

@samdutton
Copy link

samdutton commented Sep 17, 2019

This code:

caniuse.setBrowserScope('op_mini all');
console.log('css-counters', caniuse.getSupport('css-counters'));
console.log('css-sticky', caniuse.getSupport('css-sticky'));

Returns this:

css-counters { op_mini: {} }
css-sticky { op_mini: {} }

However, CSS Counters is supported by Opera Mini and CSS position:sticky is not.

Is this a bug, or am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant