https://bugzilla.wikimedia.org/show_bug.cgi?id=4901
--- Comment #17 from Derk-Jan Hartman <[email protected]> 2011-05-17 12:25:54 UTC --- For everyone who cannot keep up - lang: denotes the language of the text wrapped in the html element. It is usually only used if the language of the text doesn't match the rest of the text in the page. - xml:lang is the xml variant of lang. Since we are switching from xhtml1 to html5, xml:lang is less important adding both is probably a bit much. - hreflang: denotes the language of the page that the link points to. - alternate: denotes that the link is towards the same content as the current page, but in an 'alternate' version So <a href="http://de.wikipedia.org/" hreflang="de" lang="nl">Hoofdpagina van de Duitse Wikipedia</a> is valid. It is Dutch language text in an English language page, that links to something written in German. But you cannot use alternate here, because that german mainpage is not the german version of this page that we are currently visiting, bugticket 4901 on bugzilla. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
