This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21770 - <dialog>: The <dialog> positioning logic needs to support vertical writing modes.
Summary: <dialog>: The <dialog> positioning logic needs to support vertical writing mo...
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard: blocked on css improvements
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-22 19:35 UTC by contributor
Modified: 2016-12-15 20:36 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2013-04-22 19:35:28 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#set-up-the-default-static-position
Complete: http://www.whatwg.org/c#set-up-the-default-static-position
Referrer: 

Comment:
The <dialog> positioning logic needs to support vertical writing modes.

Posted from: 2620:0:1000:147d:b02a:7598:a172:a94b
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1469.0 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2013-10-23 20:24:51 UTC
Probably can't really do this until I understand better how vertical writing works from a CSS perspective in deployed implementations.
Comment 2 Domenic Denicola 2016-12-13 14:09:26 UTC
Magic dialog positioning was removed in https://github.com/whatwg/html/pull/2158.
Comment 3 Matt Falkenhagen 2016-12-14 01:05:35 UTC
Actually I think this one is relevant to centered positioning which is still in the spec and Blink's implementation. But the implementation doesn't do anything for vertical writing... so it matches the current spec.
Comment 4 Domenic Denicola 2016-12-14 22:23:14 UTC
I see, so we would change it from all the talk of top/bottom to instead be about block direction? I guess that makes sense, and is worth contemplating... is Blink interested in changing that, if we change the spec?
Comment 5 Matt Falkenhagen 2016-12-15 00:44:27 UTC
Yes probably vertical centering using top/bottom doesn't make sense for vertical writing modes.

I don't think think anyone has plans to implement this in Blink though, unless <dialog> gets more usage and there's demand for vertical writing mode support.
Comment 6 Domenic Denicola 2016-12-15 20:36:22 UTC
Since Bugzilla appparently won't let me CC people (like Tim Nguyen) unless they are already in the system, I moved this to GitHub: https://github.com/whatwg/html/issues/2185