within text html4 output

Hi Leroy, all,

I noticed that the last p element in the html4 test of Element Within Text is now 'no':
https://github.com/finnle/ITS-2.0-Testsuite/commit/71f62343a383a411c9069f671ed1e26acf65dde8

But I'm not sure why. The input file seems to be the same and there that last p element has the id 'copyright' and the rules should still make it withinText='yes', no?

<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
<its:param name="withinparam">copyright</its:param>
<its:withinTextRule selector="//h:span|//h:img|//h:em" withinText="yes"/>
<its:withinTextRule selector="//h:cite" withinText="nested"/>
<its:withinTextRule selector="//h:section/h:span" withinText="no"/>
<its:withinTextRule selector="//h:p[@id=$withinparam]" withinText="yes"/>

or am I missing something?

Thanks,
-yves

Received on Monday, 29 April 2013 00:06:36 UTC