Skip to content

Commit

Permalink
update auto-fixed attributeNames
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyAlford committed Sep 16, 2024
1 parent 2edd35e commit 332c7d6
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion source/constants/attributeNames.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,46 @@
export default {
acceptcharset: 'acceptCharset',
accesskey: 'accessKey',
allowfullscreen: 'allowFullScreen',
autocapitalize: 'autoCapitalize',
autocomplete: 'autoComplete',
autofocus: 'autoFocus',
autoplay: 'autoPlay',
cellpadding: 'cellPadding',
cellspacing: 'cellSpacing',
charset: 'charSet',
class: 'className',
colspan: 'colSpan',
contenteditable: 'contentEditable',
crossorigin: 'crossOrigin',
datetime: 'dateTime',
enctype: 'encType',
for: 'htmlFor',
formaction: 'formAction',
formenctype: 'formEncType',
formmethod: 'formMethod',
formnovalidate: 'formNoValidate',
formtarget: 'formTarget',
frameborder: 'frameBorder',
hreflang: 'hrefLang',
httpequiv: 'httpEquiv',
inputmode: 'inputMode',
keyparams: 'keyParams',
keytype: 'keyType',
marginheight: 'marginHeight',
marginwidth: 'marginWidth',
maxlength: 'maxLength',
colspan: 'colSpan',
mediagroup: 'mediaGroup',
minlength: 'minLength',
novalidate: 'noValidate',
radiogroup: 'radioGroup',
readonly: 'readOnly',
referrerpolicy: 'referrerPolicy',
rowspan: 'rowSpan',
spellcheck: 'spellCheck',
srcdoc: 'srcDoc',
srclang: 'srcLang',
srcset: 'srcSet',
tabindex: 'tabIndex',
usemap: 'useMap',
} as Record<string, string>

0 comments on commit 332c7d6

Please sign in to comment.