Skip to content

Commit

Permalink
Trialing quotations in CSS darkred; plus one spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sajkaj committed Apr 15, 2021
1 parent 99d284c commit f8f9b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conformance-challenges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
font-weight: bold;
font-size: 110%;
}
q {
color: darkred;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -351,7 +354,7 @@ <h3>Mitigations</h3>
with ALT text), or reminded about good accessibility practices (e.g. told not
to refer to sensory characteristics in their text). Such approaches may add
substantial friction, especially to individual website visitors and users, however, to
the point that they might be disuaded from making contributions at all. Further, they
the point that they might be dissuaded from making contributions at all. Further, they
aren&apos;t a guarantee of perfection in those contributions (Is the ALT text
thoughtfully authored, or just filler text to make the upload happen? Did the
text truly avoid reference to sensory characteristics?). Nonetheless, these
Expand Down

0 comments on commit f8f9b0f

Please sign in to comment.