Re: Documentation files in html format?

From: Jan Engelhardt
Date: Thu Aug 09 2007 - 08:41:44 EST



On Aug 9 2007 14:34, Bodo Eggert wrote:
>
>I don't think <b> and <i> should be used, instead you should use styles
>(<span class="code"> etc).

<b> does the same as <span style="font-weight: bold;">, and the latter is much
more verbose for the same thing.

>Things like <em> and <strong> should be OK, if used consistently.
>
>> Perhaps maybe <p class="block"> with .block{text-align:justify;}
>> because that looks nice in general.
>
>If you like that, you can say "p {text-align:justify;}" in the default
>stylesheet. (And if people would override the alignment, class="block"
>would be the wrong name).

Oh that comes because MS Office calls it "Blocksatz" in German ;-)


Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/