#2470 closed defect (bug) (wontfix)
<strike> sucks, <del> does not
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 2.0.1 |
| Severity: | minor | Keywords: | has-patch |
| 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)
Viper007Bond — 7 years ago
comment:1
davidhouse — 7 years ago
- Keywords bg|2nd-opinion added
+1, but I'm marking with 2nd-opinion.
comment:2
markjaquith — 7 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
The problem is del is both an inline and block level tag, and can seriously mess up page layouts if allowed.
comment:4
markjaquith — 7 years ago
Same problem with <ins> ... currently, you can't use <ins> as block level in WP.
comment:5
foolswisdom — 7 years ago
Is the appropriate thing just to remove <strike> and not replace it with <del>?
Note: See
TracTickets for help on using
tickets.

Replacement of strike with del in allowed comment tags