From 1033e092dd421d164c976df34ff39069acd8c0b3 Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Mon, 1 Oct 2012 23:10:26 -0300 Subject: [PATCH] Update UseCaseComparisons.md --- UseCaseComparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UseCaseComparisons.md b/UseCaseComparisons.md index 3fd1cd34..cc20ce16 100644 --- a/UseCaseComparisons.md +++ b/UseCaseComparisons.md @@ -146,7 +146,7 @@ This is based on the high-contrast mode and ambient light media queries currentl [[ TODO: `srcset` as suggestion overrideable by UA, in both cases. Seperation of concerns (“art direction” vs. density cases) may make this simpler with `picture`, see writeup in http://www.w3.org/community/respimg/2012/06/18/florians-compromise/ ]] -## Potential for future accessibility improvements ## +## Accessibility ## Both patterns are functionally identical in terms of _short_ descriptive text, though authoring differs. The `picture` pattern will allow fallback content to serve as the content exposed to assistive technologies (in this case, the fallback `img` alt tag would be used), while the extended `srcset` syntax would rely on the `img` element’s `alt` attribute.