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

Revision: 62135
Author:   simetrical
Date:     2010-02-08 20:20:37 +0000 (Mon, 08 Feb 2010)

Log Message:
-----------
Update $wgExperimentalHtmlIds comment with status

Test page I used to check if it was working:

http://www.mediawiki.org/wiki/User:Simetrical/Id_test

I guess we'll have to wait a year or two to deploy this by default,
unless a workaround for the Opera < 10.50 problem can be found.

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

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-02-08 20:15:32 UTC (rev 
62134)
+++ trunk/phase3/includes/DefaultSettings.php   2010-02-08 20:20:37 UTC (rev 
62135)
@@ -4147,6 +4147,10 @@
  * Should we allow a broader set of characters in id attributes, per HTML5?  If
  * not, use only HTML 4-compatible IDs.  This option is for testing -- when the
  * functionality is ready, it will be on by default with no option.
+ *
+ * Currently this appears to work fine in Chrome 4 and 5, Firefox 3.5 and 3.6, 
IE6
+ * and 8, and Opera 10.50, but it fails in Opera 10.10: Unicode IDs don't seem
+ * to work as anchors.  So not quite ready for general use yet.
  */
 $wgExperimentalHtmlIds = false;
 



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

Reply via email to