Accessibility Evaluation Report

Size: px
Start display at page:

Download "Accessibility Evaluation Report"

Transcription

1 BEYOND EXPECTATION Accessibility Evaluation Report SAMPLE CLIENT This report describes the conformance of the Sample Client Web site with W3C s Web Content Accessibility Guidelines (WCAG) 2.0. The review process is described in Section 5 below and is based on the W3C s Conformance Evaluation method as described in Evaluating Web Sites for Accessibility. Based on this evaluation, the Sample Client Web site does not meet WCAG 2.0, Conformance Level Double A. Detailed review results are available in Section 6 below. Resources for follow-up study are listed in Section 7 below. Feedback on this evaluation is welcome.

2 Evaluation Background Conformance evaluation of Web accessibility requires a combination of semi-automated evaluation tools and manual evaluation by an experienced reviewer. The evaluation results in this report are based on evaluation conducted on the following date(s): July 11 July 14, The Web site may have changed since that time. Additional information on the evaluation process is available in Evaluating Web Sites for Accessibility. WEB SITE REVIEWED: Sample Client URL: conncoll.edu REVIEWED BY: Gregg Nakamura Web Developer REVIEW PROCESS: WCAG 2.0 Level for which conformance was tested, e.g. WCAG 2.0 Level A, Level AA Automated Testing Conducted With: n Tenon.io n WAVE n axe n pa11y n tota11y Manual testing process: n Keyboard testing with Tab key n Check for hidden focus (mobile navigation) n Navigate using screen reader: NVDA (Windows) and VoiceOver (Mac) n Check for alt text on images n Zoom in (up to 200%), zoom out n Confirm custom controls interact with screen reader using tab and/or arrow keys n Headings - correct usage of h1 - h6 tags n Landmarks - correct usage of landmarks (i.e. - labels on all ARIA landmarks)

3 Recommended Results & Actions Based on the audit of Sample Client s conncoll.edu website, the following results and actions are recommended in order to become compliant with the WCAG 2.0, Conformance Level Double A. See section one and section two for the results. SECTION 1: MANUAL TESTING PROCESS GLOBAL No Skip links present on site n Recommended that this be added to allow users to bypass to headers or landmarks or any other notable section on the page n Focus n Order does not follow visual layout / flow ( n Some focus indicators are missing n Search n Odd character announced - appears to be the inserted search icon in before css rule n n Consider adding a text alternative to make more clear Hidden main navigation elements are focusable n Seems to work correctly via keyboard in Safari, but not in Chrome n Links that are visually hidden, should also be removed from tab focus, and added back into tab focus when navigation is expanded n Main navigation n When active, utility navigation is accessible, but hidden when focused n n Should not be focusable while navigation is active

4 Document Structure n Homepage: Missing <h1> tag n More than one h1 tag on subpages n n Landmarks n Labels should be added to Landmarks n n All external links n Recommendation: Let user know they are opening link in new tab / window n SUBPAGES Tab order issues with two column right layouts n Should go through main content, then aside n Document Structure n More than one h1 tag on most pages Horizontal items (scrollers) n left/right buttons are not accessible via keyboard n Only accessible items (focusable) should be one in view, not all n Hide non-, un-active elements from assistive technologies n Tabbing through items seems to affect the page, making it impossible to scroll back to the main content of the page Dropdown selects n Hidden item elements when tabbing through links on page n n Items not accessible via directional pad

5 HOMEPAGE Search Areas of Study n Departments: departments have an opacity of 1, while the in have an opacity of.4 n Unable to activate next grouping of results via keyboard n In departments should not be accessible unless activated Information & Resources for n Focus should move to content of active tab; currently does not Roll-over (Hero) n Tabbing into an item seems to break the designs View event by Category dropdown n Add ARIA to describe name, role, and state of dropdown since this is not constructed with semantic HTML elements Horizontal items: See Subpages section above for more details n Search Areas of Study n Departments: departments are have an opacity of 1, while the in have an opacity of.4 n In departments should be noted as such for screen readers users Tabbed content headers announced as link. Should be announced at Tab n Document Structure n Missing <h1> TECHNOLOGY SERVICES Roll-over (Hero) n Tabbing into an item seems to break the designs

6 STUDENT ACCESSIBLITY SERVICES n Horizontal items: See Subpages section above for more details COLLEGE CALENDAR n Horizontal items: See Subpages section above for more details n Featured Events left/right buttons are not accessible nor functionable via keyboard ALUMNIN n Horizontal items: See Subpages section above for more details MAGAZINE HOME n Inconsistent focus indication COMMENCEMENT n Horizontal items: See Subpages section above for more details n Order does not follow visual layout / flow n NEWS n Horizontal items: See Subpages section above for more details n View event by Year dropdown n Add ARIA to describe name, role, and state of dropdown since this is not constructed with semantic HTML elements n Button has indiscernible text n View News by Year button is announced as: n Not clear what 2017 is in reference to

7 TODAY AT CONN n Announcements n Background colors are random; some text fails color n <aside class= callout_body truncate message > n Horizontal items: See Subpages section above for more details n Event Calendar Tabs (below horizontal slider) n Focus should move to content of active tab; currently does not n Off-Campus Events n n Tab order issues n Event items not expandable via keyboard n RSS Subscribe not accessible n Faculty, Staff and Student Achievements Tabs n Focus should move to content of active tab; current does not n Modal items have color issues. MEET OUR PRESIDENT n Document Structure issues ( n Horizontal items: See Subpages section above for more details REUNION SCHEDULE n Document Structure issues ( n Horizontal items: See Subpages section above for more details

8 SECTION: GLOBAL Zooming and scaling must not be disabled head > meta[name= viewport ] <meta name= viewport content= width=device-width, initial-scale=1, maximumscale=1, user-scalable=no > <meta> tag disables zooming on mobile devices com/rules/axe/2.3/metaviewport?application=axechrome WCAG 2.0 (AA) Resize text Update to: <meta name= viewport content= width=device-width, initialscale=1.0, shrink-to-fit=no > Certain ARIA roles must contain particular children #selecter_resources (mobile navigation) <select> Required ARIA children role not present: menuitem menuitemradio menuitemcheckbox com/ rules/axe/2.2/aria-requiredchildren?application=axefirefox WCAG 2.0 (A) Info Fix at least one (1) of these issues: Form elements must have labels #selecter_resources (mobile navigation) <select name= selecter_ resources id= selecter_ resources class= js-select selecter_resources selecterelement data-selecter-op tions= {"customcla ss":"resource_ handle"} tabindex= -1 > - Form element does not have an implicit (wrapped) <label> - Form element does not have an explicit <label> - Element has no title attribute or the title attribute is empty com/rules/ axe/2.3/label?application=axechrome WCAG 2.0 (A) Info WCAG 2.0 (A) Labels or Instructions Form does not contain a submit button Mobile navigation, Specialized Resources dropdown <form action= # method= GET class= specres label= Specialized Resources > <div class= selecter re...</form> Creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute submit or image, or BUTTON elements with type submit or omitted/invalid WCAG 2.0 (A) On input Main site logo text (<span> element) <span class= logo_text visually_hidden >Sample Client</span> (select with #header > div > div > a > span ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to #fefeff com/rules/axe/2.3/color?application=axechrome Text input does not have an accessible name Mobile search <input type= text class= text mobile_ search_query mobile-2 name= q placeholder= autocomplete= off label= Search query > (select with html > body > div:nthchild(7) > div > form > div > input:nth-child(1) ) Valid names are: label element, title attribute. WCAG 2.0 (A) Name, Role, Value Form field should be labelled in some way Mobile search <input type= text class= text mobile_ search_query mobile-2 name= q placeholder= autocomplete= off label= Search query > (select with html > body > div:nthchild(7) > div > form > div > input:nth-child(1) ) Use the label element (either with a for attribute or wrapped around the form field), or title, aria-label or aria-labelledby attributes as appropriate. WCAG 2.0 (A) Info

9 Anchor element found with no link content and no name and/or ID attribute Footer Example: <a id= d. en ></a> <a class= href= > </a> (select with #page > section > div > article > div > footer > a:nth-child(2) ) WCAG 2.0 (A) Name, Role, Value SiteManager?ctfn=template&fnno=110&tid= 221&tfMT=text%2Fnew-responsive-contact SECTION: SUBPAGES Breadcrumbs <a href= / admission/ >Admission & Financial Aid</a> Element has insufficient color of 1.81 (foreground color: #c0c0c0, background color: #ffffff, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Contact Card <a class= department_link button button_small contact_card_link single-link color_blue_5 href= /financialaid/ >View Office Page</a> Element has insufficient color of 3.99 (foreground color: #66829f, background color: #ffffff, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Contact Card light blue text (IT Service Desk, Mailing Address, Today s Hours, etc) Element has insufficient color of 3.99 (foreground color: #66829f, background color: #ffffff, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Social media links Twitter, Instagram, Facebook links Element has insufficient color of 3.74 (foreground color: #848484, background color: #ffffff, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Hero title, Student Accessibility Services <h1 class= heading_2 color_ white text_shadow no_margin header_image_title >Student Accessibility Services</h1> (select with #master_banner > div:nth-child(1) > div > h1 ) Expected a ratio of at least 3:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # com/rules/axe/2.3/color?application=axechrome SECTION: HOME PAGE Hero fig caption ( Middle Passage ) <figcaption class= label label_image label_image_top color_white text_shadow supporting_story_ caption >Middle Passage</ figcaption> Element has insufficient color of 4.37 #108875, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome

10 Hero fig caption ( After Commencement ) <figcaption class= label label_image label_ image_top color_white text_shadow supporting_ story_caption >After Commencement</figcaption> Element has insufficient color of 4.04 #ab7318, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Hero ( 99th Commencement ) <h2 class= featured_story_ heading heading_1 color_white text_shadow bar_decoration_ bottom bar_decoration_ padded none >99th Commencement</h2> (select with #page > header > section > div > article > div:nth-child(1) > h2 ) Expected a ratio of at least 3:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # Links must have discernable text #page > header > section >.home_feature_content > article >.wallpaper_content. featured_story_content > p > a[href$= commencement/ ] <a class= featured_story_link heading_4 color_white text_shadow href= / commencement/ ></a> - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/linkname?application=axechrome WCAG 2.0 (A) Nontext Content WCAG 2.0 (A) Name, Role, Value Search areas of study item, Featured Integrative Pathway <div class= label label_image label_image_top color_white text_shadow >Featured Integrative Pathway</div> (select with #page > main > section:nth-child(4) > div > div:nth-child(2) > div:nthchild(2) > article > div > header > div ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # com/rules/axe/2.3/linkname?application=axechrome Search areas of study item, Public Health <h3 class= callout_heading_1 color_white >Public Health</ h3> (select with #page > main > section:nth-child(4) > div > div:nth-child(2) > div:nth-child(2) > article > div > div > h3 ) Expected a ratio of at least 3:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # com/rules/axe/2.3/linkname?application=axechrome Search areas of study item, From vaccines to climate change... <p class= callout_ body_large text_shadow color_white >From vaccines to climate change...</p> (select with #page > main > section:nth-child(4) > div > div:nth-child(2) > div:nthchild(2) > article > div > div > p ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # com/rules/axe/2.3/linkname?application=axechrome

11 SECTION: STUDENT ACCESSIBILITY SERVICES Links must have discernable on twitter All reply,favorite, and retweet - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/linkname?application=axechrome WCAG 2.0 (A) Nontext Content WCAG 2.0 (A) Name, Role, Value AND Fix the following: - Element is in tab order and does not have accessible text Twitter feed Tweet time (x days ago) Element has insufficient color of 3.99 #66829f, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Links must have discernable text Twitter feed Tweeted Element has insufficient color of 3.99 #66829f, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Twitter feed All links in feed Element has insufficient color of 3.99 #66829f, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Anchor element found with no link content and no name and/or ID attribute. Contact Card content com/t/iqem4l3kwq <a class= department_link button button_small contact_card_link single-link color_blue_5 href= ></a> (select with #page > header > section:nth-child(7) > div > div > header > div > a:nthchild(1) ) WCAG 2.0 (A) Name, Role, Value Missing Title / Text value? Fig caption, aside, Service Request <figcaption class= label label_image label_image_top color_white text_shadow bar_decoration_top bar_decoration_full bar_decoration_transparent_ white > Service Reques...</ figcaption> (select with #page > header > div:nthchild(5) > div:nth-child(1) > div > article > a > figure > figcaption ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # com/rules/axe/2.3/color?application=axechrome

12 Fig caption, aside, Report a Physical Access Issue <h3 class= callout_heading_4 color_blue_6 style= color:#!important >Report a Physical Access Issue</h3> (select with #page > header > div:nth-child(5) > div:nthchild(1) > div > article > a > div > div > h3 ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1.43:1. Recommendation: change text colour to #63798a. com/rules/axe/2.3/color?application=axechrome SECTION: LIBRARIES, COLLECTIONS AND SERVICES Main content Facebook, , and phone link text Element has insufficient color of 3.99 (foreground color: #66829f, background color: #ffffff, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Headings must not be empty Main Content (right above Other Services ) <h3> </h3> - Remove element if not needed - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/emptyheading?application=axechrome WCAG 2.0 (A) Info Unable to remove element. Able to find both page and layout used, but specific element marked for removal Img element missing an alt attribute Thumbnails <img class= thumbnail_ image src= /media/newmedia/library-site/shainlibtinybio.jpg > (select with #page > header > div:nthchild(4) > main > section > article > a:nth-child(1) > figure > img ) Use the alt attribute to specify a short text alternative com/rules/axe/2.3/imagealt?application=axechrome WCAG 2.0 (A) Nontext Content On further review, issue has been fixed by client or is a false positive SECTION: TECHNOLOGY SERVICES Headings must not be empty Main Content ( Technology Blogs ), decorative bar <h4 class= label label_block bar_decoration_top ></h4> - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/emptyheading?application=axechrome WCAG 2.0 (A) Info

13 Images must have alternate text Main Content ( Technology Services ) <img class= media_image image_contain src= / media/academic-centers/ ammerman/15-007_ ConnColl_ x694. jpg > - Element does not have an alt attribute - Element has no title attribute or the title attribute is empty overridden with role= none com/rules/axe/2.3/imagealt?application=axechrome WCAG 2.0 (A) Nontext Content On further review, issue has been fixed by client or is a false positive Fig captions on images <figcaption class= label label_image label_image_top color_white text_shadow supporting_story_ caption >For Students</ figcaption> (select with #features > article:nth-child(1) > a > figure > figcaption ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 4.37:1. Recommendation: change background to #0d8572. com/rules/axe/2.3/color?application=axechrome Explore Resources, appears on hover, on images <h4 class= label bar_decoration_top bar_ decoration_transparent color_ white >Explore Resources</ h4> (select with #features > article:nth-child(1) > a > div > h4 ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 4.37:1. Recommendation: change background to #0d8572. com/rules/axe/2.3/color?application=axechrome Technology Services, title (hover state) <h2 class= feature_set_ title >Technology Services</ h2> Element has insufficient color of 1.6 (foreground color: #c7c6c5, background color: #f8f7f6, font size: 48.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome SECTION: FIRST YEAR REQUIREMENTS AND DEADLINES Main content Application Type, Common Application, Notification Date Element has insufficient color of 3.99 (foreground color: #66829f, background color: #ffffff, font size: 12.0pt, font weight: bold) com/rules/axe/2.3/color?application=axechrome SECTION: ORIENTATION Aside Share this text Element has insufficient color of 1.42 (foreground color: #d8d8d8, background color: #ffffff, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome

14 Main Content (Questions?) Light blue heading text Element has insufficient color of 3.99 (foreground color: #66829f, background color: #ffffff, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Headings must not be empty Main Content ( Over the Hump ) items <h3 class= callout_heading_1 color_white ></h3> - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/emptyheading?application=axechrome WCAG 2.0 (A) Info Main Content ( Over the Hump ) titles <span class= date_ number >Welcome Camels</ span> (select with #page > section:nth-child(7) > div:nthchild(2) > div > div > div > article:nth-child(1) > a > div > header > div > span ) Expected a ratio of at least 3:1, but text in this element has a ratio of 1.12:1. Recommendation: change background to # com/rules/axe/2.3/color?application=axechrome SECTION: ADMISSION Meet our Team links Twitter, Facebook, lnks Expected a ratio of at least 4.5:1, but text in this element has a ratio of 3.76:1. Recommendation: change text colour to # com/rules/axe/2.3/color?application=axechrome Alumni Blue container above Related News & Media Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1.43:1. Recommendation: change background to #63798a. com/rules/axe/2.3/color?application=axechrome Sample Client alumni are... Blue container above Related News & Media Expected a ratio of at least 4.5:1, but text in this element has a ratio of 4.39:1. Recommendation: change text colour to #5f5e5e. com/rules/axe/2.3/color?application=axechrome SECTION: MAJORS AND MINORS Form elements must have labels Main content ( Search Areas of Study ) seach input <input class= study_search_ input text type= text name= q placeholder= e.g. Biology autocomplete= off > - Form element does not have an implicit (wrapped) <label> - Form element does not have an explicit <label> - Element has no title attribute or the title attribute is empty com/rules/ axe/2.3/label?application=axechrome WCAG 2.0 (A) Info WCAG 2.0 (A) Labels or Instructions

15 SECTION: LIBRARIES Main Content ( Offline ) button <button class= libchat_ offline >Offline</button> Element has insufficient color of 4.28 #3278e0, font size: 15.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Headings must not be empty Main Content, above Need Research Assistance? title <h3><span style= font-size: 1em; > </span></h3> - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/emptyheading?application=axechrome WCAG 2.0 (A) Info Form elements must have labels OneSearch input textbox <input class= desktop-7 type= text id= primoquerytemp value= size= 35 label= OneSearch Query > - Form element does not have an implicit (wrapped) <label> - Form element does not have an explicit <label> - Element has no title attribute or the title attribute is empty com/rules/ axe/2.3/label?application=axechrome WCAG 2.0 (A) Info WCAG 2.0 (A) Labels or Instructions Aside ( FAQ ) button <p style= font-size:initial; class= button button_small button_solid text_shadow button_transparent_white button_small_padded no_margin_top > FAQ...</p> (select with #page > header > div:nth-child(4) > div:nthchild(1) > div > article > a > div > div > p ) Element has insufficient color of 4.28 #3278e0, font size: 15.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome This form does not contain a submit button OneSearch input textbox <form style= marginleft:8%; id= simple name= searchform method= get target= _self action= com/primo-explore/search enctype= application/xwww-form-urlencoded; charset=utf-8 onsubmit= searchprimo() >... (select with #simple ) Creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute submit or image, or BUTTON elements with type submit or omitted/invalid. WCAG 2.0 (A) On input Heading tag found with no content Element appears above Need Research Assistance?, view source or use dev tools to view <h3><span style= font-size: 1em; >&...</h3> (select with #page > header > div:nthchild(4) > main > h3:nthchild(9) ) Text that is not intended as a heading should not be marked up with heading tags. WCAG 2.0 (A) Info

16 Heading tag found with no content Element appears below Discussions on the art and craft of research?, in the Library Spotlight section; view source or use dev tools to view <h4 class= label label_block bar_decoration_top ></ h4> (select with #page > header > section:nth-child(6) > div:nth-child(2) > div > article:nth-child(1) > a > div > footer > h4 ) Text that is not intended as a heading should not be marked up with heading tags. WCAG 2.0 (A) Info SECTION: MAP Links must have discernable text Main Content, PDF link <a href= edu/media/website-media/ about/campusmap2017. pdf ></a> - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/linkname?application=axechrome WCAG 2.0 (A) Nontext Content WCAG 2.0 (A) Name, Role, Value Added `aria-label`, updated. Current status is pending, awaiting client approval AND Fix the following: - Element is in tab order and does not have accessible text SECTION: COLLEGE CALENDAR Headings must not be empty Aside, CC Magazine content <h3 class= callout_heading_4 color_blue_6 style= color:#!important ></h3> - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/emptyheading?application=axechrome WCAG 2.0 (A) Info Container: <div class= easypaginatenav style= width: 775px; > This link points to a named anchor page:1 within the document, but no anchor exists with that name. Pageination items Example item: <a href= #page:1 title= Page 1 rel= 1 class= page current >1</a> (select with #page > div:nth-child(5) > div:nth-child(1) > main > div:nth-child(4) > a:nthchild(2) ) WCAG 2.0 (A) Bypass Blocks

17 CC Magazine button, aside <p style= font-size:initial; class= button button_small button_solid text_shadow button_transparent_white button_small_padded no_margin_top > CC...</p> (select with #page > div:nthchild(5) > div:nth-child(3) > div > article > a > div > div > p ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1:1. Recommendation: change text colour to # com/rules/axe/2.3/color?application=axechrome SECTION: ALUMNI Links must have discernable on twitter All reply,favorite, andretweet - Element does not have text that is to screen readers overridden with role= none com/rules/axe/2.3/linkname?application=axechrome WCAG 2.0 (A) Nontext Content WCAG 2.0 (A) Name, Role, Value AND Fix the following: - Element is in tab order and does not have accessible text Twitter feed Tweet time (x days ago) Element has insufficient color of 3.99 #66829f, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Twitter feed Tweeted ConnCollAlumni Element has insufficient color of 3.99 #66829f, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Twitter feed All links in feed Element has insufficient color of 3.99 #66829f, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Featured Internships, in Rapid Ratings container <h2 class= label color_ white callout_profile_ label >Featured Internships</ h2> (select with #page > div:nth-child(5) > div > div > article > div > div > header > h2 ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 1.43:1. Recommendation: change background to #63798a. com/rules/axe/2.3/color?application=axechrome

18 James Gellert 90, CEO and chai..., in Rapid Ratings container <p class= callout_body color_ gray_1 no_margin_top >James Gellert 90, CEO and chai...</ p> (select with #page > div:nth-child(5) > div > div > article > div > div > p ) Expected a ratio of at least 4.5:1, but text in this element has a ratio of 4.39:1. Recommendation: change text colour to #5f5e5e. com/rules/axe/2.3/color?application=axechrome SECTION: EXPERIENCE BLOG Pagination <span class= currentpage >1</span> Element has insufficient color of 3.99 #66829f, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome id attribute value must be unique addthis iframe added / loaded twice <iframe id= _atssh16 title= AddThis utility frame style= height: 1px; width: 1px;position: absolute; top: 0px; z-index: ; border: 0px; left: 0px; ></iframe> Document has multiple elements with the same id attribute: _atssh16 com/ rules/axe/2.3/duplicateid?application=axechrome WCAG 2.0 (A) Parsing SECTION: JIM DOWNS FACULTY PROFILE Main Content, blue text ( , phone number) Detail content Element has insufficient color of 3.99 (foreground color: #66829f, background color: #ffffff, font size: 10.5pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Images must have alternate text Main Content, detail image) <img class= thumbnail_ image src= /media/websitemedia/faculty/downs-jim.jpg > - Element does not have an alt attribute - Element has no title attribute or the title attribute is empty overridden with role= none com/rules/axe/2.3/imagealt?application=axechrome WCAG 2.0 (A) Nontext Content Appears that this type s Transformation needs to be updated to include an alt attribute

19 SECTION: CLASS OF 2017 TOLD ACT III IS EVERYTHING Button must have discernible text Play button on Youtube video <button class= ytp-large-playbutton ytp-button > - Element has a value attribute and the value attribute is empty - Element has no value attribute or the value attribute is empty - Element does not have inner text that is to screen readers overridden with role= none com/rules/axe/2.3/buttonname?application=axechrome WCAG 2.0 (A) Name, Role, Value Suggest adding title to <iframe> AND Fix the following: - Element is in tab order and does not have accessible text Main Content, For full Commencement coverage... in grey content box <h2 class= label color_white callout_profile_label >The New York Times</h2> Element has insufficient color of 1.42 #d8d8d8, font size: 12.0pt, font weight: normal) com/rules/axe/2.3/color?application=axechrome Documents must have <title> element to aid in navigation Page missing <title> Page source Document does not have a non-empty <title> element com/ rules/axe/2.3/documenttitle?application=axechrome WCAG 2.0 (A) Page Titled Frames must have title attribute Vimeo video <iframe src= // player.vimeo.com/ - Element has no title attribute or the title attribute is empty overridden with role= none com/rules/axe/2.3/frametitle?application=axechrome WCAG 2.0 (A) Name, Role, Value

Sample Accessibility Evaluation Report

Sample Accessibility Evaluation Report Sample Accessibility Evaluation Report XYX CORPORATION NOVEMBER 2017 Wakefly, Inc. 293 Boston Post Road West Suite 140, MARLBOROUGH, MA 01752 www.wakefly.com Executive Summary 2 This report describes the

More information

Accessibility Crash Course for Web Developers. Dan Lewis Clemson University

Accessibility Crash Course for Web Developers. Dan Lewis Clemson University Accessibility Crash Course for Web Developers Dan Lewis Clemson University What is Web Accessibility? "Web accessibility means that people with disabilities can use the Web." W3C Web Accessibility Initiative

More information

High-level accessibility review BTAA

High-level accessibility review BTAA High-level accessibility review BTAA (Engineering Village - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email: denis.boudreau@deque.com

More information

Website Development with HTML5, CSS and Bootstrap

Website Development with HTML5, CSS and Bootstrap Contact Us 978.250.4983 Website Development with HTML5, CSS and Bootstrap Duration: 28 hours Prerequisites: Basic personal computer skills and basic Internet knowledge. Course Description: This hands on

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that

More information

WCAG 2.0 A and AA Requirements

WCAG 2.0 A and AA Requirements WCAG 2.0 A and AA Requirements Name of Product Engineering Village URL https://www.engineeringvillage.com/search/quick.url Date Last Updated 28 November, 2018 Completed by Document Description Contact

More information

Using CSS for page layout

Using CSS for page layout Using CSS for page layout Advantages: Greater typographic control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control Increased accessibility

More information

Sales Cloud Lightning

Sales Cloud Lightning Sales Cloud Lightning Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) December 2017 This Voluntary Product Accessibility Template, or VPAT, is a

More information

Ex Libris Accessibility Conformance Report

Ex Libris Accessibility Conformance Report Name of Product/Version: Ex Libris Primo / February 2018 release Ex Libris Accessibility Conformance Report Level A and AA VPAT Version 2.0 Product Description: Ex Libris Primo provides a fast, comprehensive,

More information

t4 Manual Teachers College, Columbia University

t4 Manual Teachers College, Columbia University Teachers College, Columbia University TABLE of CONTENTS I. INTERFACE OVERVIEW II. SECTION A. Add Section B. Modify Section C. Delete Section III. DEPARTMENT SECTION OVERVIEW A. Primary Slideshow or Carousel

More information

Chapter 7 BMIS335 Web Design & Development

Chapter 7 BMIS335 Web Design & Development Chapter 7 BMIS335 Web Design & Development Site Organization Use relative links to navigate between folders within your own site o Sometimes dividing your site into folders makes maintenance and updating

More information

Fulcrum Accessibility Conformance Report

Fulcrum Accessibility Conformance Report Fulcrum Accessibility Report VPAT Version 2.1 August 2018 Name of Product/Version: Fulcrum v2.17.1 Date: August 2018 Contact information: fulcrum-info@umich.edu Evaluation Methods Used: NVDA with Mozilla

More information

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and Date: August 24, 2018 Name of Product: Zoom Product Web Page Contact for more Information: access@zoom.us Zoom's video communications product suite runs on mobile, desktop, and conference room systems.

More information

Salesforce Lightning Service Console

Salesforce Lightning Service Console Salesforce Lightning Service Console Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) November 2017 This Voluntary Product Accessibility Template,

More information

PUBLISHER SPECIFIC CSS RULES

PUBLISHER SPECIFIC CSS RULES PUBLISHER SPECIFIC CSS RULES Solita Oy Helsinki Tampere Oulu 26.1.2016 2 (24) Document History Version Date Author Description 0.1 August 17, 2015 J. Similä First draft 0.2 January 26, 2015 A. Autio Fixed

More information

General Training Curriculum

General Training Curriculum General Training Curriculum Table of Contents 1.0 Getting Started 1.1 What is MODX? 1.2 Browser Support 1.3 How Do I Log In? 2.0 MODX Dashboard 2.1 What is a Dashboard? 2.2 Global Top Menu Bar 2.2.0 MODX

More information

CMS Training Reference Guide

CMS Training Reference Guide CMS Training Reference Guide Your training session may have been conducted on one of your sites Dev or Staging or Live To login, type your web address domain into a web browser and add (/admin) o Example:

More information

Content Elements. Contents. Row

Content Elements. Contents. Row Content Elements Created by Raitis S, last modified on Feb 09, 2016 This is a list of 40+ available content elements that can be placed on the working canvas or inside of the columns. Think of them as

More information

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

Bootstrap All-in-One

Bootstrap All-in-One Solving big problems is easier than solving little problems. Sergey Brin Bootstrap All-in-One A Quick Introduction to Managing Content in Cascade Alex King, Jay Whaley 4/28/17 Bootstrap Docs Facilities

More information

MUSE Web Style Guide DRAFT v3

MUSE Web Style Guide DRAFT v3 MUSE Web Style Guide 2016 DRAFT v3 STYLE GUIDE CONTENTS STYLE GUIDE PURPOSE COLOR PALETTE TYPOGRAPHY MOOD BOARD IMAGERY FOR CONCEPTUALIZING HEADER, FOOTER, NAVIGATION HOMEPAGE and DROP DOWN NAVIGATION

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 7 More on Links, Layout, and Mobile Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

While you re waiting, you can set up your computer by installing these programs

While you re waiting, you can set up your computer by installing these programs Windows Chrome While you re waiting, you can set up your computer by installing these programs WAVE extension NVDA (screen reader) nvda-project.org/ webaim.org/articles/nvda/ NVDA works best with Firefox

More information

Salesforce Lightning Experience

Salesforce Lightning Experience Salesforce Lightning Experience Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) July 2016 This Voluntary Product Accessibility Template, or VPAT,

More information

AODA Accessibility Audit for Hypothesis (embedded within Canvas)

AODA Accessibility Audit for Hypothesis (embedded within Canvas) AODA Accessibility Audit for Hypothesis (embedded within Canvas) Prepared by WebSavvy Inclusive Design Research Centre, OCAD University 2 nd Floor, 205 Richmond St. West, Toronto, ON, M5V 1V3 Tel: (416)

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Web Style Guide. Version 2.0

Web Style Guide. Version 2.0 Web Style Guide Version 2.0 Document Overview Reflecting Ryerson s new visual identity, Ryerson's Web Style Guide is a tool to create visual consistency and simplicity across all Ryerson websites. This

More information

WEB DESIGNING COURSE SYLLABUS

WEB DESIGNING COURSE SYLLABUS F.A. Computer Point #111 First Floor, Mujaddadi Estate/Prince Hotel Building, Opp: Okaz Complex, Mehdipatnam, Hyderabad, INDIA. Ph: +91 801 920 3411, +91 92900 93944 040 6662 6601 Website: www.facomputerpoint.com,

More information

Meijer.com Style Guide

Meijer.com Style Guide TABLE OF CONTENTS Meijer.com Style Guide John Green Information Architect November 14, 2011 1. LAYOUT... 2 1.1 PAGE LAYOUT... 2 1.1.1 Header... 2 1.1.2 Body / Content Area... 3 1.1.2.1 Top-Level Category

More information

Quick and Practical Web Accessibility Testing for First Impressions

Quick and Practical Web Accessibility Testing for First Impressions Quick and Practical Web Accessibility Testing for First Impressions Todd Schwanke McBurney Disability Resource Center UW-Madison IT Professionals Conference 2018 May 31, 2018 Assumptions Web accessibility

More information

IEEE Wordpress Theme Documentation

IEEE Wordpress Theme Documentation IEEE Wordpress Theme Documentation Version 1.0.2 2014-05- 16 Table of Contents TABLE OF CONTENTS 2 INITIAL SETUP 3 FRONT PAGE 3 POSTS PAGE 4 CONTACT 5 SITE MAP 6 MENU 7 HOME PAGE 8 PAGE TEMPLATES 10 LEFT

More information

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017 ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3 Created: 2/10/2017 Table of Contents ENGINEERING DATA HUB... 1 DESKTOP VIEW... 3 HEADER... 4 Logo... 5 Main Title... 6 User Menu... 7 Global

More information

ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018

ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018 ProQuest Accessibility Conformance Report International Edition VPAT Version 2.2 July 2018 Name of Product/Version: ProQuest Platform / December 2018 release Product Description: The ProQuest platform

More information

Dover Signature Theme (1190)

Dover Signature Theme (1190) Dover Signature Theme (1190) Complete this form for the Dover Signature Theme. Upon completion email your logo and image files to your sales representative. #1 Note: this form does not auto-save. If you

More information

Blackboard Learn with the Ultra Experience WCAG 2.0 Support Statement November 2016

Blackboard Learn with the Ultra Experience WCAG 2.0 Support Statement November 2016 Blackboard Learn with the Ultra Experience WCAG 2.0 Support Statement November 2016 Blackboard November 2016 Page 1 of 24 Overview The following Support Statement provides an evaluation of accessibility

More information

Belton Independent School District Corrective Action Plan Accessibility OCR Ref. # October 18, 2017

Belton Independent School District Corrective Action Plan Accessibility OCR Ref. # October 18, 2017 www.bisd.net Corrective Action Plan Accessibility OCR Ref. #06161720 October 18, 2017 Version: 20180102 Prepared by: Elizabeth Cox, Director of Communications and Community Engagement Sandy Slade, Coordinator

More information

Satisfy Recommendation. Pass. Pass. Pass. Pass. Pass. Pass. Pass

Satisfy Recommendation. Pass. Pass. Pass. Pass. Pass. Pass. Pass ID Recommendations Satisfy Recommendation Note 1 Perceivable - Web content is made available to the senses sight, hearing, and/or touch 1.1 Text Alternatives - Provide text alternatives for any non text

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Getting your work online. behance.net cargo collective krop coroflot

Getting your work online. behance.net cargo collective krop coroflot Getting your work online behance.net cargo collective krop coroflot behance online presence behance.net has a free and pro version. The free version is fine for getting internships. Free Version Pros networked

More information

Typhon Group Website WCAG 2.0 Support Statement

Typhon Group Website WCAG 2.0 Support Statement Typhon Group Website WCAG 2.0 Support Statement Date of WCAG testing: 4/5/2016 Name of Product: Typhon Group Student Tracking Systems (web application) Contact Info: Aviva Bowman, aviva@typhongroup.com,

More information

IANR WEB MANAGER NETWORK. Meeting 10/20/2016 9:00am

IANR WEB MANAGER NETWORK. Meeting 10/20/2016 9:00am IANR WEB MANAGER NETWORK Meeting 10/20/2016 9:00am Meeting Agenda IANR Web Manager Network Update Anne Holz Content Strategy Anne Holz Update Next meeting will be in January 2017, date TBA UNLcms Updates:

More information

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

More information

High-level accessibility review BTAA (Ebsco ebooks - final version)

High-level accessibility review BTAA (Ebsco ebooks - final version) High-level accessibility review BTAA (Ebsco ebooks - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email: mailto:denis.boudreau@deque.com

More information

CSS Selectors. element selectors. .class selectors. #id selectors

CSS Selectors. element selectors. .class selectors. #id selectors CSS Selectors Patterns used to select elements to style. CSS selectors refer either to a class, an id, an HTML element, or some combination thereof, followed by a list of styling declarations. Selectors

More information

Accessibility Building Accessible Apps. Klara Schmitt

Accessibility Building Accessible Apps. Klara Schmitt Accessibility Building Accessible Apps Klara Schmitt WCAG 2.0 vs. Section 508 WCAG = Web Content Accessibility Guidelines - 2008: W3C publishes WCAG 2.0-2010: Adopted by ISO Section 508 = Federal Government

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Styles, Style Sheets, the Box Model and Liquid Layout

Styles, Style Sheets, the Box Model and Liquid Layout Styles, Style Sheets, the Box Model and Liquid Layout This session will guide you through examples of how styles and Cascading Style Sheets (CSS) may be used in your Web pages to simplify maintenance of

More information

Service Cloud Lightning

Service Cloud Lightning Service Cloud Lightning Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) February 2017 This Voluntary Product Accessibility Template, or VPAT, is

More information

Product Accessibility Conformance Report

Product Accessibility Conformance Report Product Accessibility Conformance Report Name of Product / Version Number: Contact for more information: Gillian Neff / gillian.neff @clarivate.com Clarivate Analytics remains dedicated to developing software

More information

Website Functionality

Website Functionality PAGE DESCRIPTION VENTUS Website Functionality PAGE 1 PAGE DESCRIPTION Global Elements PAGE 2 VENTUS Global Elements - Header GLOBAL HEADER The site s header houses the Ventus Logo, the main navigation

More information

High-level accessibility review BTAA (Elsevier ScienceDirect - final version)

High-level accessibility review BTAA (Elsevier ScienceDirect - final version) High-level accessibility review BTAA (Elsevier ScienceDirect - final version) Primary Point of Contact Denis Boudreau Principal Web Accessibility Consultant Deque Systems, Inc. Web: www.deque.com Email:

More information

Voluntary Product Accessibility Template (VPAT) ACUE Course in Effective Teaching Practice

Voluntary Product Accessibility Template (VPAT) ACUE Course in Effective Teaching Practice Voluntary Product Accessibility Template (VPAT) ACUE Course in Effective Teaching Practice July 19, 2016 This Voluntary Product Accessibility Template, or VPAT, is a tool that administrators and decision-makers

More information

Contributor Session: Handout

Contributor Session: Handout Contributor Session: Handout Log into training room computer Username : See PC label Password: Tr@inWus Log into OU Campus 1. Open Chrome and go to http://www.sc.edu. 2. Open a new tab in the browser and

More information

Agilix Buzz Accessibility Statement ( )

Agilix Buzz Accessibility Statement ( ) Agilix Buzz Accessibility Statement (08 30 2016) Voluntary Product Accessibility Template (VPAT) Software Applications and Operating Systems (Section 1194.21) Web based intranet and Internet information

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

West Kingsway website

West Kingsway website West Kingsway website functionality document V.1 04.07.13 functionality overview 2 The following document outlines the scope of work for the build and development of westking.ac.uk website and Content

More information

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR WORD FORMATS (ASSISTIVE TECHNOLOGIES)

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR WORD FORMATS (ASSISTIVE TECHNOLOGIES) COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR WORD FORMATS (ASSISTIVE TECHNOLOGIES) Evaluation time Estimate evaluation time per book: Novice rater: Approx. 2 hours Experienced rater: 1 ~ 1.5 hours Depending

More information

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS)

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS) NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE A Manual for the Cascade Server Content Management System (CMS) Table of Contents Chapter 1 - Getting Started... 3 Overview... 3 What is a Content Management

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES CLASS :: 14 04.28 2017 3 Hours AGENDA CREATE A WORKS PAGE [ HTML ] :: Open index.html :: Save As works.html :: Edit works.html to modify header, 3 divisions for works, then add your content :: Edit index.html

More information

USER GUIDE: EDITOR. Drag & drop system: Content Manager Style Editor Add Elements Undo/Redo Save...

USER GUIDE: EDITOR. Drag & drop system: Content Manager Style Editor Add Elements Undo/Redo Save... USER GUIDE: EDITOR Drag & drop system:... 2 1. Content Manager... 3 2. Style Editor... 5 3. Add Elements... 6 4. Undo/Redo... 13 5. Save... 13 When we access Zeendo s website editor, we can see a series

More information

Web Content Accessibility Guidelines 2.0 level AA Checklist

Web Content Accessibility Guidelines 2.0 level AA Checklist Web Content Accessibility Guidelines 2.0 level AA Checklist Date: April, 2016 Name of Product: SoftChalk Create 10 (both desktop and cloud web-launch versions) Contact for more information: email: help@softchalk.com

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Accessible Design. Raj Lal. Nokia Inc.

Accessible Design. Raj Lal. Nokia Inc. Accessible Design Raj Lal Nokia Inc. Agenda About Target Users Color & Text How Access. Web Works Website About Accessibility Nokia Internal Use Only Accessibility is about making things Easy to Use by

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Name of Product: Marketplace Simulations Date: September 20, 2017 Contact information:

More information

YuJa Enterprise Video Platform WCAG 2.0 Checklist

YuJa Enterprise Video Platform WCAG 2.0 Checklist Platform Accessibility YuJa Enterprise Video Platform WCAG 2.0 Checklist Updated: December 15, 2017 Introduction YuJa Corporation strives to create an equal and consistent media experience for all individuals.

More information

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS: WEBSITE PROJECT 2 PURPOSE: The purpose of this project is to begin incorporating color, graphics, and other visual elements in your webpages by implementing the HTML5 and CSS3 code discussed in chapters

More information

Blackboard Collaborate WCAG 2.0 Support Statement August 2016

Blackboard Collaborate WCAG 2.0 Support Statement August 2016 Blackboard Collaborate WCAG 2.0 Support Statement August 2016 Overview The following Support Statement provides an evaluation of accessibility support levels for Blackboard s Collaborate (Ultra) based

More information

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week WEB DESIGNING HTML HTML - Introduction HTML - Elements HTML - Tags HTML - Text HTML - Formatting HTML - Pre HTML - Attributes HTML - Font HTML - Text Links HTML - Comments HTML - Lists HTML - Images HTML

More information

Voluntary Product Accessibility Template (VPAT ) About This Document

Voluntary Product Accessibility Template (VPAT ) About This Document Voluntary Product Accessibility Template (VPAT ) Version 2.1 March 2018 Voluntary Product Accessibility Template (VPAT )... 1 About This Document... 1 PlatformQ Education Accessibility Conformance Report...

More information

NP Page: (# ) About 4-H

NP Page: (# ) About 4-H Web Audit Hands-on Workshop Worksheet 1. Go to Anne s Test Site https://go.unl.edu/mw8q 2. Login to the site 3. Click Find Content on the grey menu bar 4. Find the article (# ) About 4-H 5. Scroll to the

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Moodlerooms WCAG 2.0 Support Statement September 2017

Moodlerooms WCAG 2.0 Support Statement September 2017 Moodlerooms WCAG 2.0 Support Statement September 2017 Washington, D.C. Office 1600 Spring Hill Road, Suite 400 Vienna, VA 22182 Silicon Valley Office 114 Sansome Street, Suite 950 San Francisco, CA 94104

More information

JSN PageBuilder 3 Configuration Manual Introduction

JSN PageBuilder 3 Configuration Manual Introduction JSN PageBuilder 3 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation of Joomla! PageBuilder with great improvements in the interface, features, and user

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13 Chapter 1 Introduction to the Internet and World Wide Web 1 1.1 The Internet and the Web 2 The Internet 2 Birth of the Internet 2 Growth of the Internet 2 Birth of the Web 2 The First Graphical Browser

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Ally Accessibility Checklist

Ally Accessibility Checklist Ally Accessibility Checklist PDF The PDF is malformed The PDF is encrypted The PDF is scanned o WCAG 2.0-1.4.5 Images of text The PDF is untagged o WCAG 2.0-1.3.2 Meaningful Sequence The PDF does not have

More information

Accessibility Statement COGBOOKS LEARNER WEB APPLICATION. COGBOOKS LIMITED Registered Office 5th Floor, 125 Princes Street, Edinburgh, EH2 4AD

Accessibility Statement COGBOOKS LEARNER WEB APPLICATION. COGBOOKS LIMITED Registered Office 5th Floor, 125 Princes Street, Edinburgh, EH2 4AD Accessibility Statement COGBOOKS LEARNER WEB APPLICATION COGBOOKS LIMITED Registered Office 5th Floor, 125 Princes Street, Edinburgh, EH2 4AD Welcome to CogBooks! We want everyone who uses CogBooks Adaptive

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

icms 9.0 The industry leading responsive, multi-user, multi-website content management system

icms 9.0 The industry leading responsive, multi-user, multi-website content management system icms 9.0 The industry leading responsive, multi-user, multi-website content management system www.yfactor.com Strategy + Design + Technology www.yfactor.com Do you need a reliable, flexible and easy-to-use

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

California Open Online Library for Education & Accessibility

California Open Online Library for Education & Accessibility California Open Online Library for Education & Accessibility COOL4Ed (the California Open Online Library for Education) was created so that faculty can easily find, adopt, utilize, review and/or modify

More information

Image Sizes Guide. May 17, 2013

Image Sizes Guide. May 17, 2013 Image Sizes Guide prepared for Sleeker Fade Template For starter themes: Wood, Dark, Forest Green, Burgundy, Blue, Vibrant Tones, Watercolor May 17, 2013 Important Reminder about Image Usage Please note:

More information

Gale Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1

Gale Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Gale Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Name of Product: Gale Infotrac including VPAT Version 2.0 Beta 2 Academic OneFile, Educator's Reference

More information

Kentico CMS Web Parts

Kentico CMS Web Parts Kentico CMS Web Parts Abuse report Abuse report In-line abuse report Articles Article list Attachments Attachment image gallery Document attachments BizForms BizForm (on-line form) Blogs Comment view Recent

More information

Gale Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1

Gale Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Gale Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Name of Product: Gale Kids InfoBits Date: January 2018 VPAT Version 2.0 Beta 2 Contact information: Accessibility@Cengage.com

More information

SharePoint For All. Jennie Delisi Accessibility Analyst Kris Schulze User Experience

SharePoint For All. Jennie Delisi Accessibility Analyst Kris Schulze User Experience SharePoint For All Jennie Delisi Accessibility Analyst Kris Schulze User Experience Question 1 Do you work for the State of MN, county, city, other? (Text field beside other) State of MN executive branch

More information

The purpose of this document is to provide an overview of mygriffith for students.

The purpose of this document is to provide an overview of mygriffith for students. mygriffith mygriffith user guide for students The purpose of this document is to provide an overview of mygriffith for students. Last modified: 12/01/2018 Version 0.3 Find more with mygriffith Page 1 Table

More information

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) (Dashboard and Reports) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) April 2017 This Voluntary Product Accessibility Template, or VPAT, is a tool

More information

Creating and Managing Your Personal Mines Website on WordPress

Creating and Managing Your Personal Mines Website on WordPress Creating and Managing Your Personal Mines Website on WordPress Table of Contents Creating your site... 2 Managing your site... 2 About WordPress... 2 Logging in... 2 Pages... 2 Editing an Existing Page...

More information

Product Page PDF Magento Extension

Product Page PDF Magento Extension Product Page PDF Magento Extension User Manual This is the user manual of Magento Product Page PDF v2.0.2 and was last updated on 26-11-2017. To see what this extension can do, go to the Magento Product

More information

Mark Scheme (Results)

Mark Scheme (Results) Mark Scheme (Results) Pearson Edexcel Certificate in Digital Applications Unit 5: Coding for the Web Edexcel and BTEC Qualifications Edexcel and BTEC qualifications are awarded by Pearson, the UK s largest

More information

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR HTML FORMATS (NONASSISTIVE TECHNOLOGIES)

COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR HTML FORMATS (NONASSISTIVE TECHNOLOGIES) COOL4Ed ACCESSIBILITY CHECKPOINTS METHODS FOR HTML FORMATS (NONASSISTIVE TECHNOLOGIES) Accessibility Checkpoints 1. 2. 3. 4. 5. 6. 7. Accessibility Documentation Text Access Text Adjustment Reading Layout

More information