From 5ba0c675ba91d3c6a21df691e92d93350499f16c Mon Sep 17 00:00:00 2001 From: Sven Koch <39488412+SVNKoch@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:24:23 +0100 Subject: [PATCH] reword and refine moz-force-broken-image-icon note before: if height and width is set after: if height or width is set --- files/en-us/web/css/-moz-force-broken-image-icon/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/-moz-force-broken-image-icon/index.md b/files/en-us/web/css/-moz-force-broken-image-icon/index.md index c0cb94c153bd5fb..4ffdf60b8020257 100644 --- a/files/en-us/web/css/-moz-force-broken-image-icon/index.md +++ b/files/en-us/web/css/-moz-force-broken-image-icon/index.md @@ -55,7 +55,7 @@ img { {{EmbedLiveSample('Examples','125','125')}} > [!NOTE] -> Unless the image has a specified height and width the alt attribute will not be displayed if `-moz-force-broken-image-icon` is set to `1`. +> If `-moz-force-broken-image-icon` is set to `1`, the `alt` attribute will not be displayed if the image has a specified height or width. ## Notes