Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The lang attribute has been removed from the <html> tag. This is a critical accessibility issue as it violates WCAG 3.1.1 (Language of Page). Screen readers and other assistive technologies rely on this attribute to use the correct pronunciation and character sets. Please restore it to ensure the page itself is accessible.1

Suggested change
<html>
<html lang="en">

Style Guide References

Footnotes

  1. The resulting application must meet WCAG 2.2 AA standards.

<head>
<meta charset="UTF-8" />
<link
Expand All @@ -14,7 +14,7 @@
rel="apple-touch-icon"
href="https://ui-components.ubilabs.com/favicon/v2-rc/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Accessibility Done Wrong</title>
<title></title>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The <title> tag is empty. This violates WCAG 2.4.2 (Page Titled). A descriptive page title is essential for users to understand the page's purpose, especially for screen reader users navigating between tabs or windows. Please provide a meaningful title.1

Suggested change
<title></title>
<title>Accessibility Done Wrong</title>

Style Guide References

Footnotes

  1. The resulting application must meet WCAG 2.2 AA standards.

</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/audio_1-2-1.mp3
Binary file not shown.
Binary file added public/audio_1-4-2.mp3
Binary file not shown.
Binary file added public/image_1-4-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/video_1-2-1.mp4
Binary file not shown.
Binary file added public/video_1-2-2.mp4
Binary file not shown.
Binary file added public/video_1-2-3.mp4
Binary file not shown.
Binary file added public/video_1-2-4.mp4
Binary file not shown.
Binary file added public/video_1-2-5.mp4
Binary file not shown.
Loading
Loading