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

Validation #1

Open
Courtney513 opened this issue Aug 30, 2015 · 0 comments
Open

Validation #1

Courtney513 opened this issue Aug 30, 2015 · 0 comments

Comments

@Courtney513
Copy link

You have a couple warning about using multiple h1 in your index. Consider downgrading one of the h1 from h1 to h2 and then just style them using css. you had to two errors stating that the element link is missing a required attribute property. A Couple of easy fixes for would be to either move to the link from the body to head of the document or if you leave the link in the body you have to use property="stylesheet". Either way will validate and I have included some links below if you have any concerns.
http://stackoverflow.com/questions/18549726/element-link-is-missing-required-attribute-property
filamentgroup/grunticon#216

Your css showed one error and ten warnings. The validator show this on line seventy-eight to be an error .hero p Value Error : font-family 1.75rem is not a font-family value : 1.75rem Museo. Eight of the ten warnings had to do with "unknown vendor extension." However, after reading some articles it appears that because they are browser specifics they just aren't included in standard css and aren't actually wrong. The other two warnings said that "Family names containing whitespace should be quoted." Here are some links I found for you to refer to.

http://www.456bereastreet.com/archive/201101/css_validator_to_report_vendor-specific_extensions_as_warnings_not_errors/

Automattic/_s#558

https://mathiasbynens.be/notes/unquoted-font-family

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