- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Fri, 01 Nov 2013 20:00:55 +0200
- To: andras baracsi <andrasbaracsi@gmail.com>, www-validator@w3.org
2013-10-31 8:51, andras baracsi wrote: > Validating http://kie.hupont.hu/ > Error [127]: "required attribute X not specified" There are 92 markup errors reported. It is generally best to fix those that you understand, then proceed to the more complicated issues. Quite often, fixing one error makes several error messages go away. Regarding the several errors of the kind you mention, please read the explanation below the error messages. It's not perfect, but very useful. Regarding, for example, the first one of such messages for the page, it is about the @property attribute, which simply isn't allowed by the DTD that your page purports to comply with, XHTML 1.0 Transitional DTD. I'm afraid none of the published HTML DTDs allows it. You might consider validating against HTML5 rules instead, but doing so, you get roughly the same amount of error messages. Yucca
Received on Friday, 1 November 2013 18:01:23 UTC