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 1/3] 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 From 2cf137a4844613a6cbb2e31535b4e5e6fcb5337d Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 2 Feb 2025 16:09:34 -0500 Subject: [PATCH 2/3] Update files/en-us/web/css/-moz-force-broken-image-icon/index.md Co-authored-by: Brian Smith --- 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 4ffdf60b8020257..b7074d2c938923b 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] -> 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. +> The alt text may not be visible if `-moz-force-broken-image-icon` is set to `1` and the image has no (or too small) `height` or `width` set. ## Notes From 29f9adcae35debddbbdcaa5b5ac6067617956205 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 2 Feb 2025 16:10:39 -0500 Subject: [PATCH 3/3] Update files/en-us/web/css/-moz-force-broken-image-icon/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 b7074d2c938923b..da5f9fec1d19ba5 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] -> The alt text may not be visible if `-moz-force-broken-image-icon` is set to `1` and the image has no (or too small) `height` or `width` set. +> The alt text may not be visible if `-moz-force-broken-image-icon` is set to `1` and the image has no (or too small) `height` or `width` set. ## Notes