PITS /
00486: password required javascript breaks xhtml 1.0 Transitional standard
Summary: password required javascript breaks xhtml 1.0 Transitional standard
Created: 2005-08-02 10:44
Status: Closed - fixed for 2.0.6
Category: Bug
From: Jocke
Assigned:
Priority: 1
Version: 2.0.beta52
OS: WinXP / Apache 1.3.33 / PHP 4.3.11
Description: The javascript in pmwiki.php that sets focus to the password input field (I guess), breaks the xhtml 1.0 Transitional standard.
Basically what needs to be done is this: change the line <script language='javascript'> to <script language='javascript' type='text/javascript'> at line 1286.
Thanks for catching this -- now fixed in 2.0.6.
--Pm
- Does or would this have any relevance for now or in future?
http://ietf.org/internet-drafts/draft-hoehrmann-script-types-03.txt
V.Krishn
It might, but I'll wait for browsers to catch up before I worry about it. A lot of things are written in internet-drafts that never become reality. :-) --Pm