Opened 12 years ago
Closed 12 years ago
#8403 closed defect (fixed)
HTML Validation fails for DnD testcases
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DnD | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
HTML Validation fails for DnD testcases
The problem resides in the dojo/tests/dnd/*.html files. Many of them specify an xmlns="" on the HTML element. This is not valid for any document that conforms to an HTML dtd, including loose and strict. Since the header defines the document follows the strict dtd, a validator will fail on these files.
In fact, this issue was reported to me by a team at my company that works on validators and tooling for dojo.
This is a minor issue and easily resolved, thankfully, so I'm just going to go ahead and fix it. The fix is just to remove that xmlns attribute.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | fix_8403.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch showing files fixed.