Re: some case-insensitivity cases to test

Leif Halvard Silli wrote:

> Yeah, there is no CSS selector involved for the <mark> examples, so
> I don't think it currently is a relevant test.

The default stylesheet applies a background to mark elements.

For Gecko:

  mark {
    background: yellow;
    color: black;
  }

Received on Thursday, 13 December 2012 01:56:00 UTC