Skip to content

Commit

Permalink
Update current efforts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Feb 6, 2017
1 parent 8393ded commit 8420814
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _tmpl/_data/efforts.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"efforts": [
{
"title": "Element Queries",
"title": "Container Queries",
"status": "Initial Planning",
"desc": "<p>Media queries allow authors to vary the layout of their page based on the dimensions of the viewport. <em>Element</em> queries will allow developers to vary the layout within specific elements on a page (and their children) based on the dimensions of the parent elements themselves, allowing for much more modular approaches to layout.</p><p>Work on element queries has just begun; we are still collecting use cases and working to understand technical constraints. Please contribute!</p>",
"desc": "<p>Media queries allow authors to vary the layout of their page based on the dimensions of the viewport. <em>Container</em> queries will allow developers to vary the layout within specific elements on a page (and their children) based on the dimensions of the parent elements themselves, allowing for much more modular approaches to layout.</p><p>Work on container queries has just begun; we are still collecting use cases and working to understand technical constraints. Please contribute!</p>",
"hascode": false,
"support": [{
"name": "chrome",
Expand Down Expand Up @@ -48,19 +48,19 @@
},
{
"name": "firefox",
"supported": false
"supported": true
},
{
"name": "opera",
"supported": true
},
{
"name": "safari",
"supported": false
"supported": true
},
{
"name": "ie",
"supported": false
"supported": true
}],
"docs": [{
"title": "Repo",
Expand Down Expand Up @@ -90,19 +90,19 @@
},
{
"name": "firefox",
"supported": false
"supported": true
},
{
"name": "opera",
"supported": true
},
{
"name": "safari",
"supported": false
"supported": true
},
{
"name": "ie",
"supported": false
"supported": true
}],
"docs": [{
"title": "Use Cases",
Expand All @@ -127,7 +127,7 @@
},
{
"name": "firefox",
"supported": false
"supported": true
},
{
"name": "opera",
Expand All @@ -139,7 +139,7 @@
},
{
"name": "ie",
"supported": false
"supported": true
}],
"docs": [{
"title": "Use Cases",
Expand Down

0 comments on commit 8420814

Please sign in to comment.