Ticket #480 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

The formatter can be improved to have better HTML5 compliance

Reported by: MartinBudden Owned by: MartinBudden
Priority: minor Milestone: 2.3.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

Deprecated HTML can be replaced with compliant HTML

Attachments

ticket480.patch Download (1.2 KB) - added by MartinBudden 4 years ago.

Change History

Changed 4 years ago by MartinBudden

Changed 4 years ago by MartinBudden

  • owner changed from JeremyRuston to MartinBudden
  • status changed from new to assigned

Changed 4 years ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to wontfix

I'm concerned about the backwards compatibility of this change. All three of the discrete changes proposed appear to impact the CSS syntax necessary to override the formatting of that element. For example, for the old behaviour people might be using a CSS rule like this to recolour bold text:

strong {color: red};

However, with this change the syntax would change to:

b {color: red};

Note: See TracTickets for help on using tickets.