- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Fri, 18 Mar 2016 10:27:05 +0200
- To: drake@gowild.com, www-validator@w3.org
16.3.2016, 21:00, Drake Bliss wrote: > Validating > http://www.waterfrontwonderland.com/Bonita-Springs-Florida/Listings/MLS-2150 > 67937/Address-4689-Mai-Kai-Lane-Bonita-Springs-FL-34134 > Error [106]: "X is not a member of a group specified for any attribute" At present, the page passes validation. > Line 219, Column 200: "ALLOWFULLSCREEN" is not a member of a group specified > for any attribute > ..SWlk&q=4689+Mai+Kai+Lane+Bonita+Springs+FL+34134" > allowfullscreen></iframe> It seems that you have now removed the attribute. > Allowfullscreen is a valid attribute Not in HTML 4.01 Transitional, which is what the page declares in the DOCTYPE string. If you validate against some-flavor-of HTML5, which you can declare with <!DOCTYPE html>, the allowfullscreen attribute is accepted (because the validator actually uses the current definition of HTML 5.1, which currently allows that attribute). Many other features used on the page won’t validate then. I would still consider this path, since HTML5 validation catches many typos and other real problems that aren’t caught in HTML 4.01 validation. Yucca
Received on Friday, 18 March 2016 08:27:42 UTC