Skip to content

Enable browser support for SVG2 geometry CSS properties #105

@phobetron

Description

@phobetron

Currently I receive "unknown property" warnings for SVG2 geometry CSS properties, such as:

  • cx
  • cy
  • r
  • rx
  • ry
  • x
  • y

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions