Enable browser support for SVG2 geometry CSS properties

Open
#105 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
css
Domain
tooling

Research direction

Start with the listed entries in web-data/css/css-schema.json around lines 21301-21309 and trace how their browser values are generated or filtered. Check the relevant automation source and MDN compatibility data for cx, cy, r, rx, ry, x, and y; done means the properties are registered with appropriate browser support and no longer produce unknown-property warnings.

Written by the indexing model from the issue text.

Description

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.

Dominant language
JavaScript
Stars
240
Forks
95
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode-custom-data

All issues in microsoft/vscode-custom-data

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.