Manual:$wgCleanupPresentationalAttributes/tr
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.20.1</tvar>.</translate> |
<translate> Output</translate>: $wgCleanupPresentationalAttributes | |
---|---|
CSS'ye mümkün olduğunca çok sunum HTML özniteliği koyun. |
|
<translate> Introduced in version:</translate> | 1.19.0 (r94465) |
<translate> Removed in version:</translate> | 1.20.1 (Gerrit change 31290; git #5f41c8ba) |
<translate> Allowed values:</translate> | (boole) |
<translate> Default value:</translate> | true |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
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 (<translate> task <tvar name=1>T42632</tvar></translate>), including at least one that should not have been done at all (<translate> task <tvar name=1>T43018</tvar></translate>). 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"