Closed
Description
Code 1.15 just released. At the time of adding support for display: flow-root
to languageservice, I didn't have information about Opera 45 supporting it.
Today I went back to MDN to see it is now supported in Opera 45. This means the property now has to be manually told to support this info in css-schema.xml
file.
And not just this but anything that needs change. Currently there are some problems.
- It's a tedious manual work.
- Mobile support data ins't even present.
- MDN's browser support tables aren't 100% reliable.
Can we build a system in the languageservice that automatically pulls in data from cainuse or any other service and then we don't need to painstakingly look for changes in browser support and manually update it?