Muhannad Abdelrazek
Muhannad Abdelrazek
## Problem to reach and use the action items like remove the torrent or open the video you need to hover on the item and as we know the hover...
Add character "م" to the logo to make the screen reader read the name of website correctly.
Declaring a language attribute on the HTML element enables a screen reader to read the text with correct pronunciation.
using `outline: none` makes your site less significantly accessible to any keyboard user.
in AX_ARIA_05: `role=main` should only appear on significant elements. and in [W3](https://www.w3.org/TR/html-main-element/) > The main content section of a document includes content that is unique to that document and excludes...
Improve user accessibility by disabling animations based on the user's preferences. Links that might be helpful https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion https://webkit.org/blog/7551/responsive-design-for-motion/ https://web.dev/prefers-reduced-motion/
- remove prop-types from lib build by using [babel-plugin](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types) before removing prop-types > lib folder size: 38,276 bytes After removing prop-types > lib folder size: 34,842 bytes