Manual:$wgCleanupPresentationalAttributes

From mediawiki.org
This page is a translated version of the page Manual:$wgCleanupPresentationalAttributes and the translation is 42% complete.
出力: $wgCleanupPresentationalAttributes
CSS にできるだけ多くの表示 HTML 属性を配置する。
導入されたバージョン:1.19.0 (r94465)
除去されたバージョン:1.20.1 (Gerrit change 31290; git #5f41c8ba)
許容される値:(真偽値)
既定値:true

詳細

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.

除去

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"