#8794 closed defect (fixed)
Cleanup of various HTML tag issues
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | General | Version: | 1.3.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Cleanup of various HTML tag issues.
Several tests/demo files misuse the paragraph tag. The <P> tag cannot contain block level elements (according to spec), and several places divs, uls, etc, are included in them. This causes errors in HTML validators and such when they load and scan the dojo codebase.
These are also very easy to fix, so just fixing them.
Change History (16)
comment:1 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed all currently known issues here. May revisit.
comment:7 Changed 13 years ago by
comment:8 Changed 13 years ago by
comment:9 Changed 13 years ago by
comment:10 Changed 13 years ago by
comment:12 Changed 13 years ago by
comment:13 Changed 13 years ago by
comment:14 Changed 13 years ago by
comment:15 Changed 13 years ago by
comment:16 Changed 13 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
(In [16882]) Fixes to misuses of p tag, etc. refs #8794