"Dantman" posted a comment on MediaWiki.r111439. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111439#c31210
Commit summary for MediaWiki.r111439: Introduce property: and itemprop: support for addMeta to add RDFa <meta property="..." content="..."> and Microdata <meta itemprop="..." content="..."> to the <head>. This is done in a way that can also be feature tested, and technically could be expanded by extensions. Dantman's comment: * Sure perhaps we should fix stray itemprops in the parser. Even without a <html> scoped WebPage the Microdata spec basically indicates we should be stripping out itemprops that way anyways. * I have no plans to add any global Microdata into the skin. This feature is added for extensions that have a reason to do that. Whether it's a WebPage Microdata item, or there is some other type of spec they want to add. * http://schema.org/WebPage actually departs a little from the Microdata spec's rules. You can actually completely omit an itemscope and itemtype, and search engines will assume that html is a WebPage itemtype and stray itemprops belong to it. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
