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

Chrome warning [Deprecation] Using unescaped '#' characters in a data URI body is deprecated and will be removed in M67, around May 2018. Please use '%23' instead. See https://www.chromestatus.com/features/5656049583390720 for more details. #200

Closed
ghost opened this issue Jun 5, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 5, 2018

Version info

Milligram:1.3.0
Google Chrome: Version 66.0.3359.181 (Official Build) (64-bit)
OSX:10.12.6

Test case

Steps to reproduce

Visit https://milligram.io/ by Chrome then open developer console.

Expected behavior

No warnig.

Actual behavior

The below warning is shown.

[Deprecation] Using unescaped '#' characters in a data URI body is deprecated and will be removed in M67, around May 2018. Please use '%23' instead. See https://www.chromestatus.com/features/5656049583390720 for more details.

@adiramardiani
Copy link

Cause chrome have new standard for now
The css file use data:image to create svg file for dropdown menu, I think select/dropdown no need image for generate arrow icon @cjpatoilo

@promatik
Copy link
Contributor

Hi everyone!
I just created a PR that solves this issue: #214, and it now uses the user $color variables.

@ghost
Copy link

ghost commented Jun 29, 2019

This issue no longer occurs when visiting the site:
image

@ghost
Copy link
Author

ghost commented Jun 30, 2019

@ItsPugle Thank you for your report. As one year has passed there is no warning message in Chrome. So this issue is no longer meaningless. I will close.

@ghost ghost closed this as completed Jun 30, 2019
@cjpatoilo cjpatoilo mentioned this issue May 15, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants