Project

General

Profile

Actions

Bug #14138

closed

XHTML conformity

Added by old_diemer over 20 years ago. Updated over 20 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-05-03
Due date:
% Done:

0%

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

Description

Hi!

As of 3.6.0, typo3 claims XHTML conformity. Thus I checkt with both my page and typo3.org on validator.w3.org

First of all, typo3.org: the document type is still set on html 4.0 trans, although the page uses XHTML syntax like

<link .../>
Overriding the doctype to XHTML 1.0 trans showed over 100 Errors... Mostly missing required attributes, obsolete attributes and missing SHORTTAG.

Now, on my page: I manually set the doctype in my template to xhtml_trans. First of all, all <a..> tags are capitalized (<A..>) - how can that be changed (because they're lowercase on typo3.org)? Then, also missing tags (e.g. alt for <img>) and missing SHORTTAG are the case.

I hope someone can look into this or point me to the right place.

regards

(issue imported from #M54)

Actions

Also available in: Atom PDF