Last week I validated (using the W3C validator) an HTML file that
specifies the hCard profile:
<body profile="http://www.w3.org/2006/03/hcard">
Today when I validated the same file the validator says it's not valid:
there is no attribute "profile".
What happened? Is there no longer a profile attribute on the body
element?
/Roger
_______________________________________________
microformats-discuss mailing list
microforma...@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss
As far as i know the "profile" was never an attribute of <body>, but of <html>
The profile attribute belongs to <head> [1]
[1] http://www.w3.org/TR/html401/struct/global.html#adef-profile
--
Robert Bachmann <rb...@rbach.priv.at> (OpenPGP KeyID: 0x4A5CCF10)