Two issues in css2.1/t1504-c543-txt-decor-00-d-g.html

Hi,

This is actually in reference to one of the bugs in webkit(
https://bugs.webkit.org/show_bug.cgi?id=61699), but found that it is
basically a test case issue.


For Issue #1(1. There should not be red at the end of a line, but there is.)

As per http://www.w3.org/TR/CSS21/text.html#lining-striking-props,
("Underlines, overlines, and line-throughs are applied only to text
(including white space, letter spacing, and word spacing)"), the line
should draw red line as the strong tag includes a white space.
Therefore, it is not an issue. We should remove the space in between
the <strong> tag.

For Issue #2(There should be an underline under images, but there is not.)

As per http://www.w3.org/TR/CSS21/text.html#lining-striking-props,
("For example, images and inline blocks must not be underlined."),
images should not be underlined. So, this is not an issue. We should
modify the html test case description accordingly.

If any one can confirm our analysis above, we can submit a patch after
modifying the test html accordingly.


Please clarify, if the test case will be changed, or what best can be done
to resolve this.

-Sravan.

Received on Tuesday, 20 March 2012 08:12:50 UTC