From: SourceForge.net <no...@so...> - 2004-04-30 09:56:21
|
Bugs item #945177, was opened at 2004-04-30 02:56 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=945177&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: JTidy allows duplicate ID attributes Initial Comment: If you give the same ID value to two elements, this should cause an error (or warning). For example, the fragment: <p id="test">Paragraph text</p> <p id="test">New paragraph</p> would flag as an error using the on-line validator at the W3C website. JTidy does not notice this at all. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=945177&group_id=13153 |