Re: [csswg-drafts] [css-values-3] 4.3 Real numbers incorrectly summarizes allowed values (#7248)

@@ -1534,17 +1611,17 @@ var gCSSProperties = {
   other_values: [ "1px", "2em", "5%" ],
   invalid_values: [ ]
  },
  "marker-offset": {
   domProp: "markerOffset",
   inherited: false,
   type: CSS_TYPE_LONGHAND,
   initial_values: [ "auto" ],
-  other_values: [ "6em", "-1px" ],
+  other_values: [ "6em", "-1px", "-moz-calc(0px)", "-moz-calc(3em + 2px - 4px)", "-moz-calc(-2em)" ],
   

-- 
GitHub Notification of comment by Gutodotado24
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7248#issuecomment-1120392926 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 8 May 2022 10:35:24 UTC