Commit ab76280
[Fizz] Implement all the DOM attributes and special cases (facebook#21153)
* Implement DOM format config structure
* Styles
* Input warnings
* Textarea special cases
* Select special cases
* Option special cases
We read the currently selected value from the FormatContext.
* Warning for non-lower case HTML
We don't change to lower case at runtime anymore but keep the warning.
* Pre tags innerHTML needs to be prefixed
This is because if you do the equivalent on the client using innerHTML,
this is the effect you'd get.
* Extract errors1 parent 567b65f commit ab76280
File tree
6 files changed
+1142
-44
lines changed- packages
- react-dom/src
- __tests__
- server
- react-native-renderer/src/server
- react-noop-renderer/src
- react-server/src
- scripts/error-codes
6 files changed
+1142
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments