From 842081469fc42be0ab2dde4aebbb2e29d8c09a3e Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Mon, 6 Feb 2017 15:05:10 -0500 Subject: [PATCH] Update current efforts. --- _tmpl/_data/efforts.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_tmpl/_data/efforts.json b/_tmpl/_data/efforts.json index 6204f9c..dde867a 100644 --- a/_tmpl/_data/efforts.json +++ b/_tmpl/_data/efforts.json @@ -1,9 +1,9 @@ { "efforts": [ { - "title": "Element Queries", + "title": "Container Queries", "status": "Initial Planning", - "desc": "

Media queries allow authors to vary the layout of their page based on the dimensions of the viewport. Element 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.

Work on element queries has just begun; we are still collecting use cases and working to understand technical constraints. Please contribute!

", + "desc": "

Media queries allow authors to vary the layout of their page based on the dimensions of the viewport. Container 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.

Work on container queries has just begun; we are still collecting use cases and working to understand technical constraints. Please contribute!

", "hascode": false, "support": [{ "name": "chrome", @@ -48,7 +48,7 @@ }, { "name": "firefox", - "supported": false + "supported": true }, { "name": "opera", @@ -56,11 +56,11 @@ }, { "name": "safari", - "supported": false + "supported": true }, { "name": "ie", - "supported": false + "supported": true }], "docs": [{ "title": "Repo", @@ -90,7 +90,7 @@ }, { "name": "firefox", - "supported": false + "supported": true }, { "name": "opera", @@ -98,11 +98,11 @@ }, { "name": "safari", - "supported": false + "supported": true }, { "name": "ie", - "supported": false + "supported": true }], "docs": [{ "title": "Use Cases", @@ -127,7 +127,7 @@ }, { "name": "firefox", - "supported": false + "supported": true }, { "name": "opera", @@ -139,7 +139,7 @@ }, { "name": "ie", - "supported": false + "supported": true }], "docs": [{ "title": "Use Cases",