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.

", "hascode": true, "snippet": "\n \n \"…\"\n", @@ -80,7 +80,7 @@ }, { "title": "Advanced srcset and sizes Attributes", - "status": "Active Development", + "status": "Complete", "desc": "

srcset’s w descriptor and the sizes attribute allow developers to supply a range of alternate sources for images whose sizes vary within a responsive layout. Optionally working in conjunction with server-side resizing, these syntaxes allow for a fully automated “responsive images” solution.

", "hascode": true, "snippet": "\"…\"", @@ -117,7 +117,7 @@ }, { "title": "Basic srcset Attribute", - "status": "Active Development", + "status": "Complete", "desc": "

The srcset attribute allows developers to supply user agents with alternate versions of an image, intended for display at different pixel densities.

In its most basic and well-supported form, srcset lets developers use x descriptors to specify the intended pixel-density of each source.

", "hascode": true, "snippet": "",