You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the following W3C validation errors in assets/css/style.css:
ERROR; URI: file://localhost/TextArea; line 88:
Value Error : background (nullcolors.html#propdef-background)
“linear_gradient(#6C7989,#434B55)” is not a “background” value :
ERROR; URI: file://localhost/TextArea; line 96:
Value Error : background (nullcolors.html#propdef-background)
“inline-image("checker.png")” is not a “background-color” value :
ERROR; URI: file://localhost/TextArea; line 123:
Value Error : background (nullcolors.html#propdef-background)
“linear_gradient(#DDFBFC,#C6EAFA)” is not a “background-color” value :
ERROR; URI: file://localhost/TextArea; line 161:
Value Error : background (nullcolors.html#propdef-background)
“linear_gradient(#77B9FB,#3782CD)” is not a “background-color” value :
ERROR; URI: file://localhost/TextArea; line 210:
Value Error : background (nullcolors.html#propdef-background)
“linear_gradient(#fafafa,#DEDEDE 700px)” is not a “background-color” value :
Interested in fixing them? Just clone this repository locally, make the suggested change, and run script/cibuild to confirm it's been fixed. After that, you can submit a pull request to get your change merged. Feel free to drop questions here if you run into any problems.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I found the following W3C validation errors in
assets/css/style.css
:Interested in fixing them? Just clone this repository locally, make the suggested change, and run
script/cibuild
to confirm it's been fixed. After that, you can submit a pull request to get your change merged. Feel free to drop questions here if you run into any problems.The text was updated successfully, but these errors were encountered: