Expected Behavior
When using material-ui with Server Side Rendering -
There should be no validation issues shown by https://validator.w3.org
Current Behavior
There are many validation issues thrown by https://validator.w3.org when using Material-UI with server side rendering
Steps to Reproduce (for bugs)
- Go to https://validator.w3.org
- Enter https://material-ui.com/ in address Bar (since material-ui-next is exactly the use-case which is Server-Side-Rendering with Material-UI
- There are many error generated, some of them quite easy to fix.
- Enter URLs of other pages from components demo and there are some similar errors and some other errors as well
Context
I want to create an application which validates with W3C validator.
Your Environment
| Tech |
Version |
| Material-UI |
1.0.0-beta.27 |
| React |
16.2.0 |
| browser |
|
| etc |
|
Expected Behavior
When using material-ui with Server Side Rendering -
There should be no validation issues shown by https://validator.w3.org
Current Behavior
There are many validation issues thrown by https://validator.w3.org when using Material-UI with server side rendering
Steps to Reproduce (for bugs)
Context
I want to create an application which validates with W3C validator.
Your Environment