{"id":144,"date":"2018-04-19T14:12:41","date_gmt":"2018-04-19T14:12:41","guid":{"rendered":"https:\/\/integrations.pressbooks.network\/oersourcebook\/chapter\/inaccessible-explanation\/"},"modified":"2019-12-03T15:10:56","modified_gmt":"2019-12-03T15:10:56","slug":"inaccessible-explanation","status":"publish","type":"chapter","link":"https:\/\/integrations.pressbooks.network\/oersourcebook\/chapter\/inaccessible-explanation\/","title":{"raw":"Inaccessible Example Activity &#8211; Explanation","rendered":"Inaccessible Example Activity &#8211; Explanation"},"content":{"raw":"<h2>Using Headings Appropriately<\/h2>\n<a href=\"https:\/\/wisc.pb.unizin.org\/app\/uploads\/sites\/194\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown.png\"><img src=\"https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown-240x300.png\" alt=\"&quot;&quot;\" width=\"150\" height=\"187\" class=\"alignright wp-image-143\"><\/a>\n\nPeople who use screen readers or who look at the previous page in their browser's developer tools viewer can see that the previous page's opening lines progress from small text to large text because they each use a different header style. <a href=\"https:\/\/wisc.pb.unizin.org\/app\/uploads\/sites\/194\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown.png\"><\/a>This author is trying to be playful by increasing the size of their font, but they have used semantic elements rather than design elements to do so. This influences how a screen reader would present information in the text. The words \"of a plant\" would be assigned a high-level heading (H2), \"affects the growth\" a secondary heading (H3), and \"What do you think\" a lower heading (H4). Because many users navigate documents by scrolling through headings of different levels, this decorative use of headings would be counterproductive:\n<div class=\"textbox shaded\">\n<h3>Example from Previous Page:<\/h3>\n<h5 style=\"text-align: center;\">What do you think<\/h5>\n<h4 style=\"text-align: center;\">affects the growth<\/h4>\n<h3 style=\"text-align: center;\">of a PLANT?<\/h3>\n<\/div>\nInstead of using headers to style this text, the author should use html elements to change the font size.\n\nAha, but what if this text is also intended to be a heading\u00a0<em>and\u00a0<\/em>a visual metaphor? In this case, the author should use a top-level heading tag first and then change the text's html styling second. This way, screen readers would interact with this heading as intended but sighted readers would still see the three different font sizes.\n\nFor a detailed overview of headings, visit the Web Accessibility In Mind organization (WebAIM) article \"<a href=\"https:\/\/opentextbc.ca\/accessibilitytoolkit\/chapter\/organizing-content\/\">Organizing Content<\/a>.\"\n<h2>Table Formatting<\/h2>\nThe example table lacks a title. It also includes cells that are merged together. Both of these factors negatively affect screen reader navigation. The writer should provide a title for the table For more information on table accessibility\n<div class=\"textbox shaded\">\n<h3>Problem Example:<\/h3>\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\n<tbody>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">Year<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">Total rainfall (July-August)<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">Hottest temperature average over course of seven days (\u00b0F)<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">Average Height of Sunflowers (feet)<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">2016<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">15\"<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">82<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">7.2<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">2017<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">10\"<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">80<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">8.1<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">2018<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">4\"<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">90<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">2.6<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" colspan=\"2\">\u00a0The average rainfall between 2008 and 2018 was 9 inches.<\/td>\n<td style=\"width: 504.667px; text-align: center; height: 22px;\" colspan=\"2\">\u00a0The average temperature between 2008 and 2018 was 81\u00b0F.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n&nbsp;\n<h3>Revised Example:<\/h3>\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\n<tbody>\n<tr style=\"height: 22px;\">\n<th style=\"width: 506px; height: 22px; text-align: center;\" scope=\"row\">Year<\/th>\n<th style=\"width: 506px; height: 22px; text-align: center;\" scope=\"row\">Total rainfall (July-August)<\/th>\n<th style=\"width: 504.667px; height: 22px; text-align: center;\" scope=\"row\">Hottest temperature average over course of seven days (\u00b0F)<\/th>\n<th style=\"width: 504.667px; height: 22px; text-align: center;\" scope=\"row\">Average Height of Sunflowers (feet)<\/th>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" scope=\"col\">2016<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">15\"<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">82<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">7.2<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" scope=\"col\">2017<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">10\"<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">80<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">8.1<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" scope=\"col\">2018<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">4\"<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">90<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">2.6<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n&nbsp;\n\n<\/div>\n<h2>Designing Visual Content<\/h2>\nThe example below relies on only one form of visual information to distinguish between two different concepts. This presents a problem for viewers who have vision problems--(for instance, red-green colorblindness).\n<div class=\"textbox shaded\">\n<h3>Problem Example:<\/h3>\n<strong>In the following paragraph, the sentences in <span style=\"color: #339966;\">green<\/span>\u00a0are in the active voice, while the sentences in <span style=\"color: #ff0000;\">red<\/span> are in the passive voice:<\/strong>\n<p style=\"padding-left: 30px;\"><span style=\"color: #339966;\"><a href=\"https:\/\/wisc.pb.unizin.org\/app\/uploads\/sites\/194\/2018\/04\/IMG_0666.jpg\"><\/a>There was a group of scientists who worked together in a lab and studied mice. One day, another group of scientists applied to work in the lab. <span style=\"color: #ff0000;\">Their application was reviewed and it was decided that they would be allowed to share half of the lab space with the mouse researchers.\u00a0<span style=\"color: #339966;\">The second group of researchers studied pythons. <span style=\"color: #ff0000;\">Everything was going well until one day, it was discovered that all of the mice in one of the cage had disappeared<\/span>. Week after week, the mouse researchers would find another empty cage. <span style=\"color: #ff0000;\">It was decided that the pythons in the lab looked rather full.<\/span> The mouse researchers told the python researchers that it was time to skedaddle.\u00a0<\/span><\/span><\/span><\/p>\n\n<\/div>\nTo address these concerns, the writer could make changes to the text to ensure that color isn't the only means of conveying information.\n\nIn the revised example below, the writer has added italics to the active voice sentences so that readers have multiple visual signifiers that distinguish the two forms of sentences. This writer has also represented this information in another way by providing a pair of explanatory lists. While this is not the only way the author could have made this text more accessible, providing this expanded explanation provides an added benefit: all readers now have the opportunity to learn more about the distinguishing features of the active and passive voice example sentences.\n<div class=\"textbox shaded\">\n<h3>Revised Example:<\/h3>\n<strong>In the following paragraph, the active voice sentences appear in\u00a0<span style=\"color: #0000ff;\"><em>blue italics<\/em><\/span>\u00a0and are labeled with an asterisk<i>.<\/i>\u00a0The passive voice sentences are non-italicized and appear in <span style=\"color: #ff0000;\">red<\/span>:<\/strong>\n<p style=\"padding-left: 30px;\"><span style=\"color: #339966;\"><em><span style=\"color: #0000ff;\">*There was a group of scientists who worked together in a lab and studied mice. *One day, another group of scientists applied to work in the lab<\/span>.<\/em>\u00a0<span style=\"color: #ff0000;\">Their application was reviewed and it was decided that they would be allowed to share half of the lab space with the mouse researchers. <span style=\"color: #339966;\"><span style=\"color: #0000ff;\">*<\/span><em><span style=\"color: #0000ff;\">The second group of researchers studied pythons<\/span>.<\/em><span style=\"color: #ff0000;\">\u00a0Everything was going well until one day, it was discovered that all of the mice in one of the cage had disappeared. <span style=\"color: #0000ff;\">*<\/span><\/span><span style=\"color: #0000ff;\"><em>Week after week, the mouse researchers would find another empty cage.<\/em><\/span><span style=\"color: #ff0000;\">\u00a0 It was decided that the pythons in the lab looked rather full.<\/span>\u00a0<span style=\"color: #0000ff;\">*<em>The mouse researchers told the python researchers that it was time to skedaddle.\u00a0<\/em><\/span><\/span><\/span><\/span><\/p>\n&nbsp;\n\n<strong>The sentences in the active voice clearly express who is responsible for the actions:<\/strong>\n<ul>\n \t<li>There was a group of scientists who worked together in a lab and studied mice.<\/li>\n \t<li>One day, another group of scientists applied to work in the lab.<\/li>\n \t<li>The second group of researchers studied pythons.<\/li>\n \t<li>Week after week, the mouse researchers would find another empty cage.<\/li>\n \t<li>The mouse researchers told the python researchers that it was time to skedaddle.<\/li>\n<\/ul>\n<strong>In the passive voice sentences, it is unclear who is taking the action in question:<\/strong>\n<ul>\n \t<li>Their application was reviewed and it was decided that they would be allowed to share half of the lab space with the mouse researchers. (<em><span style=\"text-decoration: underline;\">Who reviewed<\/span> the application and <span style=\"text-decoration: underline;\">made the decision<\/span>?<\/em>)<\/li>\n \t<li>Everything was going well until one day, it was discovered that all of the mice in one of the cage had disappeared. <em>(<span style=\"text-decoration: underline;\">Who discovered<\/span> the disappearance?)<\/em><\/li>\n \t<li>It was decided that the pythons in the lab looked rather full. (<em><span style=\"text-decoration: underline;\">Who decided<\/span> that the pythons were to blame?)<\/em><\/li>\n<\/ul>\n<\/div>\nWebAIM provides <a href=\"https:\/\/webaim.org\/articles\/visual\/colorblind\" style=\"font-family: Tinos, Georgia, serif; font-size: 16px;\">additional information about colorblindness<\/a><span style=\"font-family: Tinos, Georgia, serif; font-size: 16px;\">\u00a0and accessible design.<\/span>\n<h2>Hyperlink Design<\/h2>\nIn the example below, the hyperlink navigator text is unspecific: each example uses the word \"here.\" This is a problem because people who use accessibility devices may choose to scroll through link options nonsequentially.\n\nA second problem with this example is that each of the hyperlinks opens up in a new window but the text does not indicate this. The BCcampus Accessibility Toolkit provides the following guidelines for weblink settings:[footnote]<a href=\"https:\/\/opentextbc.ca\/accessibilitytoolkit\/chapter\/weblinks\/\">BCcampus Accessibility Toolkit- \"Weblinks<\/a>\"[\/footnote]\n<p class=\"sctxt\" style=\"padding-left: 30px;\">\"In general, it is better if weblinks do<span>\u00a0<\/span><strong>not<\/strong><span>\u00a0<\/span>open new windows and tabs since they can be disorienting for people, especially people who have difficulty perceiving visual content.[footnote]<a href=\"http:\/\/www.w3.org\/TR\/2014\/NOTE-WCAG20-TECHS-20140916\/G200\">W3 Guidance on Weblinks.<\/a>[\/footnote]. However, if a link must open in a new window, it is best practice to include a textual reference. For example,<span>\u00a0<\/span><a href=\"http:\/\/open.bccampus.ca\/\" target=\"_blank\" rel=\"noopener noreferrer\">Information on the BC Open Textbook Project [New Window]<\/a><span>\u00a0<\/span>is available online.[footnote]<a href=\"http:\/\/accessibility.psu.edu\/linkshtml\/\">Penn State's weblink accessibility information page.<\/a>[\/footnote]\"<\/p>\n\n<div class=\"textbox shaded\">\n<h3>Example from Previous Page:<\/h3>\n<p style=\"text-align: left; padding-left: 30px;\">Click\u00a0<a href=\"https:\/\/writing.wisc.edu\/Handbook\/CCS_activevoice.html\" target=\"_blank\" rel=\"noopener noreferrer\">here,<\/a>\u00a0<a href=\"https:\/\/writingcenter.unc.edu\/tips-and-tools\/passive-voice\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>, or\u00a0<a href=\"https:\/\/www.nmu.edu\/writingcenter\/passive-voice-0\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>\u00a0for more information.<\/p>\n\n<h3>Updated Example:<\/h3>\n<p style=\"padding-left: 30px;\">For more information, see the <a href=\"https:\/\/writing.wisc.edu\/Handbook\/CCS_activevoice.html\" target=\"_blank\" rel=\"noopener noreferrer\">UW-Madison Writing Center's Active Voice overview (new window)<\/a>, <a href=\"https:\/\/writingcenter.unc.edu\/tips-and-tools\/passive-voice\/\" target=\"_blank\" rel=\"noopener noreferrer\">UNC's passive voice handout (new window)<\/a>, or <a href=\"https:\/\/www.nmu.edu\/writingcenter\/passive-voice-0\">Northern Michigan University's passive voice guide (new window)<\/a>.<\/p>\n\n<\/div>\n<h2>Alternative Text for Images<\/h2>\nThe Web Accessibility In Mind organization (WebAIM) provides detailed information about <a href=\"https:\/\/webaim.org\/techniques\/alttext\/\">when and how to include alternative text (alt-text) for images.<\/a>\n<h2><\/h2>","rendered":"<h2>Using Headings Appropriately<\/h2>\n<p><a href=\"https:\/\/wisc.pb.unizin.org\/app\/uploads\/sites\/194\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown-240x300.png\" alt=\"&quot;&quot;\" width=\"150\" height=\"187\" class=\"alignright wp-image-143\" srcset=\"https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown-240x300.png 240w, https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown-65x81.png 65w, https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown-225x281.png 225w, https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown-350x437.png 350w, https:\/\/integrations.pressbooks.network\/app\/uploads\/sites\/57\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown.png 396w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/p>\n<p>People who use screen readers or who look at the previous page in their browser&#8217;s developer tools viewer can see that the previous page&#8217;s opening lines progress from small text to large text because they each use a different header style. <a href=\"https:\/\/wisc.pb.unizin.org\/app\/uploads\/sites\/194\/2018\/04\/Pressbooks-visual-editor-header-options-dropdown.png\"><\/a>This author is trying to be playful by increasing the size of their font, but they have used semantic elements rather than design elements to do so. This influences how a screen reader would present information in the text. The words &#8220;of a plant&#8221; would be assigned a high-level heading (H2), &#8220;affects the growth&#8221; a secondary heading (H3), and &#8220;What do you think&#8221; a lower heading (H4). Because many users navigate documents by scrolling through headings of different levels, this decorative use of headings would be counterproductive:<\/p>\n<div class=\"textbox shaded\">\n<h3>Example from Previous Page:<\/h3>\n<h5 style=\"text-align: center;\">What do you think<\/h5>\n<h4 style=\"text-align: center;\">affects the growth<\/h4>\n<h3 style=\"text-align: center;\">of a PLANT?<\/h3>\n<\/div>\n<p>Instead of using headers to style this text, the author should use html elements to change the font size.<\/p>\n<p>Aha, but what if this text is also intended to be a heading\u00a0<em>and\u00a0<\/em>a visual metaphor? In this case, the author should use a top-level heading tag first and then change the text&#8217;s html styling second. This way, screen readers would interact with this heading as intended but sighted readers would still see the three different font sizes.<\/p>\n<p>For a detailed overview of headings, visit the Web Accessibility In Mind organization (WebAIM) article &#8220;<a href=\"https:\/\/opentextbc.ca\/accessibilitytoolkit\/chapter\/organizing-content\/\">Organizing Content<\/a>.&#8221;<\/p>\n<h2>Table Formatting<\/h2>\n<p>The example table lacks a title. It also includes cells that are merged together. Both of these factors negatively affect screen reader navigation. The writer should provide a title for the table For more information on table accessibility<\/p>\n<div class=\"textbox shaded\">\n<h3>Problem Example:<\/h3>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">Year<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">Total rainfall (July-August)<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">Hottest temperature average over course of seven days (\u00b0F)<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">Average Height of Sunflowers (feet)<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">2016<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">15&#8243;<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">82<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">7.2<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">2017<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">10&#8243;<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">80<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">8.1<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\">2018<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">4&#8243;<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">90<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">2.6<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" colspan=\"2\">\u00a0The average rainfall between 2008 and 2018 was 9 inches.<\/td>\n<td style=\"width: 504.667px; text-align: center; height: 22px;\" colspan=\"2\">\u00a0The average temperature between 2008 and 2018 was 81\u00b0F.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3>Revised Example:<\/h3>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr style=\"height: 22px;\">\n<th style=\"width: 506px; height: 22px; text-align: center;\" scope=\"row\">Year<\/th>\n<th style=\"width: 506px; height: 22px; text-align: center;\" scope=\"row\">Total rainfall (July-August)<\/th>\n<th style=\"width: 504.667px; height: 22px; text-align: center;\" scope=\"row\">Hottest temperature average over course of seven days (\u00b0F)<\/th>\n<th style=\"width: 504.667px; height: 22px; text-align: center;\" scope=\"row\">Average Height of Sunflowers (feet)<\/th>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" scope=\"col\">2016<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">15&#8243;<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">82<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">7.2<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" scope=\"col\">2017<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">10&#8243;<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">80<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">8.1<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 506px; height: 22px; text-align: center;\" scope=\"col\">2018<\/td>\n<td style=\"width: 506px; height: 22px; text-align: center;\">4&#8243;<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">90<\/td>\n<td style=\"width: 504.667px; height: 22px; text-align: center;\">2.6<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<\/div>\n<h2>Designing Visual Content<\/h2>\n<p>The example below relies on only one form of visual information to distinguish between two different concepts. This presents a problem for viewers who have vision problems&#8211;(for instance, red-green colorblindness).<\/p>\n<div class=\"textbox shaded\">\n<h3>Problem Example:<\/h3>\n<p><strong>In the following paragraph, the sentences in <span style=\"color: #339966;\">green<\/span>\u00a0are in the active voice, while the sentences in <span style=\"color: #ff0000;\">red<\/span> are in the passive voice:<\/strong><\/p>\n<p style=\"padding-left: 30px;\"><span style=\"color: #339966;\"><a href=\"https:\/\/wisc.pb.unizin.org\/app\/uploads\/sites\/194\/2018\/04\/IMG_0666.jpg\"><\/a>There was a group of scientists who worked together in a lab and studied mice. One day, another group of scientists applied to work in the lab. <span style=\"color: #ff0000;\">Their application was reviewed and it was decided that they would be allowed to share half of the lab space with the mouse researchers.\u00a0<span style=\"color: #339966;\">The second group of researchers studied pythons. <span style=\"color: #ff0000;\">Everything was going well until one day, it was discovered that all of the mice in one of the cage had disappeared<\/span>. Week after week, the mouse researchers would find another empty cage. <span style=\"color: #ff0000;\">It was decided that the pythons in the lab looked rather full.<\/span> The mouse researchers told the python researchers that it was time to skedaddle.\u00a0<\/span><\/span><\/span><\/p>\n<\/div>\n<p>To address these concerns, the writer could make changes to the text to ensure that color isn&#8217;t the only means of conveying information.<\/p>\n<p>In the revised example below, the writer has added italics to the active voice sentences so that readers have multiple visual signifiers that distinguish the two forms of sentences. This writer has also represented this information in another way by providing a pair of explanatory lists. While this is not the only way the author could have made this text more accessible, providing this expanded explanation provides an added benefit: all readers now have the opportunity to learn more about the distinguishing features of the active and passive voice example sentences.<\/p>\n<div class=\"textbox shaded\">\n<h3>Revised Example:<\/h3>\n<p><strong>In the following paragraph, the active voice sentences appear in\u00a0<span style=\"color: #0000ff;\"><em>blue italics<\/em><\/span>\u00a0and are labeled with an asterisk<i>.<\/i>\u00a0The passive voice sentences are non-italicized and appear in <span style=\"color: #ff0000;\">red<\/span>:<\/strong><\/p>\n<p style=\"padding-left: 30px;\"><span style=\"color: #339966;\"><em><span style=\"color: #0000ff;\">*There was a group of scientists who worked together in a lab and studied mice. *One day, another group of scientists applied to work in the lab<\/span>.<\/em>\u00a0<span style=\"color: #ff0000;\">Their application was reviewed and it was decided that they would be allowed to share half of the lab space with the mouse researchers. <span style=\"color: #339966;\"><span style=\"color: #0000ff;\">*<\/span><em><span style=\"color: #0000ff;\">The second group of researchers studied pythons<\/span>.<\/em><span style=\"color: #ff0000;\">\u00a0Everything was going well until one day, it was discovered that all of the mice in one of the cage had disappeared. <span style=\"color: #0000ff;\">*<\/span><\/span><span style=\"color: #0000ff;\"><em>Week after week, the mouse researchers would find another empty cage.<\/em><\/span><span style=\"color: #ff0000;\">\u00a0 It was decided that the pythons in the lab looked rather full.<\/span>\u00a0<span style=\"color: #0000ff;\">*<em>The mouse researchers told the python researchers that it was time to skedaddle.\u00a0<\/em><\/span><\/span><\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong>The sentences in the active voice clearly express who is responsible for the actions:<\/strong><\/p>\n<ul>\n<li>There was a group of scientists who worked together in a lab and studied mice.<\/li>\n<li>One day, another group of scientists applied to work in the lab.<\/li>\n<li>The second group of researchers studied pythons.<\/li>\n<li>Week after week, the mouse researchers would find another empty cage.<\/li>\n<li>The mouse researchers told the python researchers that it was time to skedaddle.<\/li>\n<\/ul>\n<p><strong>In the passive voice sentences, it is unclear who is taking the action in question:<\/strong><\/p>\n<ul>\n<li>Their application was reviewed and it was decided that they would be allowed to share half of the lab space with the mouse researchers. (<em><span style=\"text-decoration: underline;\">Who reviewed<\/span> the application and <span style=\"text-decoration: underline;\">made the decision<\/span>?<\/em>)<\/li>\n<li>Everything was going well until one day, it was discovered that all of the mice in one of the cage had disappeared. <em>(<span style=\"text-decoration: underline;\">Who discovered<\/span> the disappearance?)<\/em><\/li>\n<li>It was decided that the pythons in the lab looked rather full. (<em><span style=\"text-decoration: underline;\">Who decided<\/span> that the pythons were to blame?)<\/em><\/li>\n<\/ul>\n<\/div>\n<p>WebAIM provides <a href=\"https:\/\/webaim.org\/articles\/visual\/colorblind\" style=\"font-family: Tinos, Georgia, serif; font-size: 16px;\">additional information about colorblindness<\/a><span style=\"font-family: Tinos, Georgia, serif; font-size: 16px;\">\u00a0and accessible design.<\/span><\/p>\n<h2>Hyperlink Design<\/h2>\n<p>In the example below, the hyperlink navigator text is unspecific: each example uses the word &#8220;here.&#8221; This is a problem because people who use accessibility devices may choose to scroll through link options nonsequentially.<\/p>\n<p>A second problem with this example is that each of the hyperlinks opens up in a new window but the text does not indicate this. The BCcampus Accessibility Toolkit provides the following guidelines for weblink settings:<a class=\"footnote\" title=\"BCcampus Accessibility Toolkit- &quot;Weblinks&quot;\" id=\"return-footnote-144-1\" href=\"#footnote-144-1\" aria-label=\"Footnote 1\"><sup class=\"footnote\">[1]<\/sup><\/a><\/p>\n<p class=\"sctxt\" style=\"padding-left: 30px;\">&#8220;In general, it is better if weblinks do<span>\u00a0<\/span><strong>not<\/strong><span>\u00a0<\/span>open new windows and tabs since they can be disorienting for people, especially people who have difficulty perceiving visual content.<a class=\"footnote\" title=\"W3 Guidance on Weblinks.\" id=\"return-footnote-144-2\" href=\"#footnote-144-2\" aria-label=\"Footnote 2\"><sup class=\"footnote\">[2]<\/sup><\/a>. However, if a link must open in a new window, it is best practice to include a textual reference. For example,<span>\u00a0<\/span><a href=\"http:\/\/open.bccampus.ca\/\" target=\"_blank\" rel=\"noopener noreferrer\">Information on the BC Open Textbook Project [New Window]<\/a><span>\u00a0<\/span>is available online.<a class=\"footnote\" title=\"Penn State's weblink accessibility information page.\" id=\"return-footnote-144-3\" href=\"#footnote-144-3\" aria-label=\"Footnote 3\"><sup class=\"footnote\">[3]<\/sup><\/a>&#8220;<\/p>\n<div class=\"textbox shaded\">\n<h3>Example from Previous Page:<\/h3>\n<p style=\"text-align: left; padding-left: 30px;\">Click\u00a0<a href=\"https:\/\/writing.wisc.edu\/Handbook\/CCS_activevoice.html\" target=\"_blank\" rel=\"noopener noreferrer\">here,<\/a>\u00a0<a href=\"https:\/\/writingcenter.unc.edu\/tips-and-tools\/passive-voice\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>, or\u00a0<a href=\"https:\/\/www.nmu.edu\/writingcenter\/passive-voice-0\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>\u00a0for more information.<\/p>\n<h3>Updated Example:<\/h3>\n<p style=\"padding-left: 30px;\">For more information, see the <a href=\"https:\/\/writing.wisc.edu\/Handbook\/CCS_activevoice.html\" target=\"_blank\" rel=\"noopener noreferrer\">UW-Madison Writing Center&#8217;s Active Voice overview (new window)<\/a>, <a href=\"https:\/\/writingcenter.unc.edu\/tips-and-tools\/passive-voice\/\" target=\"_blank\" rel=\"noopener noreferrer\">UNC&#8217;s passive voice handout (new window)<\/a>, or <a href=\"https:\/\/www.nmu.edu\/writingcenter\/passive-voice-0\">Northern Michigan University&#8217;s passive voice guide (new window)<\/a>.<\/p>\n<\/div>\n<h2>Alternative Text for Images<\/h2>\n<p>The Web Accessibility In Mind organization (WebAIM) provides detailed information about <a href=\"https:\/\/webaim.org\/techniques\/alttext\/\">when and how to include alternative text (alt-text) for images.<\/a><\/p>\n<h2><\/h2>\n<hr class=\"before-footnotes clear\" \/><div class=\"footnotes\"><ol><li id=\"footnote-144-1\"><a href=\"https:\/\/opentextbc.ca\/accessibilitytoolkit\/chapter\/weblinks\/\">BCcampus Accessibility Toolkit- \"Weblinks<\/a>\" <a href=\"#return-footnote-144-1\" class=\"return-footnote\" aria-label=\"Return to footnote 1\">&crarr;<\/a><\/li><li id=\"footnote-144-2\"><a href=\"http:\/\/www.w3.org\/TR\/2014\/NOTE-WCAG20-TECHS-20140916\/G200\">W3 Guidance on Weblinks.<\/a> <a href=\"#return-footnote-144-2\" class=\"return-footnote\" aria-label=\"Return to footnote 2\">&crarr;<\/a><\/li><li id=\"footnote-144-3\"><a href=\"http:\/\/accessibility.psu.edu\/linkshtml\/\">Penn State's weblink accessibility information page.<\/a> <a href=\"#return-footnote-144-3\" class=\"return-footnote\" aria-label=\"Return to footnote 3\">&crarr;<\/a><\/li><\/ol><\/div>","protected":false},"author":14,"menu_order":2,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-144","chapter","type-chapter","status-publish","hentry"],"part":139,"_links":{"self":[{"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/chapters\/144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/wp\/v2\/users\/14"}],"version-history":[{"count":1,"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/chapters\/144\/revisions"}],"predecessor-version":[{"id":145,"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/chapters\/144\/revisions\/145"}],"part":[{"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/parts\/139"}],"metadata":[{"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/chapters\/144\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/wp\/v2\/media?parent=144"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/pressbooks\/v2\/chapter-type?post=144"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/wp\/v2\/contributor?post=144"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/integrations.pressbooks.network\/oersourcebook\/wp-json\/wp\/v2\/license?post=144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}