Skip to content

Commit bf3e4ce

Browse files
Make HTML attribute names lowercase. (#2751)
1 parent 88d422d commit bf3e4ce

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

features/accesskey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Accesskey
1+
name: accesskey
22
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:

features/autocapitalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Autocapitalize
1+
name: autocapitalize
22
description: The `autocapitalize` global HTML attribute sets the virtual keyboard capitalization behavior for user input on an element, such as the first letter of sentences or all words.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#autocapitalization
44
compat_features:

features/autocorrect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Autocorrect
1+
name: autocorrect
22
description: The `autocorrect` global HTML attribute controls whether to automatically correct spelling or punctuation errors for user input.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#autocorrection
44
compat_features:

features/autofocus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Autofocus
1+
name: autofocus
22
description: The `autofocus` HTML attribute gives focus to an element on page load.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute
44
caniuse: autofocus

features/contenteditable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Contenteditable
1+
name: contenteditable
22
description: The `contenteditable` global HTML attribute allows the user to edit the content of an element, such as inserting or deleting text.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#contenteditable
44
caniuse: contenteditable

features/enterkeyhint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Enterkeyhint
1+
name: enterkeyhint
22
description: The `enterkeyhint` global HTML attribute sets the label for a virtual keyboard's <kbd>Enter</kbd> key. For example, `enterkeyhint="search"` may label the key with a magnifying glass icon.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-enterkeyhint-attribute
44
compat_features:

features/inert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Inert elements
1+
name: inert
22
description: The `inert` HTML attribute marks an element and its descendants as non-interactive. Inert elements don't get focus or fire `click` events.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#inert-subtrees
44
group: html

features/lang-attr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lang
1+
name: lang
22
description: The `lang` global HTML attribute defines the language of an element. It's used by assistive technology to correctly read the content, translation tools to select the origin language, and other applications.
33
spec: https://html.spec.whatwg.org/multipage/dom.html#attr-lang
44
compat_features:

features/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Spellcheck
1+
name: spellcheck
22
description: The `spellcheck` global HTML attribute sets whether the browser may check an element for spelling errors.
33
spec: https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute
44
compat_features:

features/translate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
name: translate attribute
1+
name: translate
22
description: The `translate` HTML attribute marks whether an element's text should be translated.
33
spec: https://html.spec.whatwg.org/multipage/dom.html#attr-translate

0 commit comments

Comments
 (0)