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

Allow outline but deny ouline-offset for IE 11 #70

Open
cronfy opened this issue Aug 16, 2017 · 3 comments · May be fixed by #160
Open

Allow outline but deny ouline-offset for IE 11 #70

cronfy opened this issue Aug 16, 2017 · 3 comments · May be fixed by #160

Comments

@cronfy
Copy link

cronfy commented Aug 16, 2017

Unexpected browser feature "outline" is only partially supported by IE 11 (plugin/no-unsupported-browser-features

According to caniuse: http://caniuse.com/#feat=outline

outline is supported in IE 11, only outline-offset is not supported.

Is there any way to allow outline and deny only outline-offset?

@ismay
Copy link

ismay commented Aug 17, 2017

See here: https://github.com/anandthakker/doiuse#ignoring-file-specific-rules

Does ignoring outline do you what you want? I.e.: /* doiuse-disable outline */. Also, I have to remind you that issues are not for support requests but for reporting bugs and feature requests. If you have a support request then please use stack overflow.

If you're reporting a bug, please open either a pull request with a failing test demonstrating the
problem, or include a link to a repository with a reduced test case demonstrating the problem.

@ismay ismay closed this as completed Aug 17, 2017
@cronfy
Copy link
Author

cronfy commented Aug 17, 2017

Does ignoring outline do you what you want?

No, because it will ignore outline-offset then, but I want to warn about it.

issues are not for support requests but for reporting bugs and feature requests

Well, I intended it to be a feature request/bug report, because current behaviour either produces false positives or does not report important issues:

  1. If outline is not disabled, and there is outline: none, doiuse warns about Unexpected browser feature "outline", although outline: none is completely supported.
  2. If outline is disabled, and there is outline-offset, doiuse produces no warning, although outline-offset is not supported in IE11.

Same about appearance #71.

@ismay
Copy link

ismay commented Aug 18, 2017

Well, I intended it to be a feature request/bug report, because current behaviour either produces false positives or does not report important issues

Ok, my apologies I misinterpreted your initial report. So indeed seems related to #71

@ismay ismay reopened this Aug 18, 2017
@RJWadley RJWadley linked a pull request May 27, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants