Re: [CSS3]text-decoration-line-none-001.xht

On 02/23/2011 01:31 AM, taka oshiyama wrote:
> Please find a new testcase I submitted here
> http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/text-decoration-line-none-001.xht
>
> Please kindle review it, and give me comments and/or suggestions if any.

This test should have

#test {
   text-decoration: underline overline;
   text-decoration-line: none;
}

Otherwise it is not really testing the 'none' value, since the default
behavior is to not draw a line. :)

~fantasai

Received on Tuesday, 29 March 2011 05:49:56 UTC