From ce4b97281d2191c33b156b650b5d36196507e7d0 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 11 Dec 2009 19:59:52 +0000 Subject: [PATCH] Improve documentation for $wgEnforceHtmlIds Per code review feedback on r45171. This seems to be easier than reverting it wholesale, but anyone who would like to do that instead should feel free. --- includes/DefaultSettings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3060e79a8c..321f338c0a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4056,8 +4056,9 @@ $wgUniversalEditButton = true; /** * Allow id's that don't conform to HTML4 backward compatibility requirements. - * This is currently for testing; if all goes well, this option will be removed - * and the functionality will be enabled universally. + * This is purely experimental, has multiple known flaws, and will likely be + * renamed and reconcepted based on HTML5 in the future, so should not be used + * except for testing. */ $wgEnforceHtmlIds = true; -- 2.20.1