dillon1000/react

Commit

Added challenge, keyParams and keyType on <keygen>

Chrome allowed some of these to be 'null' (allow `node.challenge` etc),
but FF didn't work. This will tell React to use node.setAttribute() to
set these values.

Tested in FF, Chrome, Safari. <keygen> isn't supported on IE.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
Browse files
Changed paths3 files
First-parent comparison
M docs/docs/ref-04-tags-and-attributes.ko-KR.md ModifiedM docs/docs/ref-04-tags-and-attributes.md ModifiedM src/renderers/dom/shared/HTMLDOMPropertyConfig.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…