Today I learned

Do not disable buttons

#accessibility#css

Today I learned that disabling buttons is a bad idea. There is a better solution to that.

Read more

Why external links should always open in the same tab

#accessibility

Today I learned that external links should always open in the same tab.

Read more

Browsing with assistive technology

#accessibility

Today I learned a lot about browsing the web with assistive technology by watching the videos from Tetralogical.

Read more

The HTML Search Element

#html#accessibility

The HTML Search Element is a new semantic element that can be used as a container for the parts of the document related to performing a search or filtering operation.

Read more

Web Sustainability Guidelines

#sustainability#javascript#accessibility#performance#html

The Sustainability Web Design Community Group announced the Web Sustainability Guidelines. It’s all about “how to design and implement digital products and services that put people and the planet first.”

Read more

Learn HTML

#html#accessibility

Learn HTML! It is still the foundation of the web and the most important language to learn.

Read more

The popover API

#html#accessibility#ux

The popover API is a new HTML attribute that makes it easy to integrate popovers into websites without the need for JavaScript.

Read more

The problem with sticky menus

#accessibility#ux

Sticky menus are used widely on the web but come with some serious issues. In this post I learned about the problems they cause and what to do instead.

Read more

Image Carbon

#accessibility#performance

Image Carbon is a tool that helps you to calculate the carbon footprint of your websites images

Read more

Building accessible modal dialogs

#accessibility

Today I learned how to make modal dialogs accessible so that they can be used by people who use assistive technologies to navigate the web.

Read more

Input Attributes for better Forms

#ux#accessibility#html

Filling Forms on website can be an unnecessary pain. Recently I've learned about some simple steps to make Forms more user friendly.

Read more

The a11y project

#accessibility

a11y stands for accessibility - the a11y project is a community-driven effort to make digital accesibility easier

Read more

How to write great alt text

#accessibility#html

In this post, I'll show how to write great alt text, according to Jake Archibald.

Read more

Most common accessibility issues

#accessibility#html

Read more

Never forget alt tags again

#accessibility

Read more