Příručka:$wgCleanupPresentationalAttributes
![]() | Tato funkce byla ve verzi 1.20.1 zcela odstraněna. |
Výstup: $wgCleanupPresentationalAttributes | |
---|---|
Put as much as possible presentational HTML attributes in CSS. |
|
Zavedeno od verze: | 1.19.0 (r94465) |
Odstraněno od verze: | 1.20.1 (Gerrit change 31290; git #5f41c8ba) |
Povolené hodnoty: | (boolean) |
Výchozí hodnota: | true |
Další nastavení: Podle abecedy | Podle funkce |
Details
Converts certain presentational attributes that have been deprecated since HTML5 and were removed in HTML5 (such as valign) into their respective inline CSS styles instead.
This allows wikis to keep using them in short loose wikitext but still output valid modern markup.
Note that there were some attributes excluded; namely stuff on img and object, <center>
, and the table cellspacing and cellpadding which aren't easily converted into inline CSS.
This variable only takes effect when $wgHtml5
is enabled.
Removal
This feature was removed from MediaWiki core because it made a number of incorrect conversions (T42632), including at least one that should not have been done at all (T43018). Its removal has been backported to MediaWiki 1.20 as part of the MediaWiki 1.20.1 maintenance release.
MediaWiki 1.19 users should disable this feature (by adding $wgCleanupPresentationalAttributes = false;
to the end of LocalSettings.php) if they experience problems with the following HTML attributes:
"align", "clear", "height", "nowrap", "size", "type", "valign", "width"