Project

General

Profile

Actions

Task #81110

closed

Replace nowrap attributes

Added by Henrik Elsner about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2017-05-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Currently <td> Tags with the nowrap attribute are used at several places. (i.e. typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html)
The attribute syntax:
<td nowrap> or <td nowrap="nowrap">
is outdated and should be replaced by a class bringing the needed styles.

The nowrap Attribute sets: white-space: no-wrap
For this styling a class exists alread, which is: .nowrap
and should replace all existing nowrap attributes with the old syntax

Actions

Also available in: Atom PDF