-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28de693
commit d0ed6cf
Showing
28 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
en/articles/aria-attribute-role-with-multiple-values/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
en/articles/how-to-protect-users-with-epilepsy-and-vd/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Blog on Digital Accessibility</title><description>Practical advice on digital accessibility for frontend developers, QA testers and designers. Here you'll learn about methods of creating accessible and user-friendly interfaces, standards, assistive technologies and laws.</description><language></language><link>https://a11y-blog.dev/</link><lastBuildDate>Mon, 03 Jun 2024 00:00:00 GMT</lastBuildDate><atom:link href="https://a11y-blog.dev/en/feed.xml" rel="self" type="application/rss+xml"/><item><title>Role attribute with multiple values</title><description>In what cases may be necessary to set multiple values for a role attribute, and how browsers and screen readers deal with this.</description><link>https://a11y-blog.dev/en/articles/aria-attribute-role-with-multiple-values/</link><pubDate>Mon, 03 Jun 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/aria-attribute-role-with-multiple-values/</guid></item><item><title>How to avoid harming users with epilepsy and vestibular impairment</title><description>What if the user gets motion sickness because of a website? What if he or she has an epileptic seizure? Let's look at what interfaces for users with epilepsy and vestibular impairment should look like.</description><link>https://a11y-blog.dev/en/articles/how-to-protect-users-with-epilepsy-and-vd/</link><pubDate>Thu, 16 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/how-to-protect-users-with-epilepsy-and-vd/</guid></item><item><title>Everything you need to know about ARIA Live Regions</title><description>If you have a dynamically changing part of a page and you're thinking about making it accessible, there may be a legitimate question about how to do it. In the past, assistive technologies (including screen readers) didn't know how to handle them properly. Now the problem of accessibility of dynamically changing page content can be solved with ARIA.</description><link>https://a11y-blog.dev/en/articles/aria-live-regions/</link><pubDate>Sat, 11 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/aria-live-regions/</guid></item><item><title>CSS media feature to improve accessibility</title><description>What custom settings come and how to take them into account in web interfaces. You will learn about media features that track animation settings, contrast, transparency, inversion, colour scheme and forced colour mode.</description><link>https://a11y-blog.dev/en/articles/css-media-features-for-a11y/</link><pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/css-media-features-for-a11y/</guid></item><item><title>Understanding skip links</title><description>How to help users to skip large chank of a page content, whose these users are, and how to implement it on your website.</description><link>https://a11y-blog.dev/en/articles/understanding-a-skip-link/</link><pubDate>Sun, 05 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/understanding-a-skip-link/</guid></item></channel></rss> | ||
<?xml version="1.0" encoding="utf-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Blog on Digital Accessibility</title><description>Practical advice on digital accessibility for frontend developers, QA testers and designers. Here you'll learn about methods of creating accessible and user-friendly interfaces, standards, assistive technologies and laws.</description><language></language><link>https://a11y-blog.dev/</link><lastBuildDate>Mon, 03 Jun 2024 00:00:00 GMT</lastBuildDate><atom:link href="https://a11y-blog.dev/en/feed.xml" rel="self" type="application/rss+xml"/><item><title>Role attribute with multiple values</title><description>In what cases may be necessary to set multiple values for a role attribute, and how browsers and screen readers deal with this.</description><link>https://a11y-blog.dev/en/articles/aria-attribute-role-with-multiple-values/</link><pubDate>Mon, 03 Jun 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/aria-attribute-role-with-multiple-values/</guid></item><item><title>Thinking about users with seizures and vestibular conditions</title><description>What if the user gets motion sickness because of a website? What if he or she has an epileptic seizure? Let's look at what interfaces for users with seizures and vestibular conditions should look like.</description><link>https://a11y-blog.dev/en/articles/how-to-protect-users-with-epilepsy-and-vd/</link><pubDate>Thu, 16 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/how-to-protect-users-with-epilepsy-and-vd/</guid></item><item><title>Everything you need to know about ARIA Live Regions</title><description>If you have a dynamically changing part of a page and you're thinking about making it accessible, there may be a legitimate question about how to do it. In the past, assistive technologies (including screen readers) didn't know how to handle them properly. Now the problem of accessibility of dynamically changing page content can be solved with ARIA.</description><link>https://a11y-blog.dev/en/articles/aria-live-regions/</link><pubDate>Sat, 11 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/aria-live-regions/</guid></item><item><title>CSS media feature to improve accessibility</title><description>What custom settings come and how to take them into account in web interfaces. You will learn about media features that track animation settings, contrast, transparency, inversion, colour scheme and forced colour mode.</description><link>https://a11y-blog.dev/en/articles/css-media-features-for-a11y/</link><pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/css-media-features-for-a11y/</guid></item><item><title>Understanding skip links</title><description>How to help users to skip large chank of a page content, whose these users are, and how to implement it on your website.</description><link>https://a11y-blog.dev/en/articles/understanding-a-skip-link/</link><pubDate>Sun, 05 May 2024 00:00:00 GMT</pubDate><guid isPermaLink="true">https://a11y-blog.dev/en/articles/understanding-a-skip-link/</guid></item></channel></rss> |
Oops, something went wrong.