From 654d321434daef88274f4c993e86e2b09e6bb765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20REMY?= Date: Thu, 11 Jan 2018 16:29:05 -0800 Subject: [PATCH] Added object-fit for video and canvas + link to uservoice --- status.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/status.json b/status.json index b0114846..c5f7f768 100644 --- a/status.json +++ b/status.json @@ -2598,7 +2598,7 @@ "uservoiceid": 6557946 }, { - "name": "object-fit and object-position", + "name": "object-fit and object-position (images)", "category": "CSS", "link": "https://dev.w3.org/csswg/css-images-3/#the-object-fit", "summary": "CSS properties that control the position and size of replaced content within the content box", @@ -2612,6 +2612,20 @@ "id": 5302669702856704, "uservoiceid": 6263790 }, + { + "name": "object-fit and object-position (video/canvas/etc)", + "category": "CSS", + "link": "https://dev.w3.org/csswg/css-images-3/#the-object-fit", + "summary": "CSS properties that control the position and size of replaced content within the content box", + "standardStatus": "Established standard", + "ieStatus": { + "text": "Under Consideration", + "priority": "Medium" + }, + "spec": "css-images-3", + "msdn": "https://developer.mozilla.org/docs/Web/CSS/object-fit", + "uservoiceid": 32011258 + }, { "name": "Conditional Rules", "category": "CSS",