You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: features/accesskey.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
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.
0 commit comments