From c04dda2d7a5ce5a8a7c1536a59a21ae57bf523fb Mon Sep 17 00:00:00 2001
From: Hayden Maudsley-Barton <97900328+hayden-MB@users.noreply.github.com>
Date: Tue, 10 Dec 2024 15:42:39 +0000
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 500b5037..9bf8f75d 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Please consider/check the following key points when making changes:
- Use divs instead of tables as much as possible.
- Make use of Bootstrap's responsive grid system detailed in the [bootstrap documentation](https://getbootstrap.com/docs/4.0/layout/grid/).
- - Images: Add **meaningful** alternative text to all non-text objects in particular images. This can be done using the `alt=""` tag. It is important that this text convays the information that the
+ - Images: Add **meaningful** alternative text to all non-text objects in particular images. This can be done using the `
` in HTML, or `` in markdown. It is important that this text convays the information that the
picture would have if viewed. If there is text in the image then this
must be given. Do not paraphrase this text. If the text is the only information you wish to comunicate, consider if you could type it out using html environments, e.g. code snippets and mathematical equations. Some useful
guidance on alternative text is given by [Harvard Univeristy](https://accessibility.huit.harvard.edu/describe-content-images).
From 74ba4686148ae75bb45c5511a1bb7ae45dd0fb05 Mon Sep 17 00:00:00 2001
From: Hayden Maudsley-Barton <97900328+hayden-MB@users.noreply.github.com>
Date: Tue, 10 Dec 2024 15:44:37 +0000
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9bf8f75d..27ea9fc1 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Please consider/check the following key points when making changes:
- Use divs instead of tables as much as possible.
- Make use of Bootstrap's responsive grid system detailed in the [bootstrap documentation](https://getbootstrap.com/docs/4.0/layout/grid/).
- - Images: Add **meaningful** alternative text to all non-text objects in particular images. This can be done using the `
` in HTML, or `` in markdown. It is important that this text convays the information that the
+ - Images: Add **meaningful** alternative text to all non-text objects in particular images. This can be done using `
` in HTML, or `` in markdown. It is important that this text convays the information that the
picture would have if viewed. If there is text in the image then this
must be given. Do not paraphrase this text. If the text is the only information you wish to comunicate, consider if you could type it out using html environments, e.g. code snippets and mathematical equations. Some useful
guidance on alternative text is given by [Harvard Univeristy](https://accessibility.huit.harvard.edu/describe-content-images).