﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
33981	Default Captions Should Use max-width	Howdy_McGee	joemcgill	"HTML5 Captions should really be using `max-width: image-size + px` rather than a static width. It's widely supported and more mobile friendly than the default `width` style. 


{{{
<figure id=""attachment_116"" style=""max-width: 400px;"" class=""wp-caption alignright"">
	<img class=""wp-image-116 size-full"" src=""image.jpg"" alt=""redraw"" width=""400"" height=""365"">
	<figcaption class=""wp-caption-text"">Phasellus nec sem in justo pellentesque facilisis.</figcaption>
</figure>
}}}

Works just as well - [http://caniuse.com/#feat=minmaxwh Can I Use: max-width]"	enhancement	closed	normal	4.9	Media	4.3.1	normal	fixed	has-patch has-unit-tests commit		ui
