I have been trying to get my HTML pages all up to a common standard and I am now at a point where the only parsing errors are in Amaya.
Amaya rejects the Common Tag attributes in span elements that are RDFa, i.e., use the attributes of
typeof="ctag:Ta g"
and the essential attribute
resource=
What version of DOCTYPE for HTML will tolerate these attributes in span elements? Must it be a doctype for XHTML ?
I only have my pages up to 4.01 Transitional with the html4 loose.dtd
The pages in question are at phil.aule-browser.com
I was able to remove many bogus HTML error reports for elements below the tag by not closing the "empty" cspan element that declares the common tag with />
I just close with > and follow that immediately with </span>
HTML5 should address that annoyance ...
Amaya rejects the Common Tag attributes in span elements that are RDFa, i.e., use the attributes of
typeof="ctag:Ta g"
and the essential attribute
resource=
What version of DOCTYPE for HTML will tolerate these attributes in span elements? Must it be a doctype for XHTML ?
I only have my pages up to 4.01 Transitional with the html4 loose.dtd
The pages in question are at phil.aule-browser.com
I was able to remove many bogus HTML error reports for elements below the tag by not closing the "empty" cspan element that declares the common tag with />
I just close with > and follow that immediately with </span>
HTML5 should address that annoyance ...
Comment