Bug #215
Make HTML Encoder HTML 5 compatible
| Status: | Closed | Start: | 03/11/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Encoder bugs | |||
| Target version: | 1.0 RC1 |
Description
HTML 5 does remove the tt element, which is good.
But the HTML encoder is still using it, because it is short (smaller output) and ensures monospace font.
We need a replacement.
Associated revisions
HTML encoder is HTML 5 and CSS 3 compatible (closes #215).
This also means it's incompatible to previous versions of HTML and CSS.
Also, the output may not show correctly on IE.
I officially drop support for Internet Explorer with no regrets.
History
Updated by Kornelius Kalnbach 6 months ago
- Subject changed from Get rid of <tt> (HTML encoder) to Get rid of deprecated <tt> (HTML encoder)
Updated by Kornelius Kalnbach 5 months ago
- Subject changed from Get rid of deprecated <tt> (HTML encoder) to Make HTML Encoder HTML 5 compatible
Updated by Kornelius Kalnbach 5 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r534.