Actions
Bug #21764
closedUse "strong" instead of "b"
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
Actions