From 520bc8cf37c0b5424427d22ecc3190b6abf461d7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 16:22:26 -0700 Subject: [PATCH] add alt text to s in Images section of CSS docs --- css.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css.html b/css.html index 3ef0c2816c..1e73737f37 100644 --- a/css.html +++ b/css.html @@ -2012,14 +2012,14 @@ For example, <section> should be wrapped as inline.

Keep in mind that Internet Explorer 8 lacks support for rounded corners.

- - - + A generic square placeholder image with rounded corners + A generic square placeholder image where only the portion within the circle circumscribed about said square is visible + A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera
{% highlight html %} - - - +... +... +... {% endhighlight %}