Skip to content

Commit

Permalink
Update keep-it-simple-stupid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 12, 2023
1 parent 575ae1e commit c3f3c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts/keep-it-simple-stupid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ github: 'https://github.com/conedevelopment/bite-sized-a11y/blob/master/src/post

In my opinion, accessibility is an area that rewards simplicity the best. On the web, you can solve the same thing in many ways. If you design with [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/), you will have an opinionated guide to form your creative thinking.

In many scenarios, you can choose to create a straightforward solution. Leave a carousel from your design and use a simple grid, eliminating the JS dependency and complexity. Usually, what is simple - in an HTML way - is accessible.
In many scenarios, you can choose to create a straightforward solution. Leave a carousel out of your design and use a simple grid, eliminating the JS dependency and complexity. Usually, what is simple - in an HTML way - is accessible.

The [Motherfucking Website](http://motherfuckingwebsite.com/) is an excellent example of this methodology called [KISS](https://en.wikipedia.org/wiki/KISS_principle). It is an example site that shows how complex today’s web development can sometimes be because of us.

Expand Down

0 comments on commit c3f3c97

Please sign in to comment.