Manual:$wgCleanupPresentationalAttributes

This page is a translated version of the page Manual:$wgCleanupPresentationalAttributes and the translation is 33% complete.
Çıkış: $wgCleanupPresentationalAttributes
CSS'ye mümkün olduğunca çok sunum HTML özniteliği koyun.
Sürümde tanıtıldı:1.19.0 (r94465)
Sürümde kaldırıldı:1.20.1 (Gerrit change 31290; git #5f41c8ba)
İzin verilen değerler:(boole)
Varsayılan değer:true

Ayrıntılar

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 (görev T42632), including at least one that should not have been done at all (görev 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"