r70525 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70524
|
r70525
|
r70526
>
Date:
20:21, 5 August 2010
Author:
simetrical
Status:
ok
Tags:
Comment:
(
bug 24648
) Update docs for $wgHtml5
I'd really like to remove this and set it always true, but we can't do
that until it's enabled on Wikimedia for a while successfully.
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -2051,10 +2051,9 @@
2052
2052
$wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml';
2053
2053
2054
2054
/**
2055
- * Should we output an HTML5 doctype? This mode is still experimental, but
2056
- * all indications are that it should be usable, so it's enabled by default.
2057
- * If all goes well, it will be removed and become always true before the 1.16
2058
- * release.
2055
+ * Should we output an HTML5 doctype? If false, use XHTML 1.0 Transitional
2056
+ * instead, and disable HTML5 features. This may eventually be removed and set
2057
+ * to always true.
2059
2058
*/
2060
2059
$wgHtml5 = true;
2061
2060
Status & tagging log
01:29, 28 September 2010
😂
(
talk
|
contribs
)
changed the
status
of r70525
[
removed:
new
added:
ok]