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

Correct W3C validation errors in assets/css/style.css #5

Closed
benbalter opened this issue Apr 10, 2018 · 2 comments
Closed

Correct W3C validation errors in assets/css/style.css #5

benbalter opened this issue Apr 10, 2018 · 2 comments

Comments

@benbalter
Copy link
Contributor

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.

@stale
Copy link

stale bot commented Jun 9, 2018

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.

@stale stale bot added the wontfix label Jun 9, 2018
@benbalter benbalter added bug and removed wontfix labels Jun 9, 2018
@stale
Copy link

stale bot commented Aug 8, 2018

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.

@stale stale bot added the wontfix label Aug 8, 2018
@stale stale bot closed this as completed Aug 15, 2018
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

1 participant