The last version of Internet Explorer, version 11, was released on October 17, 2013. This is a very long time ago when taking into account the rapid development of web technologies. These days it is often difficult and time consuming to get modern technologies to work well in this old browser. More and more frameworks are dropping support, and even Microsoft themselves has announced that they will fully drop support for IE in their own services in 2021.
Consequently, we have decided to not include support for IE in the Design Library website.
Luckily, there are modern options in active development. Please use Firefox, Edge or Chrome instead.
What does accessibility mean and how can it affect all of us? This section talks about the basics and gives you a simple checklist.
As our customers become more and more dependent on our digital services it is of increasing importance to also consider people with disabilities in the design process. If we don’t take into account people with certain needs we risk excluding a large part of our customers.
About 20 per cent of our population has some form of disability, which makes it more than just a marginalized group, but rather a substantial part of our customers.
At SEB we are continually striving for having applications and services available for anyone in need of them, regardless of their individual need and capability; everybody benefits from design that is made with good accessibility in mind.
When designing digital services we shall follow well-established guidelines for accessibility, such as W3C’s Web Content Accessibility Guidelines, version 2.0 (WCAG 2.0).
WCAG 2.0 consists of four basic principles:
Rules of thumb for digital accessibility (in Swedish):
Accessibility is a complex world! Follow these ten steps to make a big difference to many of our users, both internally and externally.
Users with screen readers and braille display need descriptions for all meaningful images and everything else that is not text.
Read more: https://www.w3.org/TR/WCAG21/#text-alternatives
<img src="/imagevault/publishedmedia/2b236ftbwsxu7app41xa/_E9A0972-Edit_4.jpg" alt="Woman has access to our services through Mobile bank-id" title="Woman has access to our services through Mobile bank-id" class=" doublehighlight" />
Many users need subtitles since they can not perceive or understand sounds, for example due to hearing impairment, distractions or technical issues.
Read more: https://www.w3.org/TR/WCAG21/#time-based-media
Those who take part in the content, such as screen readers or a small screen, can sometimes get it presented in a reverse order.
Read more: https://www.w3.org/TR/WCAG21/#meaningful-sequence
Instructions provided for understanding and operating content, do not rely solely on sensory characteristics of components such as shape, color, size, visual location, orientation, or sound.
Read more: https://www.w3.org/TR/WCAG21/#sensory-characteristics
If any audio on a Web page plays automatically for more than 3 seconds, either a mechanism is available to pause or stop the audio, or a mechanism is available to control audio volume independently from the overall system volume level.
Read more: https://www.w3.org/TR/WCAG21/#audio-control
For those who have impaired vision or, for example, sitting with the screen in direct sunlight, need a good contrast between foreground and background in order to distinguish text. Keep in mind that the text's position against the background may vary.
How?
Read more: https://www.w3.org/TR/WCAG21/#contrast-minimum
All functionality of the content should be operable through a keyboard interface, and the user should not have to use a mouse or a touchscreen.
How?
https://www.w3.org/TR/WCAG21/#keyboard-accessible
If a web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability.
How?
https://www.w3.org/TR/WCAG21/#focus-order
https://www.w3.org/TR/WCAG21/#focus-visible
Give the user the opportunity to undo, correct or confirm critical operations.
How?
https://www.w3.org/TR/WCAG21/#error-prevention-legal-financial-data
Users have a variety of different equipment (different versions of software, different physical aids, etc.). Correct code increases the chance that content is presented properly regardless of equipment.
Html and other code can be tested automatically.