- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Wed, 09 Dec 2015 22:44:27 -0500
- To: Koji Ishii <kojiishi@gmail.com>
- Cc: Public CSS Test suite mailing list <public-css-testsuite@w3.org>
Le 2015-12-08 22:37, Koji Ishii a écrit : > 2015-12-09 4:57 GMT+09:00 Gérard Talbot <css21testsuite@gtalbot.org>: > >> Le 2015-12-07 20:17, Koji Ishii a écrit : >> >>> 2015-12-08 1:59 GMT+09:00 Gérard Talbot <css21testsuite@gtalbot.org>: >>> >>> >>>> http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-mixed-vs-sideways-002.xht >>>> >>>> [snip] >> >>> >>> In 'writing-mode: horizontal-tb' contexts, line box height can grow, >>> can >> become taller, can increase if one (or many) inline box(es) are moved >> by >> vertical-align declaration(s) and/or if an inline box has a tall >> line-height value. So, why this logic is not applied or can not be >> applied >> to inline boxes moved off by a dominant baseline? This is why I >> thought >> line box height should increase. This is difficult to formulate here.. > > > I do understand that in general, but in this specific case, I can't > find > any spec mentioning to change the line height in the above HTML. Can > you > point, how I could combine each spec definition, to read so? This is what I had in mind: " The line box height is the distance between the uppermost box top and the lowermost box bottom. " http://www.w3.org/TR/CSS21/visudet.html#line-height http://test.csswg.org/suites/css2.1/nightly-unstable/html4/inline-formatting-context-010c.htm http://test.csswg.org/suites/css2.1/nightly-unstable/html4/inline-formatting-context-010d.htm But, anyway, if "sideways"-ed latin text inside a line box whose dominant baseline is central is not going (and is not supposed) to be offset horizontally, then its impact on line box height is inexistent. In c) of http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/text-orientation-mixed-vs-sideways-004.xht if the "W" and "S" glyphs (text-orientation: sideways) are supposed to be perfectly aligned with the "M" and "X" glyphs (text-orientation: mixed), then the line box height should not grow, should not increase. My reasoning is: if the "W" and "S" glyphs (text-orientation: sideways) are supposed to be offset by 30%, offset leftwardedly (toward the left, toward the descender side) in comparison to the "M" and "X" glyphs (text-orientation: mixed), then I think the line box height should be adjusted accordingly, should increase by 30% too. 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 Thursday, 10 December 2015 03:45:01 UTC