Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/ddbeck/mdn-content-i…
Browse files Browse the repository at this point in the history
…nventory-0.2.20240722
  • Loading branch information
queengooborg authored Jul 23, 2024
2 parents b051c8e + e0c668f commit 44bdc11
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 73 deletions.
39 changes: 0 additions & 39 deletions api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -2483,45 +2483,6 @@
}
}
},
"scrollPathIntoView": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-scrollpathintoview-dev",
"support": {
"chrome": {
"version_added": "36",
"flags": [
{
"type": "preference",
"name": "#enable-experimental-web-platform-features"
}
]
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"setLineDash": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash",
Expand Down
5 changes: 5 additions & 0 deletions css/properties/font-feature-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"version_added": "34",
"notes": "The <a href='https://mpeg.chiariglione.org/standards/mpeg-4/open-font-format/text-isoiec-cd-14496-22-3rd-edition'>ISO/IEC CD 14496-22 3rd edition</a> suggests using the <code>ssty</code> feature to provide glyph variants more suitable for use in scripts (for example primes used as superscripts). Starting with Firefox 29, this is done automatically by the <a href='https://developer.mozilla.org/docs/Web/MathML'>MathML</a> rendering engine. The ISO/IEC CD 14496-22 3rd edition also suggests applying the <code>dtls</code> feature to letters when placing mathematical accents to get dotless forms (for example dotless i, j with a hat). Starting with Firefox 35, this is done automatically by the MathML rendering engine. You can override the default values determined by the MathML rendering engine with CSS."
},
{
"prefix": "-webkit-",
"version_added": "129",
"notes": "From Firefox 129 the <code>-webkit-font-feature-settings</code> alias has been added to support sites that are still supporting the vendor prefix."
},
{
"prefix": "-moz-",
"version_added": "15",
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@
"eslint-config-standard": "~17.1.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-jsdoc": "~48.7.0",
"eslint-plugin-jsdoc": "~48.8.3",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prefer-arrow-functions": "~3.3.1",
"eslint-plugin-promise": "~6.4.0",
"eslint-plugin-promise": "~6.6.0",
"eslint-plugin-unicorn": "^54.0.0",
"fast-json-stable-stringify": "~2.1.0",
"fdir": "~6.1.0",
"fdir": "~6.2.0",
"husky": "^9.0.2",
"json-schema-to-typescript": "~14.1.0",
"json-schema-to-typescript": "~15.0.0",
"lint-staged": "^15.0.1",
"mocha": "~10.6.0",
"mocha": "~10.7.0",
"open-cli": "~8.0.0",
"ora": "~8.0.1",
"prettier": "~3.3.1",
Expand Down

0 comments on commit 44bdc11

Please sign in to comment.