Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add documentation for elements Water.css supports that some browsers don't #233
Comments
|
I can work on this. Please assign it to me. |
|
Hello done check out the pull request! Please return feedback |
|
Add this issue for me i already finished it |
See #231 for context
We should include in either the example page or our readme that we style some elements like
<dialog>that are not supported by other browsers. You can check caniuse for browser support for HTML elements.We would take a pull request that would add this to the documentation. Ideally, you would check all the HTML elements in the example page and see what elements we style that are unsupported by major browsers. I suspect that it's just
<dialog>, but it would be nice to confirm.