Open
Bug 789099
Opened 12 years ago
Updated 2 years ago
Orthogonal flows in vertical text
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
NEW
People
(Reporter: smontagu, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs, )
Details
Handle horizontal text within a paragraph with vertical writing-mode.
Comment 1•8 years ago
|
||
I expect to create tests of orthogonal 'horizontal-tb' block inside vertical ('vertical-rl', 'vertical-lr', 'sideways-rl', 'sideways-lr') containing block this month.
Comment 2•8 years ago
|
||
I have created
- 28 tests of orthogonal 'horizontal-tb' block inside 'vertical-rl' containing block
(s732-sizing-orthog-htb-in-vrl-0[01-32].xht)
- 28 tests of orthogonal 'horizontal-tb' block inside 'vertical-lr' containing block
(s732-sizing-orthog-htb-in-vlr-0[01-32].xht)
- 28 tests of orthogonal 'vertical-rl' block inside 'horizontal-tb' containing block
(s732-sizing-orthog-vrl-in-htb-0[01-32].xht)
- 28 tests of orthogonal 'vertical-lr' block inside 'horizontal-tb'' containing block (s732-sizing-orthog-vlr-in-htb-0[01-32].xht)
These 112 tests' filenames start with "s732-sizing-orthog-" at this webpage:
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/
I now need to create approx. 50 reference files, double-check some tests, tune some tests, carefully edit comments and text assert which I hope to be able to do this week.
Comment 3•8 years ago
|
||
> These 112 tests' filenames start with "s732-sizing-orthog-" at this webpage:
>
> http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/
This has changed.
- 32 tests of orthogonal [ htb | vrl | vlr ] block with an inline-size percent inside [ auto-sized | definite-sized ] [ vrl | vlr | htb | htb ] containing block :
eg
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/s731-sizing-orthog-prct-htb-in-vlr-001.xht
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/s731-sizing-orthog-prct-vlr-in-htb-002.xht
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/s731-sizing-orthog-prct-htb-in-vrl-003.xht
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/s731-sizing-orthog-prct-vrl-in-htb-004.xht
A percent inline-size value is covered by section 7.31. 'auto' inline-size value is covered by section 7.32. Therefore, this split of the 112 tests.
- 20 tests of orthogonal 'horizontal-tb' block inside 'vertical-rl' containing block
(s732-sizing-orthog-htb-in-vrl-*) The number at the end of filenames will change so that we have 001 to 020 or to 028.
- 20 tests of orthogonal 'horizontal-tb' block inside 'vertical-lr' containing block
(s732-sizing-orthog-htb-in-vlr-*) The number at the end of filenames will change so that we have 001 to 020 or to 028.
- 20 tests of orthogonal 'vertical-rl' block inside 'horizontal-tb' containing block
(s732-sizing-orthog-vrl-in-htb-*) The number at the end of filenames will change so that we have 001 to 020 or to 028.
- 20 tests of orthogonal 'vertical-lr' block inside 'horizontal-tb'' containing block (s732-sizing-orthog-vlr-in-htb-*) The number at the end of filenames will change so that we have 001 to 020 or to 028.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•