- From: Cameron McCormack <cam@mcc.id.au>
- Date: Fri, 22 Oct 2010 17:00:58 +1300
- To: public-svg-wg@w3.org
The test is fine, but I would like to see sub-tests that check that a
<use> element referencing a child element (without a conditional
attribute) of some element that does have a failing conditional
attribute is rendered. Something like
<g systemLanguage="BAD">
<rect id="r" y="-500" width="100" height="100" fill="green"/>
</g>
<use xlink:href="#r" y="500"/>
(The trick with the y just to make sure that the actual green rect isn’t
rendered, in case the systemLanguage is ignored.)
--
Cameron McCormack ≝ http://mcc.id.au/
Received on Friday, 22 October 2010 04:01:42 UTC