Skip to content

Commit

Permalink
support "as" and "playsInline" in server-render
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Sep 20, 2016
1 parent 8c1403e commit cb34cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/om/dom.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@

#?(:clj
(def lower-case-attrs
#{"accessKey" "allowFullScreen" "allowTransparency" "autoComplete"
#{"accessKey" "allowFullScreen" "allowTransparency" "as" "autoComplete"
"autoFocus" "autoPlay" "contentEditable" "contextMenu" "crossOrigin"
"cellPadding" "cellSpacing" "charSet" "classID" "colSpan" "dateTime"
"encType" "formAction" "formEncType" "formMethod" "formNoValidate"
"formTarget" "frameBorder" "hrefLang" "inputMode" "keyParams"
"keyType" "marginHeight" "marginWidth" "maxLength" "mediaGroup"
"minLength" "noValidate" "radioGroup" "readOnly" "rowSpan"
"minLength" "noValidate" "playsInline" "radioGroup" "readOnly" "rowSpan"
"spellCheck" "srcDoc" "srcLang" "srcSet" "tabIndex" "useMap"
"autoCapitalize" "autoCorrect" "autoSave" "itemProp" "itemScope"
"itemType" "itemID" "itemRef"}))
Expand Down

0 comments on commit cb34cbd

Please sign in to comment.