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 upFeatures missing from servo - webapp not working #20524
Open
Comments
|
There are still many features missing in Servo. Could be layout issues, or missing DOM APIs. I think the best way to start is to identify what is not working is to reduce this app to its smallest form and slowly add features and see when it breaks. |
|
The app is using Elm style elements which mean it is taking advantage of full grid flexbox etc. Good idea, I will do so. Do we have a central place for missing features or should it be best submitted to issues? |
|
Issues work. As for flexbox support: #12453 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there,
I have this little webapp: http://plato.urbitetorbi.org:8080/plato.html, and it does not work in servo, at all.
There are no errors thrown in the console.
How can I check what is exactly the cause, and maybe contribute to implent missing features?