Skip to content

Commit ff5bdf3

Browse files
normalize “an empty string” to “the empty string” (#544)
Co-authored-by: Scott O'Hara
1 parent f7e96ed commit ff5bdf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3259,15 +3259,15 @@

`img`

32593259
32603260
32613261
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)

32633263
32643264
32653265
32663266
HTML Specification
32673267
32683268
32693269
3270-
attribute value is an empty string, i.e. `alt=""` or `alt` with no value in the markup)
3270+
attribute value is the empty string, i.e., `alt=""` or `alt` with no value in the markup)
32713271
32723272
32733273

test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@

HTML Accessibility API Mappings 1.0

16061606
16071607
16081608
(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)
16101610
16111611
16121612
@@ -4137,11 +4137,11 @@

HTML Accessibility API Mappings 1.0

41374137
[wai-aria-1.2]img role
MSAA + IAccessible2
Use WAI-ARIA mapping
UIA
Use WAI-ARIA mapping
ATK
Use WAI-ARIA mapping
AX
Use WAI-ARIA mapping
Comments
41384138
img
41394139
(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)
41414141
41424142
41434143
(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)
41454145
[wai-aria-1.2]
41464146
41474147

0 commit comments

Comments
 (0)