[csswg-drafts] }, "line-height": { domProp: "lineHeight", inherited: true, type: CSS_TYPE_LONGHAND, /* * Inheritance tests require consistent font size, since @@ -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)" ], invalid_values: [] (#7260)

Gutodotado24 has just created a new issue for https://github.com/w3c/csswg-drafts:

== },   "line-height": {    domProp: "lineHeight",    inherited: true,    type: CSS_TYPE_LONGHAND,    /*     * Inheritance tests require consistent font size, since @@ -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)" ],    invalid_values: [] ==
* please tag the issue title with the spec's shortname, like `[css-foo]`},
  "line-height": {
   domProp: "lineHeight",
   inherited: true,
   type: CSS_TYPE_LONGHAND,
   /*
    * Inheritance tests require consistent font size, since
@@ -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)" ],
   invalid_values: []
  (this is the name from the spec URL, without a level number unless the issue is specific to that level).
  If you're proposing a new feature that doesn't obviously fit in an existing spec, skip this part — don't make something up.

* please be specific (in the title and issue) about what you want to change:
  “make it better” means different things to different people!

* please link to the spec section you're talking about, or at least the spec


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7260 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:31:41 UTC