]> granicus.if.org Git - docbook-dsssl/commit
Bug #1066753 -- subtitle is severely broken (reported by Sam Steingold)
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 19 Nov 2004 12:19:06 +0000 (12:19 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 19 Nov 2004 12:19:06 +0000 (12:19 +0000)
commit98ca7dc487a5f9c0c7122f44ba20442ddbc01247
tree0bb02ea7d3ba49e8eea32bc7a95af347b7744227
parentb2007ee01667dab2f2a6677c598566827445682f
Bug #1066753 -- subtitle is severely broken (reported by Sam Steingold)

::PROBLEM
  In (X)HTML output, subtitle for the simplesect element generates an
  h2 head, no matter at what level in the sectioning hiearchy the
  simplesect occurs; end up with cases where a simplesect is
  output with (for example), an h4 title but a h2 subtitle

::CAUSE and FIX
  No template for simplesect/subtitle in the set of templates that
  call the section.subtitle named template, so stylesheets fell
  back to using the titlepage.mode template for subtitle

::FIX
  Added simplesect/subtitle to the set of templates that
  call the section.subtitle named template.

::AFFECTS
  Only affects (X)HTML output of simplesect/subtitle; nothing else
xsl/html/sections.xsl