Package: roffit
Version: 0.6+cvs20090507-1
Severity: wishlist
Tags: upstream
This bug is mainly about cosmetics but it is also about using those
HTML elements that express exactly what you mean.
Instead of <span class="bold"> use <b> or <strong>.
Instead of <span class="emphasis"> use <i> or <emph>.
About the headings:
h2.nroffsh {
background-color: #e0e0e0;
}
<h2 class="nroffsh">foo</h2>
Can get simplified to:
h2 {
background-color: #e0e0e0;
}
<h2>foo</h2>
We could also define the most commonly used style as default style
for <p>. This will save us many class attributes, thus making the
HTML code simpler.
meillo
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages roffit depends on:
ii perl 5.10.1-12 Larry Wall's Practical Extraction
roffit recommends no packages.
roffit suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]