Currently I receive "unknown property" warnings for SVG2 geometry CSS properties, such as:
While these are registered in the css-schema.json file, their entries have browser set to none, so they are likely being filtered out.
If these entries are being automatically fetched and generated from MDN or another source, and that source has not updated their documents in a way that is understood by the automation script, is there a way to update the schema so these are registered appropriately? MDN does have docs for these with compatibility tables, such as this page for cx, but I'm not certain where the data in the schema is coming from.