Re: Semantics of <link rel=match> together with <link rel=mismatch>

IMO it wouldn't make sense if it is not AND.

Dirk

On Jun 19, 2012, at 7:58 AM, Aryeh Gregor wrote:

> On Tue, Jun 19, 2012 at 5:44 PM, Aryeh Gregor <ayg@aryeh.name> wrote:
>> Suppose you have a test that contains:
>> 
>>  <link rel="match" href="test-ref.html">
>>  <link rel="mismatch" href="test-notref.html">
>> 
>> Does the test pass if it matches test-ref.html *or* doesn't match
>> test-notref.html?  Or does it only pass if it matches test-ref.html
>> *and* doesn't match test-notref.html?  The wiki page doesn't seem
>> clear:
>> 
>>  http://wiki.csswg.org/test/format#reference-links
> 
> Also, what about:
> 
>  <link rel="mismatch" href="test-notref-1.html">
>  <link rel="mismatch" href="test-notref-2.html">
> 
> Or:
> 
>  <link rel="match" href="test-ref.html">
>  <link rel="mismatch" href="test-notref-1.html">
>   <link rel="mismatch" href="test-notref-2.html">
> 

Received on Tuesday, 19 June 2012 15:34:12 UTC