infohowdy
Member
Posted 1 year ago #
Hello, the w3c tool to validate online documents now remove the profile, canonical and others attributes.
The attributes now supported are here ( http://www.w3schools.com/html5/tag_link.asp ).
Also the default Twenty Ten theme use html 5 with those attributes, now to make a valid w3c page I need to wait new html 5 specifications ?
s_ha_dum
Member
Posted 1 year ago #
Also the default Twenty Ten theme use html 5 with those attributes, now to make a valid w3c page I need to wait new html 5 specifications ?
You can still validate against other specification, like "HTML 4.01 Strict" or "XHTML 1.0 Transitional". You don't have to validate against HTML 5.
infohowdy
Member
Posted 1 year ago #
hello apljdi,
yes but I need to spend a lot of time to modify themes...
s_ha_dum
Member
Posted 1 year ago #
To validate against HTML 5 you may have to modify themes, but you don't have to validate against HTML 5. I don't know what the question is at this point.
infohowdy
Member
Posted 1 year ago #
My question is: where I can find a documentation to substitute invalid and deprecated attributes, the online documentation still learn invalid attributes (like microformats wiki).
At this time I follow your solution, switch html5 templates to xhtml 1.0 transitional...
s_ha_dum
Member
Posted 1 year ago #
http://www.w3.org/TR/html5/
About 90% of the I just validate and fix, though. I pick up the difference pretty quick that way.
infohowdy
Member
Posted 1 year ago #