edited readme about accessibility
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
difficulties :
|
difficulties :
|
||||||
|
|
||||||
- [accessibility with ascii art titles](https://stackoverflow.com/questions/77537096/make-text-in-ascii-art-more-accessible)
|
- [accessibility with ascii art titles](https://stackoverflow.com/questions/77537096/make-text-in-ascii-art-more-accessible)
|
||||||
- I finally decided to go with a structure like this :
|
- I finally decided to go with a structure like this :
|
||||||
```
|
```html
|
||||||
<h1 aria-label="hugo lamy">
|
<h1 aria-label="hugo lamy">
|
||||||
<span aria-hidden="true" class="pre">
|
<span aria-hidden="true" class="pre">
|
||||||
hugo (ascii)
|
hugo (ascii)
|
||||||
@@ -13,6 +13,11 @@ difficulties :
|
|||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
```
|
```
|
||||||
|
- [links accessibility](https://webaim.org/techniques/hypertext/)
|
||||||
|
- [accessibility gone wild](https://webaim.org/articles/gonewild/)
|
||||||
|
- [don't use title attribute](https://stackoverflow.com/questions/11161915/simple-tooltip-title-attribute/11163133#11163133)
|
||||||
|
- [I thought title text improved accessibility. I was wrong.](https://silktide.com/blog/i-thought-title-text-improved-accessibility-i-was-wrong/)
|
||||||
|
- [Things I learned by pretending to be blind for a week](https://medium.com/silktide/things-i-learned-by-pretending-to-be-blind-for-a-week-bf7b09f33eb4)
|
||||||
- [create the full screen hero section with the navbar under the title](https://stackoverflow.com/questions/77596781/in-css-how-to-make-a-sticky-navbar-after-the-header-in-an-hero-section/)
|
- [create the full screen hero section with the navbar under the title](https://stackoverflow.com/questions/77596781/in-css-how-to-make-a-sticky-navbar-after-the-header-in-an-hero-section/)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
ids :
|
|
||||||
|
|
||||||
original : • 8226 U+2022
|
original : • 8226 U+2022
|
||||||
: 57442 U+E062
|
: 57442 U+E062
|
||||||
: 57443 U+E063
|
: 57443 U+E063
|
||||||
@@ -34,8 +32,6 @@
|
|||||||
actual : 57446 U+E066
|
actual : 57446 U+E066
|
||||||
: 57447 U+E067
|
: 57447 U+E067
|
||||||
|
|
||||||
accessibility ascii : https://stackoverflow.com/questions/77537096/make-text-in-ascii-art-more-accessible
|
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<body id="body">
|
<body id="body">
|
||||||
|
|||||||
Reference in New Issue
Block a user