aaa
bbb
ccc
%! Target: html
% These are some problems I found with txt2tags, related to HTML, CSS, and
% semantic Web.
% I am very strict about HTML and want it to be generated correctly, to
% simplify pages' code, browsers, and problems.
%
% 26-7-2005 Daniel Clemente n142857 /_a/t/_/gmaildotcom
%
% Problem 01:
%
%
aaa
%
% bbb
% ccc
%
%
% That first is useless there.
% Problem 02:
%
% When --css-sugar is used:
%
%
%
%
% Why not use the same in both (with and without --css-sugar)?
% I think that there are two styles for HTML:
%
% - the old way: font, center, table with attributes, ...
% Looks good in all browsers even if they don't do CSS.
% - HTML Strict and CSS: minimal HTML just for the content; the design
% is in the CSS. May look boring if the browser doesn't support CSS.
%
% It's supposed that --css-sugar wants to be the second, and now the default
% behaviour is the first. I would have used a --css option just to tell that you
% plan to uso CSS, so that txt2tags will output just the content (without style
% attributes like FONT, I, CENTER, ...).
% Or maybe they can be unified... then, the --css-sugar isn't needed.
% So, the bug is: better decide how to change between the "plain HTML" and
% "with CSS" ways to do pages. In the "with CSS" mode, use good HTML (no FONT,
% CENTER, ...)
% By the way, XHTML should imply this "with CSS" mode, and not use things like
% FONT or unclosed tags.
% Problem 03:
%
% Also, with --css-sugar:
%
%