dillon1000/react
Commit
Browse files Remove allow transparency (#10823)
* Remove allowTransparency attribute `allowtransparency` is an Internet Explorer-only attribute that controls the background transparency of an iFrame. When set to true, it respects the background color of the iFrame. When set to false, it sets the background color to that of the document. This feature was removed in IE9 - falling out of React's support commitment. Developers that have somehow figured out how to get IE8 to work with React 16.x can still use `allowtransparency="true"`, since React now supports unrecognized attributes. * Use correct attribute script location * Use new UMD bundles in attribute fixtures * Update attribute snapshot * Blank for CI
Changed paths6 files
First-parent comparisonfixtures/attribute-behavior/AttributeTableSnapshot.md ModifiedM fixtures/attribute-behavior/README.md ModifiedM fixtures/attribute-behavior/src/App.js ModifiedM fixtures/attribute-behavior/src/attributes.js ModifiedM src/renderers/dom/shared/HTMLDOMPropertyConfig.js ModifiedM src/renderers/dom/shared/hooks/possibleStandardNames.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…