[PATCH] Adding <acronym> elements to wlan Handbook section
Giorgos Keramidas
keramida at freebsd.org
Wed Dec 10 21:20:18 UTC 2008
On Wed, 10 Dec 2008 13:10:31 -0800, "Murray Stokely" <murray at stokely.org> wrote:
> Is the stylesheet now smart enough to only markup the first occurrence
> differently? I seem to recall these could get distracting if all
> instances of an acronym are replaced (either with hyperlinks to
> definition, or bold, or however we are currently rendering them).
All the instances of am <acronym> are rendered in HTML as
<acronym class="ACRONYM">FOO</acronym>
with the current DSSSL code. We don't color or otherwise reformat
either 'acronym' or '#acronym' in our current docbook.css stylesheet, so
they are not distracting if the patch goes in.
We might have to make DSSSL a bit smarter about what to send to the
output HTML text if we start colorizing acronyms in CSS though.
More information about the freebsd-doc
mailing list