locations and techniques

Hi all,

regarding the issue with locations and techniques, based on previews 
discussion in mailing list [1] I would like to put for discussion the 
following proposals by example.
I can see two cases. For both cases I think that the expectedResult 
attribute should go in rule element so that this maps either to SC like 
task force aim or anything else.

1. If we allow only one technique per test sample:

<rule primary="yes"  
id="http://bentoweb.org/refs/rulesets.xml#WCAG2_20060427_2.5_minimize-error-identified" 
expectedResult="fail">
    <technique  
xlink:href="http://www.w3.org/TR/2006/WD-WCAG20-TECHS-20060427/Overview.html#SCR18" 
/>
     <locations >
        <location>                  
        </location>
     </locations>
</rule>

2. If we allow more than one techniques per test sample we need a way to 
associate a technique with locations

        <rule primary="yes"
            
id="http://bentoweb.org/refs/rulesets.xml#WCAG2_20060427_2.5_minimize-error-identified" 
expectedResult="fail">
            <techniques>
                <technique
                    
xlink:href="http://www.w3.org/TR/2006/WD-WCAG20-TECHS-20060427/Overview.html#SCR18">
                    <locations >
                        <location>
                        </location>
                    </locations>
                </technique>
            </techniques>
        </rule>

best regards,
Vangelis

[1]: http://lists.w3.org/Archives/Public/public-wai-ert-tsdtf/2006Oct/0024

-- 
Evangelos Vlachogiannis
Researcher - University of the Aegean
Contact&More: http://www.syros.aegean.gr/users/evlach/contactme.php

Received on Tuesday, 21 November 2006 13:31:43 UTC