From 504d1f195526926c99b9200c3ded4a633f491df7 Mon Sep 17 00:00:00 2001 From: Ahmad Altaher Alfayad Date: Tue, 16 Apr 2024 17:05:07 -0400 Subject: [PATCH 1/3] update issue description --- translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/en.json b/translations/en.json index 91cff011..c6397e26 100644 --- a/translations/en.json +++ b/translations/en.json @@ -356,7 +356,7 @@ "rule.desc.NoHeadings": "

If appropriate, add headings to the page to organize the content for sighted and screen reader users. The headings should represent an accurate outline of the content

", "rule.desc.ObjectMustContainText": "

Multimedia objects should be accompanied by a link to a transcript of the content.

", "rule.desc.ObjectTagDetected": "

Multimedia embedded using the 'Object' tag may require the user to install a plugin for their web browser. This can create support and access issues for some users. Additionally, users on mobile devices may not be able to view the multimedia content at all. Consider using an alternative format that the user's browser can display natively.

", - "rule.desc.ParagraphNotUsedAsHeader": "

Bold and Italics are used to emphasize text, whereas headings are used to define the structure of the document. Headings like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a heading, does not make it one.

", + "rule.desc.ParagraphNotUsedAsHeader": "

Bold and Italics are used to emphasize text, whereas headings are used to define the structure of the document. Headings like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a heading, does not make it one. UDOIT has flagged this as a potential usage of style for document structure, please ensure that it is not the case.

", "rule.desc.PreShouldNotBeUsedForTabularValues": "

If a pre element is used for tabular data, change the data to use a well-formed table.

", "rule.desc.RedirectedLink": "

When the address of a web page changes, the content owner may set up a redirect so that the link is not broken. However, that redirect could go away in the future, so it's best to update the link now. The real url has been populated into the form below.

", "rule.desc.TableDataShouldHaveTableHeader": "

Table headers provide a description of the table structure for sighted and screen reader users.

", @@ -382,4 +382,4 @@ "rule.label.SearchKeyWord": "Keyword found", "rule.desc.SearchKeyWord": "The keyword has been found" -} \ No newline at end of file +} From d3c46aea7efd13089845d31f9be5522ba386c63e Mon Sep 17 00:00:00 2001 From: Daniel Molares Date: Tue, 30 Apr 2024 17:28:51 -0400 Subject: [PATCH 2/3] Reworded description for incorrect use of style issue --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index c6397e26..6f20e08e 100644 --- a/translations/en.json +++ b/translations/en.json @@ -356,7 +356,7 @@ "rule.desc.NoHeadings": "

If appropriate, add headings to the page to organize the content for sighted and screen reader users. The headings should represent an accurate outline of the content

", "rule.desc.ObjectMustContainText": "

Multimedia objects should be accompanied by a link to a transcript of the content.

", "rule.desc.ObjectTagDetected": "

Multimedia embedded using the 'Object' tag may require the user to install a plugin for their web browser. This can create support and access issues for some users. Additionally, users on mobile devices may not be able to view the multimedia content at all. Consider using an alternative format that the user's browser can display natively.

", - "rule.desc.ParagraphNotUsedAsHeader": "

Bold and Italics are used to emphasize text, whereas headings are used to define the structure of the document. Headings like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a heading, does not make it one. UDOIT has flagged this as a potential usage of style for document structure, please ensure that it is not the case.

", + "rule.desc.ParagraphNotUsedAsHeader": "

Bold and Italics are used to emphasize text, whereas headings are used to define the structure of the document. Headings like h1-h6 are extremely useful for non-sighted users to navigate the structure of the page, and formatting a paragraph to just be big or bold, while it might visually look like a heading, does not make it one. UDOIT has flagged this as a potential usage of style for document structure, please ensure that this is not the case when you review the content in the HTML editor.

", "rule.desc.PreShouldNotBeUsedForTabularValues": "

If a pre element is used for tabular data, change the data to use a well-formed table.

", "rule.desc.RedirectedLink": "

When the address of a web page changes, the content owner may set up a redirect so that the link is not broken. However, that redirect could go away in the future, so it's best to update the link now. The real url has been populated into the form below.

", "rule.desc.TableDataShouldHaveTableHeader": "

Table headers provide a description of the table structure for sighted and screen reader users.

", From 2c6962f336e437f3bdffa42534f7235f01bd3c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:33:07 +0000 Subject: [PATCH 3/3] Bump ws from 6.2.2 to 6.2.3 Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index fb8e8ae6..02a8a14e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11607,16 +11607,16 @@ write-file-atomic@^3.0.0: typedarray-to-buffer "^3.1.5" ws@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== + version "6.2.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.3.tgz#ccc96e4add5fd6fedbc491903075c85c5a11d9ee" + integrity sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA== dependencies: async-limiter "~1.0.0" ws@^7.4.5: - version "7.4.6" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" - integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== + version "7.5.10" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9" + integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ== xml-name-validator@^3.0.0: version "3.0.0"