Browse Source

Remove allowTransparency from DOM attribute list (#407)

React no longer supports allowTransparency as of 4472442708 which has been published in a release.
main
Mark Samman 7 years ago
committed by Dan Abramov
parent
commit
8ac52a6675
  1. 26
      content/docs/reference-dom-elements.md

26
content/docs/reference-dom-elements.md

@ -139,19 +139,19 @@ These props work similarly to the corresponding HTML attributes, with the except
Some of the DOM attributes supported by React include: Some of the DOM attributes supported by React include:
``` ```
accept acceptCharset accessKey action allowFullScreen allowTransparency alt accept acceptCharset accessKey action allowFullScreen alt async autoComplete
async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge autoFocus autoPlay capture cellPadding cellSpacing challenge charSet checked
charSet checked cite classID className colSpan cols content contentEditable cite classID className colSpan cols content contentEditable contextMenu controls
contextMenu controls controlsList coords crossOrigin data dateTime default defer controlsList coords crossOrigin data dateTime default defer dir disabled
dir disabled download draggable encType form formAction formEncType formMethod download draggable encType form formAction formEncType formMethod formNoValidate
formNoValidate formTarget frameBorder headers height hidden high href hrefLang formTarget frameBorder headers height hidden high href hrefLang htmlFor
htmlFor httpEquiv icon id inputMode integrity is keyParams keyType kind label httpEquiv icon id inputMode integrity is keyParams keyType kind label lang list
lang list loop low manifest marginHeight marginWidth max maxLength media loop low manifest marginHeight marginWidth max maxLength media mediaGroup method
mediaGroup method min minLength multiple muted name noValidate nonce open min minLength multiple muted name noValidate nonce open optimum pattern
optimum pattern placeholder poster preload profile radioGroup readOnly rel placeholder poster preload profile radioGroup readOnly rel required reversed
required reversed role rowSpan rows sandbox scope scoped scrolling seamless role rowSpan rows sandbox scope scoped scrolling seamless selected shape size
selected shape size sizes span spellCheck src srcDoc srcLang srcSet start step sizes span spellCheck src srcDoc srcLang srcSet start step style summary
style summary tabIndex target title type useMap value width wmode wrap tabIndex target title type useMap value width wmode wrap
``` ```
Similarly, all SVG attributes are fully supported: Similarly, all SVG attributes are fully supported:

Loading…
Cancel
Save