-
AuthorPosts
-
April 28, 2015 at 6:48 pm #436288
Hi,
I have a site running ENFOLD theme and I have to get confirmation from this page http://achecker.ca/checker/index.php. I get the following errors:Line 25, Column 5: textarea element missing an associated label.
<textarea name=”recaptcha_challenge_field” rows=”3″ cols=”40″></textarea>Repair: Add a label element immediately before or after the textarea element. Set the for attribute value of the label element to the same value as the id attribute value of the textarea element. Add label text to the label element. Or, set the title attribute value to the textarea element to the label text. Or, add a label element that surrounds the textarea element and add label text.
Line 1, Column 1: Document language not identified.
<html>
<head>
<title>Visitor anti-robot validation</title>
<meta charset=”UTF-8″ />
…
Repair: For HTML documents add the lang attribute and a valid ISO-639-1 two letter language code to the opening HTML element. For XHTML documents add both the lang and xmllang attributes with a valid ISO-639-1 two letter language code to the opening HTML element.Line 1, Column 1: Document has invalid language code.
<html>
<head>
<title>Visitor anti-robot validation</title>
<meta charset=”UTF-8″ />
…
Repair: Add a valid 2 letter or 3 letter language code as defined in the ISO 639 specification to the HTML ‘lang’ attribute. For XHTML, both ‘lang’ and ‘xml:lang’ must be set.As far as it concerns the ‘lang’ attribute I can see it is correct and I can’t understand why it results an error.
For the first error do you have any idea why is this occurring?
Can you help me?Thanks in advance.
April 29, 2015 at 2:58 pm #436717Hi tsoupakis!
those website checkers have all different criteria and I think no website could fulfill 100% everything for every website checker. Your site looks totally fine to me.
Enjoy the theme.Let us know when you experience any issue with the theme.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.