http://www.mediawiki.org/wiki/Special:Code/MediaWiki/61985

Revision: 61985
Author:   simetrical
Date:     2010-02-04 19:01:34 +0000 (Thu, 04 Feb 2010)

Log Message:
-----------
Disable RDFa/microdata by default

It's not clear we want these as an input format, per wikitech-l
discussion.  We don't want to allow them if we're not sure, because once
we allow them we can't disable them without breaking things.

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-02-04 18:40:37 UTC (rev 
61984)
+++ trunk/phase3/includes/DefaultSettings.php   2010-02-04 19:01:34 UTC (rev 
61985)
@@ -951,12 +951,12 @@
  * Enabled RDFa attributes for use in wikitext.
  * NOTE: Interaction with HTML5 is somewhat underspecified.
  */
-$wgAllowRdfaAttributes = true;
+$wgAllowRdfaAttributes = false;
 
 /**
  * Enabled HTML5 microdata attributes for use in wikitext, if $wgHtml5 is also 
true.
  */
-$wgAllowMicrodataAttributes = true;
+$wgAllowMicrodataAttributes = false;
 
 /**
  * Should we try to make our HTML output well-formed XML?  If set to false,



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to