Project

General

Profile

Actions

Bug #21764

closed

Use "strong" instead of "b"

Added by Steffen Kamper almost 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-12-01
Due date:
% Done:

0%

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

Description

you may ask: why? Both render text to bold, but there is a difference.
b is only a visual tag, strong is a semantical tag. This means also that screenreaders differntiate between b and strong.
In TYPO3 they are used accidentally, old code has b and new code has strong (mostly). Also we have a visual difference as strong has CSS-Rules, b not.

The patch uses <strong> at all places to make it consistent. There are also some font-tags that has been removed, styles are applied direct ro the strong tag.

So this patch is clean-up only, doesn't change any behaviour.

http://www.w3.org/TR/html401/struct/text.html

(issue imported from #M12872)


Files

12872.diff (86 KB) 12872.diff Administrator Admin, 2009-12-01 14:26
12872_v2.diff (84.8 KB) 12872_v2.diff Administrator Admin, 2009-12-01 15:53
12872_v4.diff (105 KB) 12872_v4.diff Administrator Admin, 2010-05-28 21:58
12872_v6.diff (101 KB) 12872_v6.diff Administrator Admin, 2010-05-29 23:38

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22855: ExtJS removes font-weight and font-style from several tagsClosedSteffen Kamper2010-06-10

Actions
Actions

Also available in: Atom PDF