@eslint/css-tree 3.3.3 → 3.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data/patch.json CHANGED
@@ -55,6 +55,10 @@
55
55
  }
56
56
  },
57
57
  "properties": {
58
+ "-moz-background-clip": {
59
+ "comment": "deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip",
60
+ "syntax": "padding | border"
61
+ },
58
62
  "-moz-border-radius-bottomleft": {
59
63
  "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius",
60
64
  "syntax": "<'border-bottom-left-radius'>"
@@ -138,6 +142,10 @@
138
142
  ],
139
143
  "syntax": "none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"
140
144
  },
145
+ "-webkit-background-clip": {
146
+ "comment": "https://developer.mozilla.org/en/docs/Web/CSS/background-clip",
147
+ "syntax": "[ <visual-box> | border | padding | content | text ]#"
148
+ },
141
149
  "-webkit-column-break-after": {
142
150
  "comment": "added, http://help.dottoro.com/lcrthhhv.php",
143
151
  "syntax": "always | auto | avoid"
@@ -542,14 +550,6 @@
542
550
  "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter",
543
551
  "syntax": "<ident-token> | <function-token> <any-value>? )"
544
552
  },
545
- "absolute-color-base": {
546
- "comment": "https://www.w3.org/TR/css-color-4/#color-syntax",
547
- "syntax": "<hex-color> | <absolute-color-function> | <named-color> | transparent"
548
- },
549
- "absolute-color-function": {
550
- "comment": "https://www.w3.org/TR/css-color-4/#color-syntax",
551
- "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
552
- },
553
553
  "age": {
554
554
  "comment": "https://www.w3.org/TR/css3-speech/#voice-family",
555
555
  "syntax": "child | young | old"
@@ -568,10 +568,6 @@
568
568
  "comment": "added attr(), see https://github.com/csstree/csstree/issues/201",
569
569
  "syntax": "[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> | <attr()> ]+"
570
570
  },
571
- "container-name": {
572
- "comment": "missed, https://drafts.csswg.org/css-contain-3/#container-rule",
573
- "syntax": "<custom-ident>"
574
- },
575
571
  "container-condition": {
576
572
  "comment": "missed, https://drafts.csswg.org/css-contain-3/#container-rule",
577
573
  "syntax": "not <query-in-parens> | <query-in-parens> [ [ and <query-in-parens> ]* | [ or <query-in-parens> ]* ]"
@@ -606,12 +602,6 @@
606
602
  "generic-script-specific": {
607
603
  "syntax": "generic(kai) | generic(fangsong) | generic(nastaliq)"
608
604
  },
609
- "generic-complete": {
610
- "syntax": "serif | sans-serif | system-ui | cursive | fantasy | math | monospace"
611
- },
612
- "generic-incomplete": {
613
- "syntax": "ui-serif | ui-sans-serif | ui-monospace | ui-rounded"
614
- },
615
605
  "-non-standard-generic-family": {
616
606
  "syntax": "-apple-system | BlinkMacSystemFont",
617
607
  "references": [
@@ -777,9 +767,6 @@
777
767
  "xyz-space": {
778
768
  "syntax": "xyz | xyz-d50 | xyz-d65"
779
769
  },
780
- "basic-shape": {
781
- "syntax": "<inset()> | <xywh()> | <rect()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
782
- },
783
770
  "query-in-parens": {
784
771
  "comment": "missed, https://drafts.csswg.org/css-contain-3/#container-rule",
785
772
  "syntax": "( <container-condition> ) | ( <size-feature> ) | style( <style-query> ) | <general-enclosed>"
@@ -788,10 +775,6 @@
788
775
  "comment": "missed, https://drafts.csswg.org/css-contain-3/#typedef-size-feature",
789
776
  "syntax": "<mf-plain> | <mf-boolean> | <mf-range>"
790
777
  },
791
- "style-feature": {
792
- "comment": "missed, https://drafts.csswg.org/css-contain-3/#typedef-style-feature",
793
- "syntax": "<declaration>"
794
- },
795
778
  "style-query": {
796
779
  "comment": "missed, https://drafts.csswg.org/css-contain-3/#container-rule",
797
780
  "syntax": "<style-condition> | <style-feature>"
@@ -821,24 +804,6 @@
821
804
  "https://drafts.csswg.org/css-anchor-position-1/#typedef-position-area"
822
805
  ]
823
806
  },
824
- "anchor()": {
825
- "syntax": "anchor( <anchor-element>? && <anchor-side>, <length-percentage>? )",
826
- "comment": "missed",
827
- "references": [
828
- "https://drafts.csswg.org/css-anchor-position-1/#anchor-pos"
829
- ]
830
- },
831
- "anchor-size()": {
832
- "syntax": "anchor-size( [ <anchor-element> || <anchor-size> ]? , <length-percentage>? )",
833
- "comment": "missed",
834
- "references": [
835
- "https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor-size"
836
- ]
837
- },
838
- "anchor-element": {
839
- "syntax": "<dashed-ident>",
840
- "comment": "missed, https://drafts.csswg.org/css-anchor-position-1/#typedef-anchor-element"
841
- },
842
807
  "font-variant-css2": {
843
808
  "syntax": "normal | small-caps",
844
809
  "comment": "new definition on font-4, https://drafts.csswg.org/css-fonts-4/#font-variant-css21-values"