CSS-Text-Decoration 3 text-underline-position testsuite

Hello.

I have submitted the property of text-underline-position.
http://test.csswg.org/shepherd/search/testcase/spec/css-text-decor-3/owner/takemura/load/t42/#t16


As for property of text-underline-position of CSS3, I checked several
browsers and it seems no browser is implemented.
Namely, whatever value is designated for text-underline-position, there
is no change in position, and it works as "underline".

However, IE has the values "below" and "above" corresponding to "left"
and "right" of text-underline-position of CSS3
in the form of vendor dependence, and they work.
Also, color of underline is designated blue, but it shows black
underline in case of below.

As I am concerned, I checked source codes as of 2013/03/05 of both
webkit and mozilla,
but I could not find implemented part of text-underline-position.
I am afraid my investigation was not enough.

>From specification of WorkingDraft
http://www.w3.org/TR/2012/WD-css-text-decor-3-20121113/#text-underline-position-property
I assume what should be to implement testsuite.

When text-underline-position is implemented, testsuite created this time
should be rechecked
if it will really work well.

Regards.
Takemura

Received on Tuesday, 5 March 2013 16:35:47 UTC