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

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 14:59:31 UTC