Skip to content

animaagrawal/Accessiblity_Development_Semantics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETTING UP THE EXAMPLE WEBSITE
GitHub Repository URL: https://github.com/animaagrawal/Accessiblity_Development_Semantics.git
1. CLONE THE GITHUB REPOSITORY
	a. Open a terminal or command prompt on your local machine.
	b. Navigate to the directory where you want to clone the repository by using "cd" command followed by the directory name.
	c. Type below command and then press Enter to execute it
	Command: git clone https://github.com/animaagrawal/Accessiblity_Development_Semantics.git
	d. Entire repository will get downloaded in your local machine. Once the process is complete, you will be prompted with a message indicating that the clone was successful.
	e. You can navigate to the cloned repository directory using the terminal or file explorer on your machine and start working with the files.
2. DOWNLOAD THE ZIPPED FILE
	a. Navigate to the GitHub URL given above
	b. Click on the green button named "Code" present on the right-hand side of the page.
	c. Click on the "Download ZIP" link.
	d. A zipped file will get downloaded. You can unzip it and start working with the files.


SCREEN READERS AND THEIR USAGE
Screen readers are software programs that allow visually impaired individuals to access and interact with digital content by converting text and other elements on a computer screen into audio or braille output.
NVDA is a popular and free screen reader for Windows. Here are a few basic usage tips:
1. Install NVDA on your Windows computer and launch it.
2. Use the arrow keys to navigate through the content on the screen, or use keyboard shortcuts to jump to specific elements such as headings or links. When using NVDA, the arrow keys on your keyboard allow you to navigate through the content on the screen, one element at a time. For example, pressing the down arrow key will move you from the current element to the next element below it.
	NVDA also has several keyboard shortcuts that allow you to jump directly to specific elements, such as headings or links. Here are a few examples:
		• To jump to the next heading, press the H key. To jump to the previous heading, press the Shift+H keys.
		• To jump to the next link, press the K key. To activate the link, press Enter. To go back to the previous page, press Alt+Left arrow keys.
		• To jump to the next form control (such as a text box or checkbox), press the F key. To interact with the control (i.e. fill in a text box or check a checkbox), press Enter.
	By using these navigation and shortcut keys, you can efficiently explore and interact with the content on the screen using NVDA.
3. Use the NVDA key (often the Insert key) in combination with other keys to access different functions, such as reading the current line or spelling the current word.
4. Customize NVDA settings to adjust the speech rate, voice, and other preferences to better suit your needs.
5. The Speech Viewer is a tool that comes bundled with NVDA, which allows you to view the text of what NVDA is currently speaking out loud.
	Here's how to start it:
		a. Press the NVDA key (often the Insert key) and the letter N together to open the NVDA menu.
		b. Use the arrow keys to navigate to the "Tools" submenu, and press Enter to open it.
		c. Navigate to the "Speech Viewer" option, and press Enter to start it.
	Once the Speech Viewer is running, you can view the text that NVDA is speaking by simply looking at the Speech Viewer window. This can be especially helpful if you missed something that NVDA said or if you want to review a particular passage.
	To close the Speech Viewer, press the Alt+F4 keys, or use the NVDA menu to navigate to the "Exit" option.


PREREQUISITES FOR THE COURSE
Prerequisites for the Accessibility Developer (Semantics) course include knowledge of HTML, CSS, and JavaScript. The required topics are:

HTML:
• HTML basic tags and attributes
• HTML Comments
• HTML Tables
• HTML Lists
• HTML Block & Inline
• HTML form
• HTML Classes
• HTML Id
• HTML Iframes

CSS:
• CSS Syntax
• CSS Selectors
• CSS types
• CSS Pseudo-element
• Basic CSS properties

JAVASCRIPT:
• JS Syntax
• JS Comments
• JS Variables
• JS Let
• JS Const
• JS Data Types
• JS Functions
• JS Arrow Functions
• JS Array 
• JS Loops
• JS Conditional Statements
• JS Objects
• JS Events
• JS HTML DOM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors