diff --git a/_tmpl/_data/efforts.json b/_tmpl/_data/efforts.json
index dde867a..fa24733 100644
--- a/_tmpl/_data/efforts.json
+++ b/_tmpl/_data/efforts.json
@@ -38,7 +38,7 @@
},
{
"title": "picture
Element",
- "status": "Active Development",
+ "status": "Complete",
"desc": "
The picture
element contains any number of child source
elements and one img
.
When this pattern is used with the media
attribute on source
elements, it allows developers to mandate that user agents must load specific sources when certain media conditions are met. This allows developers to specify alternate aspect ratios to align with layoutchanges, or alternate framing of image content for optimally highlighting the subject of the image at different sizes.
When picture
and source
are used with the type
attribute, authors may supply the same image in alternate formats to be requested only by browsers that support said format.