mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-12-18 06:42:10 +00:00
Link to WCAG 2.2 instead of 2.0
This commit is contained in:
parent
4ca5fed1e9
commit
892c27516a
2 changed files with 8 additions and 8 deletions
|
@ -309,11 +309,11 @@ I disagree. One reason is that underlines make it easy to separate multiple cons
|
||||||
|
|
||||||
=> gemini://seirdy.one/misc/underlines.png A line of three consecutive hyperlinks with and without underlines
|
=> gemini://seirdy.one/misc/underlines.png A line of three consecutive hyperlinks with and without underlines
|
||||||
|
|
||||||
Underlines also make it easy for readers with color vision deficiencies to distinguish links from surrounding text. A basic WCAG “A” requirement is for information to not be conveyed solely through color:
|
Underlines also make it easy for readers with color vision deficiencies to distinguish links from surrounding text. A basic WCAG Level A requirement is for information to not be conveyed solely through color:
|
||||||
|
|
||||||
> Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. (Level A)
|
> Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element.
|
||||||
|
|
||||||
— WCAG 2.0, section 1.4.1
|
=> https://www.w3.org/TR/WCAG22/#distinguishable WCAG 2.2, section 1.4.1
|
||||||
|
|
||||||
## Other places to check out
|
## Other places to check out
|
||||||
|
|
||||||
|
|
|
@ -268,14 +268,14 @@ One reason is that underlines make it easy to separate multiple consecutive inli
|
||||||
|
|
||||||
{{< picture name="underlines" alt="a line of three consecutive hyperlinks with and without underlines" >}}
|
{{< picture name="underlines" alt="a line of three consecutive hyperlinks with and without underlines" >}}
|
||||||
|
|
||||||
Underlines also make it easy for readers with color vision deficiencies to distinguish links from surrounding text. A basic WCAG "A" requirement is for information to not be conveyed solely through color:
|
Underlines also make it easy for readers with color vision deficiencies to distinguish links from surrounding text. A basic WCAG Level A requirement is for information to not be conveyed solely through color:
|
||||||
|
|
||||||
<figure>
|
<figure itemscope itemtype="https://schema.org/Quotation">
|
||||||
<blockquote cite="https://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color">
|
<blockquote>
|
||||||
<p>Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. (Level A)</p>
|
<p>Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. (Level A)</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<figcaption>
|
<figcaption class="h-cite" itemprop="citation">
|
||||||
— <a href="https://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color"><cite>WCAG 2.0</cite>, section 1.4.1</a>
|
— <cite itemprop="isPartOf" itemscope itemtype="https://schema.org/CreativeWork"><a class="u-url p-name" itemprop="url" href="https://www.w3.org/TR/WCAG22/"><span itemprop="name">WCAG 2.2</span></a></cite>, <a href="https://www.w3.org/TR/WCAG22/#distinguishable">section 1.4.1</a>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue