diff --git a/content/blog/intro-to-web-accessibility/index.md b/content/blog/intro-to-web-accessibility/index.md index e2230a4b..11463296 100644 --- a/content/blog/intro-to-web-accessibility/index.md +++ b/content/blog/intro-to-web-accessibility/index.md @@ -23,38 +23,12 @@ Another example is users with limited mobility who utilize specialty hardware, s Something to keep in mind is that these disabilities may not be permanent. For instance, if you fall and break your arm, you may be only using one arm while healing. Likewise, there are situational impairments as well. If you're holding a cup of coffee in one hand, you'll only be using the other for device usage. Here's a chart that outlines a few more of these examples: -
| - | Permanent | -Temporary | -Situational | -
|---|---|---|---|
| Touch | -![]() One arm |
- ![]() Arm injury |
- ![]() New parent |
-
| See | -![]() Blind |
- ![]() Cataract |
- ![]() Distracted driver |
-
| Hear | -![]() Deaf |
- ![]() Ear infection |
- ![]() Bartender |
-
| Speak | -![]() Non-verbal |
- ![]() Laryngitis |
- ![]() Heavy accent |
-












| Pros | Cons |
|---|---|
|
|
| Pros | Cons |
|---|---|
|
|
test
`): we pass the function `html` to the template literal (`html\`test
\``). +The second, easier-to-miss change from the vanilla JavaScript component to the Lit implementation, is that when we set our HTML, we don’t simply use a basic template literal (`test
`): we pass the function `html` to the template literal (``html`test
`;``). This leverages [a somewhat infrequently used feature of template literals called tagged templates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates). Tagged templates allow a template literal to be passed to a function. This function can then transform the output based on the string input and expected interpolated placeholders. diff --git a/src/pages/collections/framework-field-guide/index.astro b/src/pages/collections/framework-field-guide/index.astro index c65b745b..30dbf6ac 100644 --- a/src/pages/collections/framework-field-guide/index.astro +++ b/src/pages/collections/framework-field-guide/index.astro @@ -42,6 +42,7 @@ import WhatDoIGet from "src/views/collections/framework-field-guide/segments/wha