- From: Dirk Schulze <dschulze@adobe.com>
- Date: Tue, 19 Jun 2012 08:33:42 -0700
- To: Aryeh Gregor <ayg@aryeh.name>
- CC: CSS-testsuite <public-css-testsuite@w3.org>
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