Interactive-Book
Interactive-Book copied to clipboard
Accessibility Enhancement as per WCAG2.0 standards for 'Clock Signal and Triggering' page
Enhancement: Rendered the content on the Clock Signal and Triggering page more accessible by making its content structure a11y compliant as per WCAG2 standards.
Ref #80 (removed plagiarism as part of revamp)
Changes done as per a11y guidelines:
-
[x] Gave the page URL a more meaningful link: The URL of a page conveys a lot of information and thus making the URL link for the page standardised in accordance to the page title is a better practise.
- Changed the url from
.../docs/clock.htmlto.../docs/ClockSignalAndTriggering.html
- Changed the url from
-
[x] Represented all numbers as digits: It is easier for the reader to consume the sentence when numbers are represented as numbers and not spelt out.
- Changed "Two types of triggering" to "2 types of triggering" and in similar applicable places
-
[x] Used consistent, simplified tone and grammatical structure: Accessibility standards state that content should be written in a simplified manner. All similar content (such as information cited in a list, or similar examples) should have a consistent flow.
- For example, standardarised the content structure for types of Edge triggering and Level triggering respectively.
-
[x] Replaced bulleted lists with numbered lists Before:
After:

-
[x] Removed unnecessary bold/italic highlights and used them only when emphasis was required. eg. : Removed bold highlight on "logic high" as it does not need emphasis with reference to context

-
[x] Added titles wherever necessary, broke down bug paragraphs into segmented sentences: Before:
After:

-
[x] Added alt. text, title and labels to all images + reference images being displayed within text context. Alt. texts and titles help when screen is being used in reader mode, or when the internet/browser is slow and HTML takes time to render the images (in this case the alt. text will be displayed on the screen) Title + Alt. Text (on inspect element):
Label:

-
[x] Removed Plagiarism Before:
After:

NOTE: Only used the accessibility guidelines revelant to the content type on this page. Other accessibility guidelines can also be incoorporated based on content criteria like presence of tables, videos (transcipts), etc. All of these guidelines can be compiled into a single reference style guide as part of GSOD2020.
Preview Link(s): https://deploy-preview-452--tender-ardinghelli-ebb79f.netlify.app/docs/clocksignalandtriggering
✅️ By submitting this PR, I have verified the following
- [x] Checked to see if a similar PR has already been opened 🤔️
- [x] Reviewed the contributing guidelines 🔍️
- [x] Sample preview link added (add the link(s) for all the pages changed/updated from the checks tab after checks complete)
- [x] Tried Squashing the commits into one
Changing to new urls can be tricky as all the old links to this page will start showing 404