Skip to content

Commit 1b71374

Browse files
authored
Fix capitalization of accesskey attribute in description (#2867)
The canonical case of the attribute is `accesskey`. The reflected property (aka IDL attribute) is `accessKey`, but that's not what the feature is named after.
1 parent 356e085 commit 1b71374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/accesskey.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: accesskey
2-
description: The `accessKey` global HTML attribute gives a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character.
2+
description: The `accesskey` global HTML attribute gives a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute
44
status:
55
compute_from: api.HTMLElement.accessKey

0 commit comments

Comments
 (0)