- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 Mar 2016 12:30:43 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29516
--- Comment #2 from Michael Kay <mike@saxonica.com> ---
And of course we have to change the stylesheet code that produces the glossary
(xsl-query.xsl line 546). I'm not sure about the diff case, but the non-diff
code replaces
<dd>
<p>
<xsl:apply-templates/>
</p>
</dd>
by
<dd>
<p>
<xsl:apply-templates/>
</p>
<xsl:if test="@open='true'">
<xsl:variable name="close" select="../p[@role='closetermdef'][1]"/>
<xsl:apply-templates select="../following-sibling::*[$close >>
.]"/>
</xsl:if>
</dd>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 3 March 2016 12:30:45 UTC