Friday, 15 July 2011

html - Is there an appropraite rel attribute for a link to a category page? -



html - Is there an appropraite rel attribute for a link to a category page? -

the_category() function in wordpress generates invalid markup creating anchor tag rel attribute looks "category tag" (see markup "uncategorized" link here).

it seems problem category not valid value, , should 1 word.

most people deleting completely, looking @ list of valid values , wondering if of them appropriate link category page (such this one)?

in particular tag, section, , subsection caught eye, intended uses not clear me.

category , tag are valid values. validators not date.

tag defined in html5 spec.

category listed @ http://microformats.org/wiki/existing-rel-values#html5_link_type_extensions, normative registry link type extensions.

if both link types apply, it's right separate them whitespace.

note: don't utilize these link types on any link category/tag page; utilize linking page categorized/tagged corresponding category/tag. page listing categories shouldn't utilize rel value "category" links.

html web-standards

No comments:

Post a Comment