https://bugzilla.wikimedia.org/show_bug.cgi?id=27478
--- Comment #41 from Sam Reed (reedy) <[email protected]> 2012-09-03 19:28:26 UTC --- (In reply to comment #40) > (In reply to comment #39) > > It's August now, and there does not appear to be any serious objections. Is > > this going to be deployed soon? > > *bump* And it's September now :) If there are still concerns or possible > problems, maybe first enable it on smaller wikis? I don't think there's anything stopping this... If you want it enabling on some of the smaller wikis that you can use (and as such possibly help them if they have problems), I don't mind enabling it more widely too reedy@fenari:/home/wikipedia/common$ mwscript eval.php testwiki > var_dump( $wgExperimentalHtmlIds ); bool(false) ^ I suppose I should set that to true on testwiki, test2wiki and mediawikiwiki for starters Though: /** * 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 all browsers, but it's disabled by * default because it normalizes id's a bit too aggressively, breaking preexisting * content (particularly Cite). See bug 27733, bug 27694, bug 27474. */ $wgExperimentalHtmlIds = false; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
