Re: [css-ruby] CSS ruby tests

On Mon, Aug 24, 2015 at 9:33 PM, Richard Ishida <ishida@w3.org> wrote:
> thanks for the feedback, Xidorn. I'll adapt the tests.

I read your new test, but find something which is still incorrect
(which makes our impl fail :)

For test ruby-align-space-between-004, the ruby text does not use
space-between because there is a UA style sheet rule in the spec:
> rtc:lang(zh), rt:lang(zh) { ruby-align: center; }
thus "center" overrides your value "space-between" inherited from its parent.

For ruby-align-space-around-001 and ruby-align-space-around-004, you
writes "space-between", not "space-around" as the test description
indicates.

For ruby-align-space-around-002, I think Gecko does pass this test. I
don't see anything wrong there.

- Xidorn

Received on Monday, 24 August 2015 13:42:45 UTC