#2470 closed defect (bug) (wontfix)
<strike> sucks, <del> does not
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 2.0.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
<strike>
was deprecated in HTML 4.01 and is not supported XHTML 1.0 Strict DTD or XHTML 1.1, so it shouldn't be allowed in comments, at least by default.
Attachments (1)
Change History (9)
#2
@
16 years ago
- Keywords bg|commit added; bg|2nd-opinion removed
- Milestone set to 2.1
- Owner changed from anonymous to markjaquith
- Priority changed from normal to low
- Severity changed from normal to minor
- Status changed from new to assigned
If it breaks XHTML 1.0 strict validation, we should axe it.
+1
#3
@
16 years ago
The problem is del is both an inline and block level tag, and can seriously mess up page layouts if allowed.
Note: See
TracTickets for help on using
tickets.
Replacement of strike with del in allowed comment tags