Closed
Bug 1079164
Opened 10 years ago
Closed 10 years ago
Logical coordinate support for grid
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: smontagu, Assigned: MatsPalmgren_bugz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
15.09 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
Part of support for vertical text
This may fall to whoever writes the grid layout code, which hasn't been done yet.
Comment 2•10 years ago
|
||
(In reply to David Baron [:dbaron] ⏰UTC-7 from comment #1)
> This may fall to whoever writes the grid layout code
+cc: mats
Assignee | ||
Comment 3•10 years ago
|
||
All Grid code is using logical coordinates already. Let me know if you see
any issues. (I haven't tested it in vertical mode.)
Comment 4•10 years ago
|
||
In a *very* brief test just now (i.e., I took a couple of the grid reftests, and changed writing-mode on the <body> element) things seemed to be working fine.
Let's have a few testcases that specifically check the behavior of Grid with vertical modes, to confirm that it's doing the right thing; then I think we can call this done. Awesome!
Comment 5•10 years ago
|
||
Here are a couple of vertical versions of one of the grid tests. Note that the vertical-rl version requires bug 1153140 before it will pass.
Attachment #8590785 -
Flags: review?(mats)
Comment 6•10 years ago
|
||
Just a minor update: as we don't yet propagate writing-mode from <body> to the ICB, it's better to set it on the <html> element.
Attachment #8590791 -
Flags: review?(mats)
Updated•10 years ago
|
Attachment #8590785 -
Attachment is obsolete: true
Attachment #8590785 -
Flags: review?(mats)
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8590791 [details] [diff] [review]
Initial testcases for CSS grid in vertical writing mode
Thanks!
Attachment #8590791 -
Flags: review?(mats) → review+
Comment 8•10 years ago
|
||
Updated•10 years ago
|
Assignee: nobody → mats
Comment 9•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Updated•10 years ago
|
Blocks: enable-writing-mode-release
You need to log in
before you can comment on or make changes to this bug.
Description
•