The issue of this bug report affects all official Ubuntu documentation.

Serverguide: DocBook source code, as described in previous entries, tag
pairs of <kaycap>...</keycap> compile into html code of <span class="key
keycap">...</span>

Ubuntu-docs (Desktop): Mallard code, tag pairs of <key>...</key> compile
into html code of <span class=" key"><kbd>...</kbd></span>

Both also end up with a .css file based on the previously mentioned
file, and they want to find a "span.key" entry to know what to do. It is
not there, so they do nothing.

The file yelp-xsl/xslt/common/html.xsl requires an addition of these
lines (slightly different than what I wrote in a previous post):

span.key {
  font-weight: bold;
}

This issue begs the question: How many more expected .css entries are
missing?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to yelp-xsl in Ubuntu.
https://bugs.launchpad.net/bugs/1173426

Title:
  html - new theme - <keycap> in .xml does not display with
  differentiation

Status in “yelp-xsl” package in Ubuntu:
  Confirmed

Bug description:
  With the old theme (the one with the brown background) the use of the
  <keycap></keycap> pair in the source .xml file, resulted in
  significant text differentiation in the resulting html document.

  With the new theme (the one with the red background) the use of the
  pair results in no differentiation in the resulting html document.

  The PDF is O.K.

  Example segment of source code:

  then press the <keycap>+</keycap> key.

  Two screen shots will be attached of the same area, one from the old
  theme and one from the new theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yelp-xsl/+bug/1173426/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to