style: Part 1: Add SVG d property in CSS

Add d property for style system. d property only supports path() for now
and it has the functional notation without fill rule.

https://github.com/w3c/svgwg/issues/320#issuecomment-414462645

Differential Revision: https://phabricator.services.mozilla.com/D81237
This commit is contained in:
Boris Chiou 2023-05-21 23:31:35 +02:00 committed by Oriol Brufau
parent 4c7ddd63b3
commit fa6ab91acd
6 changed files with 68 additions and 4 deletions

View file

@ -63,7 +63,6 @@ COUNTED_UNKNOWN_PROPERTIES = [
"-webkit-text-combine",
"-webkit-text-emphasis-style",
"-webkit-text-emphasis",
"d",
"-webkit-mask-box-image-width",
"-webkit-mask-box-image-source",
"-webkit-mask-box-image-outset",