Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Use camel case for element attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Jun 7, 2017
1 parent 5db6c87 commit 91681c2
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions packages/virtualdom/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,97 +27,97 @@ export
type ElementAttrNames = (
'abbr' |
'accept' |
'accept-charset' |
'accesskey' |
'acceptCharset' |
'accessKey' |
'action' |
'allowfullscreen' |
'allowFullScreen' |
'alt' |
'autocomplete' |
'autofocus' |
'autoplay' |
'autosave' |
'autoComplete' |
'autoFocus' |
'autoPlay' |
'autoSave' |
'checked' |
'cite' |
'cols' |
'colspan' |
'contenteditable' |
'colSpan' |
'contentEditable' |
'controls' |
'coords' |
'crossorigin' |
'crossOrigin' |
'data' |
'datetime' |
'dateTime' |
'default' |
'dir' |
'dirname' |
'dirName' |
'disabled' |
'download' |
'draggable' |
'dropzone' |
'enctype' |
'dropZone' |
'encType' |
'form' |
'formaction' |
'formenctype' |
'formmethod' |
'formnovalidate' |
'formtarget' |
'formAction' |
'formEncType' |
'formMethod' |
'formNoValidate' |
'formTarget' |
'headers' |
'height' |
'hidden' |
'high' |
'href' |
'hreflang' |
'hrefLang' |
'id' |
'inputmode' |
'inputMode' |
'integrity' |
'ismap' |
'isMap' |
'kind' |
'label' |
'lang' |
'list' |
'loop' |
'low' |
'max' |
'maxlength' |
'maxLength' |
'media' |
'mediagroup' |
'mediaGroup' |
'method' |
'min' |
'minlength' |
'minLength' |
'multiple' |
'muted' |
'name' |
'novalidate' |
'noValidate' |
'optimum' |
'pattern' |
'placeholder' |
'poster' |
'preload' |
'readonly' |
'readOnly' |
'rel' |
'required' |
'reversed' |
'rows' |
'rowspan' |
'rowSpan' |
'sandbox' |
'scope' |
'selected' |
'shape' |
'size' |
'sizes' |
'span' |
'spellcheck' |
'spellCheck' |
'src' |
'srcdoc' |
'srclang' |
'srcset' |
'srcDoc' |
'srcLang' |
'srcSet' |
'start' |
'step' |
'tabindex' |
'tabIndex' |
'target' |
'title' |
'type' |
'typemustmatch' |
'usemap' |
'typeMustMatch' |
'useMap' |
'value' |
'width' |
'wrap'
Expand Down

0 comments on commit 91681c2

Please sign in to comment.