[Webkit-unassigned] [Bug 68497] incorrect height with height:auto and writing-mode:vertical-rl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 16:14:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68497





--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2011-09-21 16:14:15 PST ---
I'm proposing that the spec change so that we use the available height of the containing block if it exists and use the height of the initial containing block otherwise: http://lists.w3.org/Archives/Public/www-style/2011Sep/0375.html

Test case for both height: auto and height: 100% in a fixed height containing block and in a height:auto containing block:
http://plexode.com/eval3/#ht=%3Cdiv%20style%3D%22display%3A%20inline-block%3B%20height%3A%20300px%3B%20-webkit-writing-mode%3A%20horizontal-tb%3Bbackground-color%3Aorange%22%3E%0A%20%20%20%20%3Cdiv%20style%3D%22height%3A%20auto%3B%20-webkit-writing-mode%3A%20vertical-rl%3B%20background-color%3A%20red%22%3Easdf%3C%2Fdiv%3E%0A%20%20%20%20%3Cdiv%20style%3D%22height%3A%20100%25%3B%20-webkit-writing-mode%3A%20vertical-rl%3B%20background-color%3A%20green%22%3Easdf%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A%3Cdiv%20style%3D%22display%3A%20inline-block%3B%20-webkit-writing-mode%3A%20horizontal-tb%3Bbackground-color%3Aorange%22%3E%0A%20%20%20%20%3Cdiv%20style%3D%22height%3A%20auto%3B%20-webkit-writing-mode%3A%20vertical-rl%3B%20background-color%3A%20red%22%3Easdf%3C%2Fdiv%3E%0A%20%20%20%20%3Cdiv%20style%3D%22height%3A%20100%25%3B%20-webkit-writing-mode%3A%20vertical-rl%3B%20background-color%3A%20green%22%3Easdf%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A&ohh=1&ohj=1&jt=&ojh=1&ojj=1&ms=100&oth=0&otj=0&cex=1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list