Skip to content

Commit

Permalink
Add Container Queries (worth prototyping) (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
dholbert authored Jun 17, 2022
1 parent d4d7273 commit f2a7c22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@
"title": "CSS Cascade Layers",
"url": "https://drafts.csswg.org/css-cascade-5/#layering"
},
{
"ciuName": "css-container-queries",
"description": "CSS container queries allow conditional CSS based on aspects of elements within the document (such as box dimensions or computed styles).",
"id": "css-container-queries",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1744221",
"mozPosition": "worth prototyping",
"mozPositionDetail": "This feature addresses a long-standing request from web developers. It allows web content to be declaratively styled to make it context-aware and responsive, to a much greater degree than would be possible otherwise. We think this is a challenge that's worth solving, and we think this feature is a good way to address it.",
"mozPositionIssue": 118,
"org": "W3C",
"title": "CSS Container Queries",
"url": "https://drafts.csswg.org/css-contain-3/#container-queries"
},
{
"ciuName": "css-subgrid",
"description": "This draft defines additions to CSS Grid, primarily for the subgrid feature.",
Expand Down

0 comments on commit f2a7c22

Please sign in to comment.