Open Bug 1269642 Opened 8 years ago Updated 1 year ago

[css-grid] Add display:grid support to HTML <details> element

Categories

(Core :: Layout: Grid, defect)

defect

Tracking

()

Tracking Status
firefox49 --- affected

People

(Reporter: dholbert, Unassigned)

References

(Depends on 1 open bug, Blocks 2 open bugs)

Details

(Keywords: dev-doc-needed)

In bug 1245430, we're adding display:flex support to details. If we're doing that, we should support "display:grid" as well (note that grid is enabled by default in Nightly builds).

So this would be for markup like:
  <details style="display:grid">
    <summary></summary>
    <div></div>
  </details>

Not sure exactly how it would render, but presumably it would be a logical extension of whatever we (and other browser engines) do for display:flex.
Summary: Add display:flex support to HTML <details> element → Add display:grid support to HTML <details> element
Blocks: css-grid
Summary: Add display:grid support to HTML <details> element → [css-grid] Add display:grid support to HTML <details> element
Severity: normal → S3
Component: Layout → Layout: Grid
You need to log in before you can comment on or make changes to this bug.