From 81b3a1a6b6a5cc58993bc7f363b5e2dcc05de76c Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 8 Feb 2010 20:20:37 +0000 Subject: [PATCH] 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. --- includes/DefaultSettings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a7e57d7699..2a34bce41c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4147,6 +4147,10 @@ $wgUniversalEditButton = true; * 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; -- 2.20.1