Project

General

Profile

Actions

Bug #83804

closed

TYPO3 CMS spaceless viewer forges to constructions of (X)HTML crazyness

Added by Λάθε βιώσας over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-02-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The spaceless viewhelper makes it impossible to use standard (X)HTML which even most rubbish systems understand.

It is not possible to use the code

<p><tag>xxxx</tag> <abbr title="yyyyyyy">y</abbr></p>

without not standard conform crashing of the space between xxxx and y. Instead some arrogant programmers want to sell it as a feature that you need to use some XHTML crazyness like

<p><tag>xxxx</tag><span> </span><abbr title="yyyyyyy">y</abbr></p>

and just close the issue (https://forge.typo3.org/issues/83422#note-7).

This is not a standard conform content management but some chaos production.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #83423: Typo3 v8.7 Migration Tools crashes many links with rubbish commentsClosed2017-12-25

Actions
Is duplicate of TYPO3 Core - Bug #83422: Rendering of </tag> <abbr title="xxx"> kills spaceClosed2017-12-25

Actions
Actions

Also available in: Atom PDF