"Dantman" posted a comment on MediaWiki.r111439.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111439#c31128

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:

And there are no itemprops set on <meta> items right now. 
OutputPageBodyAttributes lets extensions define an itemscope and itemtype on 
the body. And this change I made allows extensions to use $out->addMeta( 
'itemscope:name', $name ); to define an itemprop on a meta element in the 
<head>.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to