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 #6

Closed
Courtney513 opened this issue Aug 31, 2015 · 0 comments
Closed

Validation #6

Courtney513 opened this issue Aug 31, 2015 · 0 comments

Comments

@Courtney513
Copy link

HOMEPAGE
Your home page has nine errors and one warning. Your one warning is on line 25 and suggests you add an h1-h6. You have four errors on lines 132 through 135. You have you <li> inside of your <a>, but if you switch them around they will validate. Correct example: <li class="fi-social-facebook"> <a href="#"></a></li>.
On line 81 for your Instagram snap widget allowTransparency="true" frameborder="0" scrolling="no" for iframe is obsolete. The validator suggests using css or you could find a different widget. Also on line 81 your iframe src="" link has a ampersand in the url, try escaping using &

You have one error on line 107 stating that the element link is missing a required attribute property. A Couple of easy fixes would be to either move the link from the body to the 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 need to reference them.
http://stackoverflow.com/questions/18549726/element-link-is-missing-required-attribute-property
filamentgroup/grunticon#216

HISTORY
Your history page has zero errors and one warning.Your one warning is on line 20 and the validator suggests adding a h1-h6 tag.

CONTACT
On line 147 you should swap the <li> and <a> like you did for your home page on lines 132 through 135. On line 111 don't forget to give your <img> element an alt attribute. For the js script src on line 158 you can escape the ampersand in the url the same way you did on the homepage on line 81. On line 122 you can either move the link to the head of the document or add the property="stylesheet" like you did for your homepage on line 107. you had a couple warnings on lines 27 and 55 stating that your sections lacked headings.

TEAM RIDER PAGE
On line 293 you should swap the <li> and <a> like you did for your home page on lines 132 through 135 and the contact page on line 147. On line 51 you can either move the link to the head of the document or add the property="stylesheet" like you did for your homepage on line 107 and your contact page on line 122. You had one warning on line 27 stating that your sections lacked headings.

MAIN.CSS

Your css is currently validating with no errors and had 8 warnings. The warnings state they have detected an "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. here are a couple of 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

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

2 participants