From: SourceForge.net <no...@so...> - 2004-07-08 00:23:28
|
Bugs item #986966, was opened at 2004-07-07 17:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=986966&group_id=13153 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: jtidy is not setting attribute type for <input type=text> Initial Comment: 1) Parse in an html file that contains <input type="text">. 2) call document.getElementsByTagName("input") 3) iterate through and call node.getAttribute("type") 4) it incorrectly returns "", it should return "text" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=986966&group_id=13153 |