Re: text-baseline tests with 'sideways-lr' and 'sideways-rl'

Le 2015-12-06 03:50, 塩澤 元 a écrit :
> Gérard,
> 
> Thank you for reviewing and creating the new tests.
> 
> I have submitted the sideways-[lr|rl] variation case with the following
> existing tests.
> 
> 1. inline-block-alignment
> https://hg.csswg.org/test/rev/f4fc4e1cebc3

Hajime,

I have approved inline-block-alignment-srl-008
http://test.csswg.org/source/css-writing-modes-3/inline-block-alignment-srl-008.xht

http://hg.csswg.org/test/rev/68b0d4e1e24e

- - - - - -

http://test.csswg.org/source/css-writing-modes-3/inline-block-alignment-slr-009.xht

inline-block-alignment-slr-009 is not okay..:

line 16: height: 4em;
inline flow direction in 'sideways-lr' blocks is from bottom to top. If 
you set an height and such height is too tall, then this creates a 
greater gap at the top. Best is to not set an height.

<div id="slr">p<div id="inline-block">
   <span class="block-descendant">B</span>
   <span class="block-descendant last-line-box">p</span>
</div><span id="fuchsia30">p</span></div>

should be instead:

<div id="slr">É<div id="inline-block">
   <span class="block-descendant">B</span>
   <span class="block-descendant last-line-box">É</span>
</div><span id="fuchsia30">É</span></div>

Here's what I came up with:

http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/inline-block-alignment-slr-009-GT.xht

http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/inline-block-alignment-slr-009-GT-ref.xht


> 2. vertical-alignment
> https://hg.csswg.org/test/rev/5fc0e011273c
> 
> 3. table-column-order
> https://hg.csswg.org/test/rev/b1b1ccd43448

I will review those this week.

Gérard
-- 
Test Format Guidelines
http://testthewebforward.org/docs/test-format-guidelines.html

Test Style Guidelines
http://testthewebforward.org/docs/test-style-guidelines.html

Test Templates
http://testthewebforward.org/docs/test-templates.html

CSS Naming Guidelines
http://testthewebforward.org/docs/css-naming.html

Test Review Checklist
http://testthewebforward.org/docs/review-checklist.html

CSS Metadata
http://testthewebforward.org/docs/css-metadata.html

Received on Monday, 7 December 2015 07:43:53 UTC