Day 28 # T esting a word document issues for accessibility I have downloaded a word document from online and used an inbuilt accessibility checker to check the issues. There I observed some missing alternative texts, images, or objects not inline, check the reading order, hard-to-read text contrast. I tried to change the contrast and solved the issues by changing font and color contrast. What the Checker Won’t Do If your headings are text made big and bold, not real headings, the accessibility checker won’t see a problem. So you will also have to check headings yourself. The checker will tell you if an image has no alternative text. But it can’t tell if an image has an inaccurate or badly-written alternative text. So you must check all images, even if the checker says they are OK. You’ll also have to check whether your page is using tabs where it should use a table, fonts, like Wingdings, where it should use images, or images where it should use text....
Day 22 # Why Semantic HTML is important? Because semantic HTML uses elements for their given purpose, it’s easier for both people and machines to read and understand it. Semantic elements = elements with meaning. A semantic element clearly describes its meaning to both the browser and the developer. Examples of non-semantic elements: <div> and <span> - Tells nothing about its content. Examples of semantic elements: <form> , <table> , and <article> - Clearly defines its content. Semantic markup is a way of writing and structuring your HTML (Hypertext Markup Language) so that it reinforces the semantics , or meaning, of the content rather than its appearance. In a broader sense, it means that your site architecture separates presentation from content ; essentially saying that HTML is used for structure, and CSS is used for the style of your web design. Semantics and ac...
Day 27 # learn how to use your mobile screen reader I have an android phone, so It has an inbuilt screen reader on my mobile. Initially, it took time to explore and learn commands. Using a screen reader to navigate a device can be useful to anyone who is visually impaired. Settings – system- accessibility-select to speak (hear selected text), TalkBack on Swipe right or left to move between items Double-tap to activate an item Drag two fingers to scroll To turn off TalkBack Tap the switch. You will see a green outline Double-tap the switch. On the confirmation message, tap OK. Then double-tap OK
Comments
Post a Comment