[TYPO3-core] FYI24 #10948: Validation issues in typo3/alt_db_navframe.php

Patrick Broens patrick at netcreators.com
Tue Apr 21 17:01:03 CEST 2009


Branches: Trunk

Problem:
There are two validation issues
1. unescaped & or unknown entity "&id"
2. <a> unexpected or duplicate quote mark

Solution:
1. On line 275 change &id= to &amp;id=
2. On the same line remove the double quote at the end (this is actually
an error)

Remarks:
There are actually more warnings:
<a> proprietary attribute "oncontextmenu"
This is because oncontextmenu is not a valid javascript event of the
anchor tag. I will have a look at it to get this event out of the tag
and add proper event listeners to it in the future.
I added this note before anybody shouts this is also an issue. I'm aware
of it.

Notes:
I consider this a no-brainer, as it does not change any functionality,
only proper markup.

Cheers,

Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090421_RFC_10948.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090421/32efff6c/attachment.txt 


More information about the TYPO3-team-core mailing list