View Ticket
Not logged in
Ticket UUID: f2b5011d975720680600ff901297c3d0e70f6e77
Title: Styling: Remove align attribute from HTML
Status: Open Type: Feature_Request
Severity: Cosmetic Priority:
Subsystem: Resolution: Open
Last Modified: 2011-09-14 18:03:08
Version Found In:
Description & Comments:
To make it easier to use CSS for styling, remove all "align" attributes from HTML. Text alignment should be controlled in the CSS instead of in the markup.

E.g. in src/tktsetup.c there are mutliple align attributes in the source.


stephan added on 2011-09-14 18:03:08 UTC:
Since fossil apparently now serves with an HTML5 doctype, and HTML5 deprecates many of the formatting attributes (delegating them to CSS), we might need to remove these for HTML5 conformance.