- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Fri, 14 Sep 2012 19:39:21 +0300
- To: Virmix <javi200482@teleline.es>
- CC: www-validator@w3.org
2012-09-12 2:59, Virmix wrote: > Validating http://www.lomasbuscado.net/ > Error [106]: "X is not a member of a group specified for any attribute" > I add schema (http://schema.org/) tags in xhtml The itemscope attribute and related attributes are not part of XHTML 1.0, which is what your document declares. You could switch to the HTML5 doctype, <!doctype html>, but then the validator will issue even more error messages, about features that have been declared as obsolete. I'm afraid there is no solution except checking "manually" the error messages and deciding which of them are relevant. Yucca
Received on Friday, 14 September 2012 16:39:51 UTC