Fossil SCM
Styling: Remove align attribute from HTML
Open
f2b5011d9757206…
· opened 15 years, 11 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Open
- Subsystem
- —
- Created
- June 22, 2010 10:17 a.m. UTC
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.