Release 11.2.0
Go Live: October 11th, 2023 (V11.2.0)
Ticket # | Summary | Description | Area of Impact |
---|---|---|---|
SD-49509 | AODA -Ensure page tabs provide state and role | Page tab controls need to provide proper textual equivalent and accessibility properties to ensure name, role, and state are communicated. When accessibility properties are not provided, users may not know which page tab is select or that the control is a page tab. Resolve: 2 Instances | Regulatory -AODA |
SD-48476 | AODA -Ensure content updates define focus updates appropriately | Web content needs to notify assistive technologies that page content has updated when a user action occurs but a page reload does not occur. When content within a page changes without reloading users may not be aware of the changes Resolve: 1 Instance | Regulatory -AODA |
SD-49508 | AODA -Provide an informative, context-sensitive page title | The title of a page must provide information specific to the currently viewed page. Assistive technologies utilize the page title to indicate the current page location to users and this content should inform the user of the content to be found (topic) or action to be performed on (purpose of) that page. Resolve: 12 Instances | Regulatory -AODA |
SD-48462 | AODA -Ensure color is not the sole means of communicating information | When colors are used as the sole method for identifying screen elements, controls, or giving instructions, persons who are blind, color blind, or have low vision may find the web page unusable. This provision requires that some other method of identification, such as on-screen text, be combined with the use of color. Color must not be the sole method of indicating a link within non-linked text. Resolve: 4 Instances | Regulatory -AODA |
SD-48471 | AODA -Ensure dialogs use proper structure | Use of appropriate dialog markup will allow users of screen reader to know the beginning and ending boundaries of the dialog, allow for an accessible name and description on the dialog, and allow the user to understand the purpose of the dialog's content. Resolve: 3 Instances | Regulatory -AODA |
SD-48473 | AODA -Avoid use of the before, after, pseudo elements for non-decorative content | When the before, after pseudo elements are used to display non-decorative content users of assistive technology will likely not have access to this text or image information. Without access to this information the content of the page may be incorrectly interpreted. Resolve: 1 Instance | Regulatory -AODA |
SD-48483 | AODA -Ensure all interactive functionality is operable with the keyboard | All interactive functionality needs to be operable with the keyboard. When interactive elements can not be navigated to or operated with the keyboard users who rely on the keyboard may not be able to perform that function. Resolve: 3 Instances | Regulatory -AODA |
SD-49518 | AODA -Ensure form field constraints and errors are associated with their corresponding field | When form fields have error messages or specific constraints, such as required state, formatting requirements, or unit requirements, these requirements should be communicated visually to the immediate left/above or right/below the field as well as programmatically associated with the field. Examples of form field constraints include:
Resolve: 1 Instance | Regulatory -AODA |
SD-49788 | AODA -Ensure layout tables indicate their use for presentation purposes | When layout tables do not explicitly indicate they are solely for presentation purposes, user agents, assistive technology, and automated accessibility testing tools may not understand their layout purpose, and may instead incorrectly treat them as data tables Resolve: 4 Instances | Regulatory -AODA |
SD-49684 | AODA -Avoid the use of implicit headings | Explicit heading markup must be used for page headings to convey document structure. Implicit headings are those that use font size, boldface, color, background color, extra spacing (not blank lines) or any of a wide variety of purely visual methods to imply meaning. When heading content is not created with proper markup the meaning conveyed by presentation will be lost when style sheets are turned off Resolve: 15 Instances | Regulatory -AODA |
SD-49520 | AODA -Provide fieldsets for groups of form controls | Forms should utilize the Resolve: 1 Instance | Regulatory -AODA |
SD-49519 | AODA -Ensure implicit list markup is avoided | Whenever lists are utilized in a page, they should incorporate the appropriate markup for lists. Lists which are created using tables, indentation, or with images as bullet points should be avoided. Resolve: 7 Instances | Regulatory -AODA |
SD-49524 | AODA -Ensure radio button groups are properly formed | Radio buttons are intended to provide an ability to choose one (and only one) item from a group of related options. For this reason, radio buttons must be grouped properly for assistive technology to identify them correctly. To do so, content providers should supply identical values for the Resolve: 1 Instance | Regulatory -AODA |
SD-49521 | AODA -Avoid inappropriate use of ARIA roles, states, and properties | When ARIA attributes (state, roles, and properties) are inappropriately used, assistive technology may not function as expected. Role and properties are covenants between assistive technology and the application and must be accurate for the intended purpose. Resolve: 2 Instances | Regulatory -AODA |
SD-49789 | AODA -Ensure content that is intended to be hidden from all users is not rendered by assistive technology | Often CSS, JavaScript, and other DHTML techniques are used to hide or collapse content that is on-screen. This content can also be content that is meant to be dynamically available or hidden based on selected options. This content can sometimes be a small piece of text, a set of links, or another webpage. Assistive technology such as screen readers may render this content to the user if the content is not marked in a certain manner as "hidden" Resolve: 2 Instances | Regulatory -AODA |
SD-49522 | AODA -Ensure data table headers cells are not blank | Data tables must identify text for header cells that label the data cells in the same column or row to identify the purpose of the column to people who can not see the implied visual relationship. Resolve: 4 Instances | Regulatory -AODA |
SD-48484 | AODA -Avoid use of placeholder values to label or explain input | A Resolve: 6 Instances | Regulatory -AODA |
SD-49785 | AODA -Ensure text can be resized | Absolute sizing dimensions should not be utilized to specify font size. When absolute font sizes are used, users may not be able to increase or decrease the size of the font or the font may become unreadable or overlap other content. Resolve: 13 Instances | Regulatory -AODA |
SD-49787 | AODA -Ensure pages reflow without requiring two-dimensional scrolling without loss of content or functionality | Text and other content on a page should reflow without requiring scrolling in two dimensions when the horizontal width is 320 CSS pixels/vertical height is 256 CSS pixels. The reflow must not cause loss of content or functionality, although content and functionality may be presented in different ways, such as via a pop-up menu rather than a navigation bar. Users with low vision use the browser zoom function to increase the size of content. When zoom causes the page to require scrolling in multiple directions, a much greater effort is required to read the content. Resolve: 13 Instances | Regulatory -AODA |
SD-49687 | AODA -Ensure heading level matches the heading's visual importance/level | The heading level of an element needs to match the level communicated visually by the heading on the page. Headings are used to communicate structure, relationship of sections, and describe the purpose of content. For example, in HTML, Resolve: 3 Instances | Regulatory -AODA |
SD-49685 | AODA -Ensure ARIA regions, landmarks and HTML sections are identifiable | When ARIA regions, landmarks or HTML5 section elements are provided, users must be able to distinguish them from other regions, landmarks or sections in the page, particularly when two or more instances of the same type are used. When such an element does not provide a descriptive label to clearly identify itself, users of screen readers may have trouble locating the correct section or understanding its purpose. Resolve: 12 Instances | Regulatory -AODA |
SD-49617 | AODA -Ensure that status messages can be determined programmatically without receiving focus | When new status content is added to the screen without changing the user's context, users should be made aware of the important changes in content that are not given focus in a way that doesn't unnecessarily interrupt their work. Resolve: 11 instances | Regulatory -AODA |
SD-49617 | AODA -Provide text equivalents for icon fonts | Icon fonts are symbols that are implemented by applying a font declaration on a particular character code. These fonts may be text of an HTML element or applied via the before or after pseudo CSS classes. When used inline the font character will likely be announced to users of screen readers as the wrong character. Similarly, even if a standard symbol is indicated -- screen readers will likely not know how to pronounce the symbol. Resolve: 20 instances | Regulatory -AODA |
SD-49822 | Law 14 -Improve Change Language Pop Up | Make all content in the pop-up bilingual so that title of the pop-up and action buttons are available in both languages | Regulatory -Law 14 |
SD-50167 | Law 14 -Resolve French Typos | Resolve FR typos identified in pop-up and comments | Regulatory -Law 14 |
SD-49778 | Carrier Name Change | A Carrier has requested a name change in production | Support |
SD-50062 | Data Fix | Unblock Advisor from completing attestation | Support |