2 files changed
+5
-5
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3259 | 3259 |
| |
3260 | 3260 |
| |
3261 | 3261 |
|
3262
-`img` (`alt` attribute value is an empty string, i.e. `alt=""` or `alt` with no value in the markup)
3262
+`img` (`alt` attribute value is the empty string, i.e. `alt=""` or `alt` with no value in the markup)
3263
3263
3264
3264
Lines changed: 3 additions & 3 deletionsOriginal file line number Diff line number Diff line change @@ -1606,7 +1606,7 @@ HTML Accessibility API Mappings 1.0
1606
1606
1607
1607
1608
1608
(alt
1609
- attribute value is an empty string, i.e. alt=""
or alt
with no value in the markup)
1609
+ attribute value is the empty string, i.e., alt=""
or alt
with no value in the markup)
1610
1610
1611
1611
1612
1612
@@ -4137,11 +4137,11 @@ HTML Accessibility API Mappings 1.0
4137
4137
[wai-aria-1.2] img
roleMSAA + IAccessible2 Use WAI-ARIA mapping UIA Use WAI-ARIA mapping ATK Use WAI-ARIA mapping AX Use WAI-ARIA mapping Comments
4138
4138
img
4139
4139
(alt
4140
- attribute value is an empty string, i.e. alt=""
or alt
with no value in the markup)
4140
+ attribute value is the empty string, i.e., alt=""
or alt
with no value in the markup)
4141
4141
4142
4142
4143
4143
(alt
4144
- attribute value is an empty string, i.e. alt=""
or alt
with no value in the markup)
4144
+ attribute value is the empty string, i.e., alt=""
or alt
with no value in the markup)
4145
4145
0 commit comments