Socket
Socket
Sign inDemoInstall

mdn-data

Package Overview
Dependencies
0
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.14 to 2.0.15

2

css/properties.schema.json

@@ -163,2 +163,3 @@ {

"allElementsAndPseudos",
"allElementsAndText",
"allElementsButNonReplacedAndTableColumns",

@@ -195,2 +196,3 @@ "allElementsButNonReplacedAndTableRows",

"directChildrenOfElementsWithDisplayMozBoxMozInlineBox",
"elementsForWhichLayoutContainmentCanApply",
"elementsWithDisplayBoxOrInlineBox",

@@ -197,0 +199,0 @@ "elementsWithDisplayMarker",

@@ -134,3 +134,3 @@ {

],
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:any-link"

@@ -147,2 +147,11 @@ },

},
":current": {
"syntax": ":current",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:current"
},
":blank": {

@@ -247,2 +256,11 @@ "syntax": ":blank",

},
":future": {
"syntax": ":future",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:future"
},
":focus": {

@@ -263,3 +281,3 @@ "syntax": ":focus",

],
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible"

@@ -273,3 +291,3 @@ },

],
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-within"

@@ -395,2 +413,11 @@ },

},
":local-link": {
"syntax": ":local-link",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:local-link"
},
":not": {

@@ -414,2 +441,11 @@ "syntax": ":not( <complex-selector-list> )",

},
":nth-col": {
"syntax": ":nth-col",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-col"
},
":nth-last-child": {

@@ -424,2 +460,11 @@ "syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",

},
":nth-last-col": {
"syntax": ":nth-last-col",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-col"
},
":nth-last-of-type": {

@@ -479,2 +524,20 @@ "syntax": ":nth-last-of-type( <nth> )",

},
":past": {
"syntax": ":past",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:past"
},
":paused": {
"syntax": ":paused",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:paused"
},
":placeholder-shown": {

@@ -489,2 +552,11 @@ "syntax": ":placeholder-shown",

},
":playing": {
"syntax": ":checked",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:playing"
},
":read-only": {

@@ -555,2 +627,20 @@ "syntax": ":read-only",

},
":target-within": {
"syntax": ":target-within",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:target-within"
},
":user-invalid": {
"syntax": ":user-invalid",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:user-invalid"
},
":valid": {

@@ -902,2 +992,11 @@ "syntax": ":valid",

},
":picture-in-picture": {
"syntax": ":picture-in-picture",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:picture-in-picture"
},
"::placeholder": {

@@ -904,0 +1003,0 @@ "syntax": "::placeholder",

9

css/syntaxes.json

@@ -524,2 +524,5 @@ {

},
"page-size": {
"syntax": "A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"
},
"path()": {

@@ -646,3 +649,3 @@ "syntax": "path( [ <fill-rule>, ]? <string> )"

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

@@ -662,3 +665,3 @@ "single-animation-direction": {

"single-transition": {
"syntax": "[ none | <single-transition-property> ] || <time> || <timing-function> || <time>"
"syntax": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"
},

@@ -713,3 +716,3 @@ "single-transition-property": {

},
"timing-function": {
"easing-function": {
"syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"

@@ -716,0 +719,0 @@ },

{
"name": "mdn-data",
"version": "2.0.14",
"version": "2.0.15",
"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