Socket
Socket
Sign inDemoInstall

mdn-data

Package Overview
Dependencies
0
Maintainers
7
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.32 to 2.0.33

16

css/functions.json

@@ -459,2 +459,10 @@ {

},
"scroll()": {
"syntax": "scroll([<axis> || <scroller>]?)",
"groups": [
"CSS Animations"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
},
"skew()": {

@@ -561,3 +569,11 @@ "syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )",

"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"
},
"view()": {
"syntax": "view([<axis> || <'view-timeline-inset'>]?)",
"groups": [
"CSS Animations"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
}
}

@@ -86,5 +86,7 @@ {

"relativeToBackgroundPositioningArea",
"relativeToCorrespondingDimensionOfRelevantScrollport",
"relativeToMaskBorderImageArea",
"relativeToScrollContainerPaddingBoxAxis",
"relativeToTheScrollContainersScrollport",
"relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
"relativeToWidthAndHeight"

@@ -138,2 +140,4 @@ ]

"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
"listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
"listEachItemConsistingOfPairsOfAutoOrLengthPercentage",
"listEachItemHasTwoKeywordsOnePerDimension",

@@ -229,2 +233,3 @@ "listEachItemIdentifierOrNoneAuto",

"inFlowChildrenOfBoxElements",
"inlineBoxesAndBlockContainers",
"inlineLevelAndTableCellElements",

@@ -252,2 +257,3 @@ "listItems",

"tableElements",
"textAndBlockContainers",
"textElements",

@@ -254,0 +260,0 @@ "textFields",

16

css/syntaxes.json

@@ -405,3 +405,3 @@ {

"keyframe-selector": {
"syntax": "from | to | <percentage>"
"syntax": "from | to | <percentage> | <timeline-range-name> <percentage>"
},

@@ -696,2 +696,5 @@ "lab()": {

},
"scroll()": {
"syntax": "scroll([<axis> || <scroller>]?)"
},
"scroller": {

@@ -740,3 +743,3 @@ "syntax": "root | nearest"

"single-animation": {
"syntax": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
"syntax": "<'animation-duration'> || <easing-function> || <'animation-delay'> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>"
},

@@ -756,3 +759,3 @@ "single-animation-direction": {

"single-animation-timeline": {
"syntax": "auto | none | <timeline-name> | scroll(<axis>? <scroller>?)"
"syntax": "auto | none | <dashed-ident> | <scroll()> | <view()>"
},

@@ -816,4 +819,4 @@ "single-transition": {

},
"timeline-name": {
"syntax": "<custom-ident> | <string>"
"timeline-range-name": {
"syntax": "cover | contain | entry | exit | entry-crossing | exit-crossing"
},

@@ -865,2 +868,5 @@ "easing-function": {

},
"view()": {
"syntax": "view([<axis> || <'view-timeline-inset'>]?)"
},
"viewport-length": {

@@ -867,0 +873,0 @@ "syntax": "auto | <length-percentage>"

@@ -57,2 +57,10 @@ {

},
"dashed-ident": {
"groups": [
"CSS Animations",
"CSS Types"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dashed-ident"
},
"dimension": {

@@ -59,0 +67,0 @@ "groups": [

{
"name": "mdn-data",
"version": "2.0.32",
"version": "2.0.33",
"description": "Open Web data by the Mozilla Developer Network",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc