From 354b356f8081d44a6e31d43620245e83e1221abd Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Fri, 16 Aug 2024 12:23:47 +0200 Subject: [PATCH 01/17] Untag toLocaleString (move to Intl feature) (#24148) --- javascript/builtins/Array.json | 4 ---- javascript/builtins/BigInt.json | 4 ---- javascript/builtins/TypedArray.json | 4 ---- 3 files changed, 12 deletions(-) diff --git a/javascript/builtins/Array.json b/javascript/builtins/Array.json index 3bdd42d86e0310..cb286722a63157 100644 --- a/javascript/builtins/Array.json +++ b/javascript/builtins/Array.json @@ -1871,10 +1871,6 @@ "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.tolocalestring", "https://tc39.es/ecma402/#sup-array.prototype.tolocalestring" ], - "tags": [ - "web-features:array", - "web-features:snapshot:ecmascript-3" - ], "support": { "chrome": { "version_added": "1" diff --git a/javascript/builtins/BigInt.json b/javascript/builtins/BigInt.json index dbd62187063342..22af8421eb7a78 100644 --- a/javascript/builtins/BigInt.json +++ b/javascript/builtins/BigInt.json @@ -181,10 +181,6 @@ "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/BigInt/toLocaleString", "spec_url": "https://tc39.es/ecma402/#sup-bigint.prototype.tolocalestring", - "tags": [ - "web-features:snapshot:ecmascript-2020", - "web-features:bigint" - ], "support": { "chrome": { "version_added": "67" diff --git a/javascript/builtins/TypedArray.json b/javascript/builtins/TypedArray.json index 24a3ed028cecba..fb4858af1d446b 100644 --- a/javascript/builtins/TypedArray.json +++ b/javascript/builtins/TypedArray.json @@ -1841,10 +1841,6 @@ "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toLocaleString", "spec_url": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%typedarray%.prototype.tolocalestring", - "tags": [ - "web-features:typed-arrays", - "web-features:snapshot:ecmascript-2015" - ], "support": { "chrome": { "version_added": "7" From 599778f96fb7979905d461f72f39550b62e06a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:36:28 +0000 Subject: [PATCH 02/17] Bump @ddbeck/mdn-content-inventory from 0.2.20240815 to 0.2.20240816 (#24149) --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24b21f51dc600a..e89ca88064145d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -531,9 +531,9 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "version": "0.2.20240815", - "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240815.tgz", - "integrity": "sha512-0DaMbEJweRKFxuY7t5ZMCVgixzUdQ+lM8q+rOchuqRWqrLzYtLYvvk8FdkqBv37nA6udbPeSsSac7Jsy6kk7RQ==", + "version": "0.2.20240816", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240816.tgz", + "integrity": "sha512-I3dlz9KLDkexNgSFvigNYzNE0pVFDW3PPLQ5aCIyYpdHirAh8yCrDglQwUoRfCSns7iSVfDvahOtYuFkYBrJLQ==", "dev": true }, "node_modules/@desertnet/html-parser": { From d23619d15ff3a8f64d7810193f20105a96018659 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sat, 17 Aug 2024 00:56:06 +0300 Subject: [PATCH 03/17] feat(css): Add CSS Display Module Level 4 `reading-flow` property compatibility data (#23927) * feat(css): Add CSS Values Level 4 `reading-flow()` compatibility data * Update * Update * Update * Update --- css/properties/reading-flow.json | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 css/properties/reading-flow.json diff --git a/css/properties/reading-flow.json b/css/properties/reading-flow.json new file mode 100644 index 00000000000000..871285945e14eb --- /dev/null +++ b/css/properties/reading-flow.json @@ -0,0 +1,47 @@ +{ + "css": { + "properties": { + "reading-flow": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-display-4/#reading-flow", + "support": { + "chrome": { + "version_added": "128", + "flags": [ + { + "type": "preference", + "name": "layout.css.reading-flow.enabled", + "value_to_set": "true" + } + ], + "impl_url": "https://crbug.com/40932006" + }, + "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 + } + } + } + } + } +} From 11fb2b3a1b8c87472e3c91870170187ba2c6235c Mon Sep 17 00:00:00 2001 From: Gagan Bhullar Date: Fri, 16 Aug 2024 15:57:07 -0600 Subject: [PATCH 04/17] deprecate webkit meter bar (#23939) --- css/selectors/-webkit-meter-bar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/selectors/-webkit-meter-bar.json b/css/selectors/-webkit-meter-bar.json index 36a2471058f754..ef872a5ded5ea0 100644 --- a/css/selectors/-webkit-meter-bar.json +++ b/css/selectors/-webkit-meter-bar.json @@ -33,7 +33,7 @@ "status": { "experimental": false, "standard_track": false, - "deprecated": false + "deprecated": true } } } From 4ba9b57ed194c26416edec08b0cd2bbf65f34139 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Fri, 16 Aug 2024 23:58:15 +0200 Subject: [PATCH 05/17] Mark SVG{String,Transform}List.length as standardized (#23944) * Mark SVG{String,Transform}List.length as standardized * add spec_urls --- api/SVGStringList.json | 3 ++- api/SVGTransformList.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/SVGStringList.json b/api/SVGStringList.json index 0cf31ed5de4003..cc01e84df2d25a 100644 --- a/api/SVGStringList.json +++ b/api/SVGStringList.json @@ -259,6 +259,7 @@ }, "length": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__length", "support": { "chrome": { "version_added": "35" @@ -288,7 +289,7 @@ }, "status": { "experimental": false, - "standard_track": false, + "standard_track": true, "deprecated": false } } diff --git a/api/SVGTransformList.json b/api/SVGTransformList.json index d136b6a9cdb4b1..45506df7a8deba 100644 --- a/api/SVGTransformList.json +++ b/api/SVGTransformList.json @@ -346,6 +346,7 @@ }, "length": { "__compat": { + "spec_url": "https://svgwg.org/svg2-draft/types.html#__svg__SVGNameList__length", "support": { "chrome": { "version_added": "35" @@ -377,7 +378,7 @@ }, "status": { "experimental": false, - "standard_track": false, + "standard_track": true, "deprecated": false } } From 331af0c1fddf812aa52c9c502039bfa2c825bfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Sat, 17 Aug 2024 00:03:05 +0200 Subject: [PATCH 06/17] Update data about import attributes (#23973) * Update data about import attributes * Add Node.js versions 18.18 to 18.20 --- browsers/nodejs.json | 21 +++++++++++++++++++++ javascript/statements.json | 33 ++++++++++++++++++++++++--------- 2 files changed, 45 insertions(+), 9 deletions(-) diff --git a/browsers/nodejs.json b/browsers/nodejs.json index 663a89b3aa6743..82dd311311a1b2 100644 --- a/browsers/nodejs.json +++ b/browsers/nodejs.json @@ -457,6 +457,27 @@ "18.17.0": { "release_date": "2023-07-18", "release_notes": "https://nodejs.org/en/blog/release/v18.17.0/", + "status": "retired", + "engine": "V8", + "engine_version": "10.2" + }, + "18.18.0": { + "release_date": "2023-09-18", + "release_notes": "https://nodejs.org/en/blog/release/v18.18.0/", + "status": "retired", + "engine": "V8", + "engine_version": "10.2" + }, + "18.19.0": { + "release_date": "2023-11-29", + "release_notes": "https://nodejs.org/en/blog/release/v18.19.0/", + "status": "retired", + "engine": "V8", + "engine_version": "10.2" + }, + "18.20.0": { + "release_date": "2024-03-26", + "release_notes": "https://nodejs.org/en/blog/release/v18.20.0/", "status": "esr", "engine": "V8", "engine_version": "10.2" diff --git a/javascript/statements.json b/javascript/statements.json index ee373aaf2f31ca..cf35a7b111845c 100644 --- a/javascript/statements.json +++ b/javascript/statements.json @@ -1312,7 +1312,8 @@ "description": "Import attributes with assert syntax (formerly import assertions)", "support": { "chrome": { - "version_added": "91" + "version_added": "91", + "version_removed": "126" }, "chrome_android": "mirror", "deno": { @@ -1355,7 +1356,8 @@ "description": "assert {type: 'css'}", "support": { "chrome": { - "version_added": "93" + "version_added": "93", + "version_removed": "126" }, "chrome_android": "mirror", "deno": { @@ -1400,7 +1402,8 @@ "description": "assert {type: 'json'}", "support": { "chrome": { - "version_added": "91" + "version_added": "91", + "version_removed": "126" }, "chrome_android": "mirror", "deno": { @@ -1466,9 +1469,15 @@ "ie": { "version_added": false }, - "nodejs": { - "version_added": "20.10.0" - }, + "nodejs": [ + { + "version_added": "20.10.0" + }, + { + "version_added": "18.20.0", + "version_removed": "19.0.0" + } + ], "oculus": "mirror", "opera": "mirror", "opera_android": "mirror", @@ -1550,9 +1559,15 @@ "ie": { "version_added": false }, - "nodejs": { - "version_added": "20.10.0" - }, + "nodejs": [ + { + "version_added": "20.10.0" + }, + { + "version_added": "18.20.0", + "version_removed": "19.0.0" + } + ], "oculus": "mirror", "opera": "mirror", "opera_android": "mirror", From 9595829fa48490a2297642cddc14d6afa5354d6d Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Sat, 17 Aug 2024 00:04:31 +0200 Subject: [PATCH 07/17] Update Temporal data (#24005) --- javascript/builtins/Temporal/Calendar.json | 28 +- javascript/builtins/Temporal/Duration.json | 28 +- javascript/builtins/Temporal/Instant.json | 282 +----------------- javascript/builtins/Temporal/Now.json | 119 +------- javascript/builtins/Temporal/PlainDate.json | 93 +++--- .../builtins/Temporal/PlainDateTime.json | 164 +--------- .../builtins/Temporal/PlainMonthDay.json | 19 +- javascript/builtins/Temporal/PlainTime.json | 180 +---------- .../builtins/Temporal/PlainYearMonth.json | 37 +-- javascript/builtins/Temporal/TimeZone.json | 116 +------ .../builtins/Temporal/ZonedDateTime.json | 261 ++-------------- 11 files changed, 113 insertions(+), 1214 deletions(-) diff --git a/javascript/builtins/Temporal/Calendar.json b/javascript/builtins/Temporal/Calendar.json index 77d681970d67f3..124d5099de74a3 100644 --- a/javascript/builtins/Temporal/Calendar.json +++ b/javascript/builtins/Temporal/Calendar.json @@ -4,7 +4,6 @@ "Temporal": { "Calendar": { "__compat": { - "description": "Temporal.Calendar interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "Calendar": { "__compat": { - "description": "Temporal.Calendar constructor", + "description": "Calendar() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "dateAdd": { "__compat": { - "description": "Temporal.Calendar.dateAdd()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "tags": [ "web-features:temporal" @@ -159,7 +157,6 @@ }, "dateFromFields": { "__compat": { - "description": "Temporal.Calendar.dateFromFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", "tags": [ "web-features:temporal" @@ -211,7 +208,6 @@ }, "dateUntil": { "__compat": { - "description": "Temporal.Calendar.dateUntil()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "day": { "__compat": { - "description": "Temporal.Calendar.day()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "dayOfWeek": { "__compat": { - "description": "Temporal.Calendar.dayOfWeek()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "dayOfYear": { "__compat": { - "description": "Temporal.Calendar.dayOfYear()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -419,7 +412,6 @@ }, "daysInMonth": { "__compat": { - "description": "Temporal.Calendar.daysInMonth()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -471,7 +463,6 @@ }, "daysInWeek": { "__compat": { - "description": "Temporal.Calendar.daysInWeek()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -523,7 +514,6 @@ }, "daysInYear": { "__compat": { - "description": "Temporal.Calendar.daysInYear()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -575,7 +565,6 @@ }, "era": { "__compat": { - "description": "Temporal.Calendar.era()", "tags": [ "web-features:temporal" ], @@ -626,7 +615,6 @@ }, "eraYear": { "__compat": { - "description": "Temporal.Calendar.eraYear()", "tags": [ "web-features:temporal" ], @@ -677,7 +665,6 @@ }, "fields": { "__compat": { - "description": "Temporal.Calendar.fields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "tags": [ "web-features:temporal" @@ -729,7 +716,6 @@ }, "from": { "__compat": { - "description": "Temporal.Calendar.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", "tags": [ "web-features:temporal" @@ -781,7 +767,6 @@ }, "id": { "__compat": { - "description": "Temporal.Calendar.id", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", "tags": [ "web-features:temporal" @@ -833,7 +818,6 @@ }, "inLeapYear": { "__compat": { - "description": "Temporal.Calendar.inLeapYear()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -885,7 +869,6 @@ }, "mergeFields": { "__compat": { - "description": "Temporal.Calendar.mergeFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", "tags": [ "web-features:temporal" @@ -937,7 +920,6 @@ }, "month": { "__compat": { - "description": "Temporal.Calendar.month()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "tags": [ "web-features:temporal" @@ -989,7 +971,6 @@ }, "monthCode": { "__compat": { - "description": "Temporal.Calendar.monthCode()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "tags": [ "web-features:temporal" @@ -1041,7 +1022,6 @@ }, "monthDayFromFields": { "__compat": { - "description": "Temporal.Calendar.monthDayFromFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", "tags": [ "web-features:temporal" @@ -1093,7 +1073,6 @@ }, "monthsInYear": { "__compat": { - "description": "Temporal.Calendar.monthsInYear()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -1145,7 +1124,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.Calendar.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", "tags": [ "web-features:temporal" @@ -1197,7 +1175,6 @@ }, "toString": { "__compat": { - "description": "Temporal.Calendar.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", "tags": [ "web-features:temporal" @@ -1249,7 +1226,6 @@ }, "weekOfYear": { "__compat": { - "description": "Temporal.Calendar.weekOfYear()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -1301,7 +1277,6 @@ }, "year": { "__compat": { - "description": "Temporal.Calendar.year()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "tags": [ "web-features:temporal" @@ -1353,7 +1328,6 @@ }, "yearMonthFromFields": { "__compat": { - "description": "Temporal.Calendar.yearMonthFromFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/Duration.json b/javascript/builtins/Temporal/Duration.json index ce9c726b8cde00..16bd41c940c0ec 100644 --- a/javascript/builtins/Temporal/Duration.json +++ b/javascript/builtins/Temporal/Duration.json @@ -4,7 +4,6 @@ "Temporal": { "Duration": { "__compat": { - "description": "Temporal.Duration interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "Duration": { "__compat": { - "description": "Temporal.Duration constructor", + "description": "Duration() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "abs": { "__compat": { - "description": "Temporal.Duration.abs()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "tags": [ "web-features:temporal" @@ -159,7 +157,6 @@ }, "add": { "__compat": { - "description": "Temporal.Duration.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "tags": [ "web-features:temporal" @@ -211,7 +208,6 @@ }, "blank": { "__compat": { - "description": "Temporal.Duration.blank", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "compare": { "__compat": { - "description": "Temporal.Duration.compare()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "days": { "__compat": { - "description": "Temporal.Duration.days", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.days", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "from": { "__compat": { - "description": "Temporal.Duration.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", "tags": [ "web-features:temporal" @@ -419,7 +412,6 @@ }, "hours": { "__compat": { - "description": "Temporal.Duration.hours", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.hours", "tags": [ "web-features:temporal" @@ -471,7 +463,6 @@ }, "microseconds": { "__compat": { - "description": "Temporal.Duration.microseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "tags": [ "web-features:temporal" @@ -523,7 +514,6 @@ }, "milliseconds": { "__compat": { - "description": "Temporal.Duration.milliseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.milliseconds", "tags": [ "web-features:temporal" @@ -575,7 +565,6 @@ }, "minutes": { "__compat": { - "description": "Temporal.Duration.minutes", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.minutes", "tags": [ "web-features:temporal" @@ -627,7 +616,6 @@ }, "months": { "__compat": { - "description": "Temporal.Duration.months", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.months", "tags": [ "web-features:temporal" @@ -679,7 +667,6 @@ }, "nanoseconds": { "__compat": { - "description": "Temporal.Duration.nanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "tags": [ "web-features:temporal" @@ -731,7 +718,6 @@ }, "negated": { "__compat": { - "description": "Temporal.Duration.negated()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "tags": [ "web-features:temporal" @@ -783,7 +769,6 @@ }, "round": { "__compat": { - "description": "Temporal.Duration.round()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "tags": [ "web-features:temporal" @@ -835,7 +820,6 @@ }, "seconds": { "__compat": { - "description": "Temporal.Duration.seconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.seconds", "tags": [ "web-features:temporal" @@ -887,7 +871,6 @@ }, "sign": { "__compat": { - "description": "Temporal.Duration.sign", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", "tags": [ "web-features:temporal" @@ -939,7 +922,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.Duration.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "tags": [ "web-features:temporal" @@ -991,7 +973,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.Duration.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "tags": [ "web-features:temporal" @@ -1043,7 +1024,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.Duration.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1095,7 +1075,6 @@ }, "toString": { "__compat": { - "description": "Temporal.Duration.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "tags": [ "web-features:temporal" @@ -1147,7 +1126,6 @@ }, "total": { "__compat": { - "description": "Temporal.Duration.total()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "tags": [ "web-features:temporal" @@ -1199,7 +1177,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.Duration.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", "tags": [ "web-features:temporal" @@ -1251,7 +1228,6 @@ }, "weeks": { "__compat": { - "description": "Temporal.Duration.weeks", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.weeks", "tags": [ "web-features:temporal" @@ -1303,7 +1279,6 @@ }, "with": { "__compat": { - "description": "Temporal.Duration.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "tags": [ "web-features:temporal" @@ -1355,7 +1330,6 @@ }, "years": { "__compat": { - "description": "Temporal.Duration.years", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.years", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/Instant.json b/javascript/builtins/Temporal/Instant.json index dac77140d011f1..7f431a5861b5f3 100644 --- a/javascript/builtins/Temporal/Instant.json +++ b/javascript/builtins/Temporal/Instant.json @@ -4,7 +4,6 @@ "Temporal": { "Instant": { "__compat": { - "description": "Temporal.Instant interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", "tags": [ "web-features:temporal" @@ -55,8 +54,8 @@ }, "Instant": { "__compat": { - "description": "Temporal.Instant constructor", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", + "description": "Instant() constructor", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", "tags": [ "web-features:temporal" ], @@ -107,7 +106,6 @@ }, "add": { "__compat": { - "description": "Temporal.Instant.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", "tags": [ "web-features:temporal" @@ -159,7 +157,6 @@ }, "compare": { "__compat": { - "description": "Temporal.Instant.compare()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "tags": [ "web-features:temporal" @@ -209,61 +206,8 @@ } } }, - "epochMicroseconds": { - "__compat": { - "description": "Temporal.Instant.epochMicroseconds", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": "preview", - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "epochMilliseconds": { "__compat": { - "description": "Temporal.Instant.epochMilliseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "tags": [ "web-features:temporal" @@ -315,7 +259,6 @@ }, "epochNanoseconds": { "__compat": { - "description": "Temporal.Instant.epochNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", "tags": [ "web-features:temporal" @@ -365,61 +308,8 @@ } } }, - "epochSeconds": { - "__compat": { - "description": "Temporal.Instant.epochSeconds", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": "preview", - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "equals": { "__compat": { - "description": "Temporal.Instant.equals()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "tags": [ "web-features:temporal" @@ -471,7 +361,6 @@ }, "from": { "__compat": { - "description": "Temporal.Instant.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", "tags": [ "web-features:temporal" @@ -521,61 +410,8 @@ } } }, - "fromEpochMicroseconds": { - "__compat": { - "description": "Temporal.Instant.fromEpochMicroseconds()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": "preview", - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "fromEpochMilliseconds": { "__compat": { - "description": "Temporal.Instant.fromEpochMilliseconds()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "tags": [ "web-features:temporal" @@ -627,7 +463,6 @@ }, "fromEpochNanoseconds": { "__compat": { - "description": "Temporal.Instant.fromEpochNanoseconds()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "tags": [ "web-features:temporal" @@ -677,61 +512,8 @@ } } }, - "fromEpochSeconds": { - "__compat": { - "description": "Temporal.Instant.fromEpochSeconds()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": "preview", - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "round": { "__compat": { - "description": "Temporal.Instant.round()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "tags": [ "web-features:temporal" @@ -783,7 +565,6 @@ }, "since": { "__compat": { - "description": "Temporal.Instant.since()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "tags": [ "web-features:temporal" @@ -835,7 +616,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.Instant.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "tags": [ "web-features:temporal" @@ -887,7 +667,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.Instant.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "tags": [ "web-features:temporal" @@ -939,7 +718,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.Instant.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -991,7 +769,6 @@ }, "toString": { "__compat": { - "description": "Temporal.Instant.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "tags": [ "web-features:temporal" @@ -1041,61 +818,8 @@ } } }, - "toZonedDateTime": { - "__compat": { - "description": "Temporal.Instant.toZonedDateTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "toZonedDateTimeISO": { "__compat": { - "description": "Temporal.Instant.toZonedDateTimeISO()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "tags": [ "web-features:temporal" @@ -1147,7 +871,6 @@ }, "until": { "__compat": { - "description": "Temporal.Instant.until()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "tags": [ "web-features:temporal" @@ -1199,7 +922,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.Instant.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/Now.json b/javascript/builtins/Temporal/Now.json index 32a674af21af25..5988c3a6a4439a 100644 --- a/javascript/builtins/Temporal/Now.json +++ b/javascript/builtins/Temporal/Now.json @@ -4,7 +4,6 @@ "Temporal": { "Now": { "__compat": { - "description": "Temporal.Now interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-now-object", "tags": [ "web-features:temporal" @@ -55,7 +54,6 @@ }, "instant": { "__compat": { - "description": "Temporal.Now.instant()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", "tags": [ "web-features:temporal" @@ -105,61 +103,8 @@ } } }, - "plainDate": { - "__compat": { - "description": "Temporal.Now.plainDate()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindate", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "plainDateISO": { "__compat": { - "description": "Temporal.Now.plainDateISO()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", "tags": [ "web-features:temporal" @@ -209,61 +154,8 @@ } } }, - "plainDateTime": { - "__compat": { - "description": "Temporal.Now.plainDateTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetime", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "plainDateTimeISO": { "__compat": { - "description": "Temporal.Now.plainDateTimeISO()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", "tags": [ "web-features:temporal" @@ -313,10 +205,9 @@ } } }, - "timeZone": { + "plainTimeISO": { "__compat": { - "description": "Temporal.Now.timeZone()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.timezone", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", "tags": [ "web-features:temporal" ], @@ -365,10 +256,9 @@ } } }, - "zonedDateTime": { + "timeZoneID": { "__compat": { - "description": "Temporal.Now.zonedDateTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetime", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.timezoneid", "tags": [ "web-features:temporal" ], @@ -419,7 +309,6 @@ }, "zonedDateTimeISO": { "__compat": { - "description": "Temporal.Now.zonedDateTimeISO()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainDate.json b/javascript/builtins/Temporal/PlainDate.json index 19ccef806e48dc..eac57cf490dadf 100644 --- a/javascript/builtins/Temporal/PlainDate.json +++ b/javascript/builtins/Temporal/PlainDate.json @@ -4,7 +4,6 @@ "Temporal": { "PlainDate": { "__compat": { - "description": "Temporal.PlainDate interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "PlainDate": { "__compat": { - "description": "Temporal.PlainDate constructor", + "description": "PlainDate() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "add": { "__compat": { - "description": "Temporal.PlainDate.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "tags": [ "web-features:temporal" @@ -157,10 +155,9 @@ } } }, - "calendar": { + "calendarId": { "__compat": { - "description": "Temporal.PlainDate.calendar", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendar", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendarid", "tags": [ "web-features:temporal" ], @@ -211,7 +208,6 @@ }, "compare": { "__compat": { - "description": "Temporal.PlainDate.compare()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "day": { "__compat": { - "description": "Temporal.PlainDate.day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "dayOfWeek": { "__compat": { - "description": "Temporal.PlainDate.dayOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "dayOfYear": { "__compat": { - "description": "Temporal.PlainDate.dayOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -419,7 +412,6 @@ }, "daysInMonth": { "__compat": { - "description": "Temporal.PlainDate.daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -471,7 +463,6 @@ }, "daysInWeek": { "__compat": { - "description": "Temporal.PlainDate.daysInWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -523,7 +514,6 @@ }, "daysInYear": { "__compat": { - "description": "Temporal.PlainDate.daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -575,7 +565,6 @@ }, "equals": { "__compat": { - "description": "Temporal.PlainDate.equals()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "tags": [ "web-features:temporal" @@ -627,7 +616,6 @@ }, "era": { "__compat": { - "description": "Temporal.PlainDate.era", "tags": [ "web-features:temporal" ], @@ -678,7 +666,6 @@ }, "eraYear": { "__compat": { - "description": "Temporal.PlainDate.eraYear", "tags": [ "web-features:temporal" ], @@ -729,7 +716,6 @@ }, "from": { "__compat": { - "description": "Temporal.PlainDate.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", "tags": [ "web-features:temporal" @@ -781,7 +767,6 @@ }, "getISOFields": { "__compat": { - "description": "Temporal.PlainDate.getISOFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.getisofields", "tags": [ "web-features:temporal" @@ -833,7 +818,6 @@ }, "inLeapYear": { "__compat": { - "description": "Temporal.PlainDate.inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -885,7 +869,6 @@ }, "month": { "__compat": { - "description": "Temporal.PlainDate.month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", "tags": [ "web-features:temporal" @@ -937,8 +920,7 @@ }, "monthCode": { "__compat": { - "description": "Temporal.PlainDate.monthCode", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthCode", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", "tags": [ "web-features:temporal" ], @@ -989,7 +971,6 @@ }, "monthsInYear": { "__compat": { - "description": "Temporal.PlainDate.monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -1041,7 +1022,6 @@ }, "since": { "__compat": { - "description": "Temporal.PlainDate.since()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "tags": [ "web-features:temporal" @@ -1093,7 +1073,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.PlainDate.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "tags": [ "web-features:temporal" @@ -1145,7 +1124,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.PlainDate.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", "tags": [ "web-features:temporal" @@ -1197,7 +1175,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.PlainDate.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1249,7 +1226,6 @@ }, "toPlainDateTime": { "__compat": { - "description": "Temporal.PlainDate.toPlainDateTime()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "tags": [ "web-features:temporal" @@ -1301,7 +1277,6 @@ }, "toPlainMonthDay": { "__compat": { - "description": "Temporal.PlainDate.toPlainMonthDay()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "tags": [ "web-features:temporal" @@ -1353,7 +1328,6 @@ }, "toPlainYearMonth": { "__compat": { - "description": "Temporal.PlainDate.toPlainYearMonth()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", "tags": [ "web-features:temporal" @@ -1405,7 +1379,6 @@ }, "toString": { "__compat": { - "description": "Temporal.PlainDate.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "tags": [ "web-features:temporal" @@ -1457,7 +1430,6 @@ }, "toZonedDateTime": { "__compat": { - "description": "Temporal.PlainDate.toZonedDateTime()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "tags": [ "web-features:temporal" @@ -1509,7 +1481,6 @@ }, "until": { "__compat": { - "description": "Temporal.PlainDate.until()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "tags": [ "web-features:temporal" @@ -1561,7 +1532,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.PlainDate.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", "tags": [ "web-features:temporal" @@ -1613,7 +1583,6 @@ }, "weekOfYear": { "__compat": { - "description": "Temporal.PlainDate.weekOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -1665,7 +1634,6 @@ }, "with": { "__compat": { - "description": "Temporal.PlainDate.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "tags": [ "web-features:temporal" @@ -1717,7 +1685,6 @@ }, "withCalendar": { "__compat": { - "description": "Temporal.PlainDate.withCalendar()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "tags": [ "web-features:temporal" @@ -1769,7 +1736,6 @@ }, "year": { "__compat": { - "description": "Temporal.PlainDate.year", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "tags": [ "web-features:temporal" @@ -1818,6 +1784,57 @@ "deprecated": false } } + }, + "yearOfWeek": { + "__compat": { + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", + "tags": [ + "web-features:temporal" + ], + "support": { + "chrome": { + "version_added": false, + "impl_url": "https://crbug.com/v8/11544" + }, + "chrome_android": "mirror", + "deno": { + "version_added": "1.40", + "flags": [ + { + "type": "runtime_flag", + "name": "--unstable-temporal" + } + ] + }, + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/1519167" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "nodejs": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/223166" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } } diff --git a/javascript/builtins/Temporal/PlainDateTime.json b/javascript/builtins/Temporal/PlainDateTime.json index 119ab9b83e6e49..9adc140772118d 100644 --- a/javascript/builtins/Temporal/PlainDateTime.json +++ b/javascript/builtins/Temporal/PlainDateTime.json @@ -4,7 +4,6 @@ "Temporal": { "PlainDateTime": { "__compat": { - "description": "Temporal.PlainDateTime interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "PlainDateTime": { "__compat": { - "description": "Temporal.PlainDateTime constructor", + "description": "PlainDateTime() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "add": { "__compat": { - "description": "Temporal.PlainDateTime.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "tags": [ "web-features:temporal" @@ -157,10 +155,9 @@ } } }, - "calendar": { + "calendarId": { "__compat": { - "description": "Temporal.PlainDateTime.calendar", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendar", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", "tags": [ "web-features:temporal" ], @@ -211,7 +208,6 @@ }, "compare": { "__compat": { - "description": "Temporal.PlainDateTime.compare()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "day": { "__compat": { - "description": "Temporal.PlainDateTime.day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "dayOfWeek": { "__compat": { - "description": "Temporal.PlainDateTime.dayOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "dayOfYear": { "__compat": { - "description": "Temporal.PlainDateTime.dayOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -419,7 +412,6 @@ }, "daysInMonth": { "__compat": { - "description": "Temporal.PlainDateTime.daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -471,7 +463,6 @@ }, "daysInWeek": { "__compat": { - "description": "Temporal.PlainDateTime.daysInWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -523,7 +514,6 @@ }, "daysInYear": { "__compat": { - "description": "Temporal.PlainDateTime.daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -575,7 +565,6 @@ }, "equals": { "__compat": { - "description": "Temporal.PlainDateTime.equals()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "tags": [ "web-features:temporal" @@ -627,7 +616,6 @@ }, "era": { "__compat": { - "description": "Temporal.PlainDateTime.era", "tags": [ "web-features:temporal" ], @@ -678,7 +666,6 @@ }, "eraYear": { "__compat": { - "description": "Temporal.PlainDateTime.eraYear", "tags": [ "web-features:temporal" ], @@ -729,7 +716,6 @@ }, "from": { "__compat": { - "description": "Temporal.PlainDateTime.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "tags": [ "web-features:temporal" @@ -781,7 +767,6 @@ }, "getISOFields": { "__compat": { - "description": "Temporal.PlainDateTime.getISOFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", "tags": [ "web-features:temporal" @@ -833,7 +818,6 @@ }, "hour": { "__compat": { - "description": "Temporal.PlainDateTime.hour", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", "tags": [ "web-features:temporal" @@ -885,7 +869,6 @@ }, "inLeapYear": { "__compat": { - "description": "Temporal.PlainDateTime.inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -937,7 +920,6 @@ }, "microsecond": { "__compat": { - "description": "Temporal.PlainDateTime.microsecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", "tags": [ "web-features:temporal" @@ -989,7 +971,6 @@ }, "millisecond": { "__compat": { - "description": "Temporal.PlainDateTime.millisecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.millisecond", "tags": [ "web-features:temporal" @@ -1041,7 +1022,6 @@ }, "minute": { "__compat": { - "description": "Temporal.PlainDateTime.minute", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", "tags": [ "web-features:temporal" @@ -1093,7 +1073,6 @@ }, "month": { "__compat": { - "description": "Temporal.PlainDateTime.month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", "tags": [ "web-features:temporal" @@ -1145,7 +1124,6 @@ }, "monthCode": { "__compat": { - "description": "Temporal.PlainDateTime.monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", "tags": [ "web-features:temporal" @@ -1197,7 +1175,6 @@ }, "monthsInYear": { "__compat": { - "description": "Temporal.PlainDateTime.monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -1249,7 +1226,6 @@ }, "nanosecond": { "__compat": { - "description": "Temporal.PlainDateTime.nanosecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", "tags": [ "web-features:temporal" @@ -1301,7 +1277,6 @@ }, "round": { "__compat": { - "description": "Temporal.PlainDateTime.round()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "tags": [ "web-features:temporal" @@ -1353,7 +1328,6 @@ }, "second": { "__compat": { - "description": "Temporal.PlainDateTime.second", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", "tags": [ "web-features:temporal" @@ -1405,7 +1379,6 @@ }, "since": { "__compat": { - "description": "Temporal.PlainDateTime.since()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "tags": [ "web-features:temporal" @@ -1457,7 +1430,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.PlainDateTime.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "tags": [ "web-features:temporal" @@ -1509,7 +1481,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.PlainDateTime.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "tags": [ "web-features:temporal" @@ -1561,7 +1532,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.PlainDateTime.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1613,7 +1583,6 @@ }, "toPlainDate": { "__compat": { - "description": "Temporal.PlainDateTime.toPlainDate()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -1663,61 +1632,8 @@ } } }, - "toPlainMonthDay": { - "__compat": { - "description": "Temporal.PlainDateTime.toPlainMonthDay()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "toPlainTime": { "__compat": { - "description": "Temporal.PlainDateTime.toPlainTime()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "tags": [ "web-features:temporal" @@ -1767,61 +1683,8 @@ } } }, - "toPlainYearMonth": { - "__compat": { - "description": "Temporal.PlainDateTime.toPlainYearMonth()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "toString": { "__compat": { - "description": "Temporal.PlainDateTime.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "tags": [ "web-features:temporal" @@ -1873,7 +1736,6 @@ }, "toZonedDateTime": { "__compat": { - "description": "Temporal.PlainDateTime.toZonedDateTime()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", "tags": [ "web-features:temporal" @@ -1925,7 +1787,6 @@ }, "until": { "__compat": { - "description": "Temporal.PlainDateTime.until()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "tags": [ "web-features:temporal" @@ -1977,7 +1838,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.PlainDateTime.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", "tags": [ "web-features:temporal" @@ -2029,7 +1889,6 @@ }, "weekOfYear": { "__compat": { - "description": "Temporal.PlainDateTime.weekOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -2081,7 +1940,6 @@ }, "with": { "__compat": { - "description": "Temporal.PlainDateTime.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "tags": [ "web-features:temporal" @@ -2133,7 +1991,6 @@ }, "withCalendar": { "__compat": { - "description": "Temporal.PlainDateTime.withCalendar()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "tags": [ "web-features:temporal" @@ -2183,10 +2040,9 @@ } } }, - "withPlainDate": { + "withPlainTime": { "__compat": { - "description": "Temporal.PlainDateTime.withPlainDate()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "tags": [ "web-features:temporal" ], @@ -2235,10 +2091,9 @@ } } }, - "withPlainTime": { + "year": { "__compat": { - "description": "Temporal.PlainDateTime.withPlainTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", "tags": [ "web-features:temporal" ], @@ -2287,10 +2142,9 @@ } } }, - "year": { + "yearOfWeek": { "__compat": { - "description": "Temporal.PlainDateTime.year", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", "tags": [ "web-features:temporal" ], diff --git a/javascript/builtins/Temporal/PlainMonthDay.json b/javascript/builtins/Temporal/PlainMonthDay.json index 05e243d1f5abf6..0d7345d98f81db 100644 --- a/javascript/builtins/Temporal/PlainMonthDay.json +++ b/javascript/builtins/Temporal/PlainMonthDay.json @@ -4,7 +4,6 @@ "Temporal": { "PlainMonthDay": { "__compat": { - "description": "Temporal.PlainMonthDay interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "PlainMonthDay": { "__compat": { - "description": "Temporal.PlainMonthDay constructor", + "description": "PlainMonthDay() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", "tags": [ "web-features:temporal" @@ -105,10 +104,9 @@ } } }, - "calendar": { + "calendarId": { "__compat": { - "description": "Temporal.PlainMonthDay.calendar", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendar", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", "tags": [ "web-features:temporal" ], @@ -159,7 +157,6 @@ }, "day": { "__compat": { - "description": "Temporal.PlainMonthDay.day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "tags": [ "web-features:temporal" @@ -211,7 +208,6 @@ }, "equals": { "__compat": { - "description": "Temporal.PlainMonthDay.equals()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "from": { "__compat": { - "description": "Temporal.PlainMonthDay.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "getISOFields": { "__compat": { - "description": "Temporal.PlainMonthDay.getISOFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "monthCode": { "__compat": { - "description": "Temporal.PlainMonthDay.monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", "tags": [ "web-features:temporal" @@ -419,7 +412,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.PlainMonthDay.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "tags": [ "web-features:temporal" @@ -471,7 +463,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.PlainMonthDay.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -523,7 +514,6 @@ }, "toPlainDate": { "__compat": { - "description": "Temporal.PlainMonthDay.toPlainDate()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -575,7 +565,6 @@ }, "toString": { "__compat": { - "description": "Temporal.PlainMonthDay.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "tags": [ "web-features:temporal" @@ -627,7 +616,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.PlainMonthDay.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", "tags": [ "web-features:temporal" @@ -679,7 +667,6 @@ }, "with": { "__compat": { - "description": "Temporal.PlainMonthDay.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainTime.json b/javascript/builtins/Temporal/PlainTime.json index 5b19ceb88e3f07..52700fcbeb4a53 100644 --- a/javascript/builtins/Temporal/PlainTime.json +++ b/javascript/builtins/Temporal/PlainTime.json @@ -4,7 +4,6 @@ "Temporal": { "PlainTime": { "__compat": { - "description": "Temporal.PlainTime interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "PlainTime": { "__compat": { - "description": "Temporal.PlainTime constructor", + "description": "PlainTime() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "add": { "__compat": { - "description": "Temporal.PlainTime.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", "tags": [ "web-features:temporal" @@ -157,61 +155,9 @@ } } }, - "calendar": { - "__compat": { - "description": "Temporal.PlainTime.calendar", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.calendar", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": "preview", - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "compare": { "__compat": { - "description": "Temporal.PlainTime.compare()", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "tags": [ "web-features:temporal" ], @@ -262,7 +208,6 @@ }, "equals": { "__compat": { - "description": "Temporal.PlainTime.equals()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "tags": [ "web-features:temporal" @@ -314,7 +259,6 @@ }, "from": { "__compat": { - "description": "Temporal.PlainTime.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", "tags": [ "web-features:temporal" @@ -366,7 +310,6 @@ }, "getISOFields": { "__compat": { - "description": "Temporal.PlainTime.getISOFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.getisofields", "tags": [ "web-features:temporal" @@ -418,7 +361,6 @@ }, "hour": { "__compat": { - "description": "Temporal.PlainTime.hour", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.hour", "tags": [ "web-features:temporal" @@ -470,7 +412,6 @@ }, "microsecond": { "__compat": { - "description": "Temporal.PlainTime.microsecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", "tags": [ "web-features:temporal" @@ -522,7 +463,6 @@ }, "millisecond": { "__compat": { - "description": "Temporal.PlainTime.millisecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.millisecond", "tags": [ "web-features:temporal" @@ -574,7 +514,6 @@ }, "minute": { "__compat": { - "description": "Temporal.PlainTime.minute", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.minute", "tags": [ "web-features:temporal" @@ -626,7 +565,6 @@ }, "nanosecond": { "__compat": { - "description": "Temporal.PlainTime.nanosecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", "tags": [ "web-features:temporal" @@ -678,7 +616,6 @@ }, "round": { "__compat": { - "description": "Temporal.PlainTime.round()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "tags": [ "web-features:temporal" @@ -730,7 +667,6 @@ }, "second": { "__compat": { - "description": "Temporal.PlainTime.second", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.second", "tags": [ "web-features:temporal" @@ -782,7 +718,6 @@ }, "since": { "__compat": { - "description": "Temporal.PlainTime.since()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "tags": [ "web-features:temporal" @@ -834,7 +769,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.PlainTime.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "tags": [ "web-features:temporal" @@ -886,7 +820,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.PlainTime.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", "tags": [ "web-features:temporal" @@ -938,7 +871,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.PlainTime.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -988,61 +920,8 @@ } } }, - "toPlainDateTime": { - "__compat": { - "description": "Temporal.PlainTime.toPlainDateTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "toString": { "__compat": { - "description": "Temporal.PlainTime.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "tags": [ "web-features:temporal" @@ -1092,61 +971,8 @@ } } }, - "toZonedDateTime": { - "__compat": { - "description": "Temporal.PlainTime.toZonedDateTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "until": { "__compat": { - "description": "Temporal.PlainTime.until()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "tags": [ "web-features:temporal" @@ -1198,7 +1024,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.PlainTime.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", "tags": [ "web-features:temporal" @@ -1250,7 +1075,6 @@ }, "with": { "__compat": { - "description": "Temporal.PlainTime.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/PlainYearMonth.json b/javascript/builtins/Temporal/PlainYearMonth.json index 20e387b1d51118..1f5e87f80045a0 100644 --- a/javascript/builtins/Temporal/PlainYearMonth.json +++ b/javascript/builtins/Temporal/PlainYearMonth.json @@ -4,7 +4,6 @@ "Temporal": { "PlainYearMonth": { "__compat": { - "description": "Temporal.PlainYearMonth interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "PlainYearMonth": { "__compat": { - "description": "Temporal.PlainYearMonth constructor", + "description": "PlainYearMonth() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "add": { "__compat": { - "description": "Temporal.PlainYearMonth.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "tags": [ "web-features:temporal" @@ -157,10 +155,9 @@ } } }, - "calendar": { + "calendarId": { "__compat": { - "description": "Temporal.PlainYearMonth.calendar", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendar", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", "tags": [ "web-features:temporal" ], @@ -211,7 +208,6 @@ }, "compare": { "__compat": { - "description": "Temporal.PlainYearMonth.compare()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "daysInMonth": { "__compat": { - "description": "Temporal.PlainYearMonth.daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "daysInYear": { "__compat": { - "description": "Temporal.PlainYearMonth.daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "equals": { "__compat": { - "description": "Temporal.PlainYearMonth.equals()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "tags": [ "web-features:temporal" @@ -419,7 +412,7 @@ }, "era": { "__compat": { - "description": "Temporal.PlainYearMonth.era", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "tags": [ "web-features:temporal" ], @@ -470,7 +463,7 @@ }, "eraYear": { "__compat": { - "description": "Temporal.PlainYearMonth.eraYear", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", "tags": [ "web-features:temporal" ], @@ -521,7 +514,6 @@ }, "from": { "__compat": { - "description": "Temporal.PlainYearMonth.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", "tags": [ "web-features:temporal" @@ -573,7 +565,6 @@ }, "getISOFields": { "__compat": { - "description": "Temporal.PlainYearMonth.getISOFields()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", "tags": [ "web-features:temporal" @@ -625,7 +616,6 @@ }, "inLeapYear": { "__compat": { - "description": "Temporal.PlainYearMonth.inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -677,8 +667,7 @@ }, "month": { "__compat": { - "description": "Temporal.PlainYearMonth.month", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "tags": [ "web-features:temporal" ], @@ -729,8 +718,7 @@ }, "monthCode": { "__compat": { - "description": "Temporal.PlainYearMonth.monthCode", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", "tags": [ "web-features:temporal" ], @@ -781,7 +769,6 @@ }, "monthsInYear": { "__compat": { - "description": "Temporal.PlainYearMonth.monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -833,7 +820,6 @@ }, "since": { "__compat": { - "description": "Temporal.PlainYearMonth.since()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "tags": [ "web-features:temporal" @@ -885,7 +871,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.PlainYearMonth.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "tags": [ "web-features:temporal" @@ -937,7 +922,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.PlainYearMonth.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "tags": [ "web-features:temporal" @@ -989,7 +973,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.PlainYearMonth.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -1041,7 +1024,6 @@ }, "toPlainDate": { "__compat": { - "description": "Temporal.PlainYearMonth.toPlainDate()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -1093,7 +1075,6 @@ }, "toString": { "__compat": { - "description": "Temporal.PlainYearMonth.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "tags": [ "web-features:temporal" @@ -1145,7 +1126,6 @@ }, "until": { "__compat": { - "description": "Temporal.PlainYearMonth.until()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "tags": [ "web-features:temporal" @@ -1197,7 +1177,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.PlainYearMonth.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", "tags": [ "web-features:temporal" @@ -1249,7 +1228,6 @@ }, "with": { "__compat": { - "description": "Temporal.PlainYearMonth.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "tags": [ "web-features:temporal" @@ -1301,7 +1279,6 @@ }, "year": { "__compat": { - "description": "Temporal.PlainYearMonth.year", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/TimeZone.json b/javascript/builtins/Temporal/TimeZone.json index 18f07f83324128..54fe3a71f05a97 100644 --- a/javascript/builtins/Temporal/TimeZone.json +++ b/javascript/builtins/Temporal/TimeZone.json @@ -4,7 +4,6 @@ "Temporal": { "TimeZone": { "__compat": { - "description": "Temporal.TimeZone interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", "tags": [ "web-features:temporal" @@ -55,7 +54,7 @@ }, "TimeZone": { "__compat": { - "description": "Temporal.TimeZone constructor", + "description": "TimeZone() constructor", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", "tags": [ "web-features:temporal" @@ -107,7 +106,6 @@ }, "from": { "__compat": { - "description": "Temporal.TimeZone.from()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", "tags": [ "web-features:temporal" @@ -159,7 +157,6 @@ }, "getInstantFor": { "__compat": { - "description": "Temporal.TimeZone.getInstantFor()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "tags": [ "web-features:temporal" @@ -209,61 +206,8 @@ } } }, - "getNextTransition": { - "__compat": { - "description": "Temporal.TimeZone.getNextTransition()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "getOffsetNanosecondsFor": { "__compat": { - "description": "Temporal.TimeZone.getOffsetNanosecondsFor()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", "tags": [ "web-features:temporal" @@ -315,7 +259,6 @@ }, "getOffsetStringFor": { "__compat": { - "description": "Temporal.TimeZone.getOffsetStringFor()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "tags": [ "web-features:temporal" @@ -367,7 +310,6 @@ }, "getPlainDateTimeFor": { "__compat": { - "description": "Temporal.TimeZone.getPlainDateTimeFor()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "tags": [ "web-features:temporal" @@ -419,7 +361,6 @@ }, "getPossibleInstantsFor": { "__compat": { - "description": "Temporal.TimeZone.getPossibleInstantsFor()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "tags": [ "web-features:temporal" @@ -469,61 +410,8 @@ } } }, - "getPreviousTransition": { - "__compat": { - "description": "Temporal.TimeZone.getPreviousTransition()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "id": { "__compat": { - "description": "Temporal.TimeZone.id", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", "tags": [ "web-features:temporal" @@ -575,7 +463,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.TimeZone.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", "tags": [ "web-features:temporal" @@ -627,7 +514,6 @@ }, "toString": { "__compat": { - "description": "Temporal.TimeZone.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", "tags": [ "web-features:temporal" diff --git a/javascript/builtins/Temporal/ZonedDateTime.json b/javascript/builtins/Temporal/ZonedDateTime.json index 12166ce9f8ed53..da2390492b3666 100644 --- a/javascript/builtins/Temporal/ZonedDateTime.json +++ b/javascript/builtins/Temporal/ZonedDateTime.json @@ -4,7 +4,6 @@ "Temporal": { "ZonedDateTime": { "__compat": { - "description": "Temporal.ZonedDateTime interface", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", "tags": [ "web-features:temporal" @@ -55,8 +54,8 @@ }, "ZonedDateTime": { "__compat": { - "description": "Temporal.ZonedDateTime constructor", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", + "description": "ZonedDateTime() constructor", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", "tags": [ "web-features:temporal" ], @@ -107,7 +106,6 @@ }, "add": { "__compat": { - "description": "Temporal.ZonedDateTime.add()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "tags": [ "web-features:temporal" @@ -157,10 +155,9 @@ } } }, - "calendar": { + "calendarId": { "__compat": { - "description": "Temporal.ZonedDateTime.calendar", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendar", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", "tags": [ "web-features:temporal" ], @@ -211,7 +208,6 @@ }, "compare": { "__compat": { - "description": "Temporal.ZonedDateTime.compare()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "tags": [ "web-features:temporal" @@ -263,7 +259,6 @@ }, "day": { "__compat": { - "description": "Temporal.ZonedDateTime.day", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "tags": [ "web-features:temporal" @@ -315,7 +310,6 @@ }, "dayOfWeek": { "__compat": { - "description": "Temporal.ZonedDateTime.dayOfWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", "tags": [ "web-features:temporal" @@ -367,7 +361,6 @@ }, "dayOfYear": { "__compat": { - "description": "Temporal.ZonedDateTime.dayOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "tags": [ "web-features:temporal" @@ -419,7 +412,6 @@ }, "daysInMonth": { "__compat": { - "description": "Temporal.ZonedDateTime.daysInMonth", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "tags": [ "web-features:temporal" @@ -471,7 +463,6 @@ }, "daysInWeek": { "__compat": { - "description": "Temporal.ZonedDateTime.daysInWeek", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "tags": [ "web-features:temporal" @@ -523,7 +514,6 @@ }, "daysInYear": { "__compat": { - "description": "Temporal.ZonedDateTime.daysInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "tags": [ "web-features:temporal" @@ -573,62 +563,9 @@ } } }, - "epochMicroseconds": { - "__compat": { - "description": "Temporal.ZonedDateTime.epochMicroseconds", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "epochMilliseconds": { "__compat": { - "description": "Temporal.ZonedDateTime.epochMilliseconds", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "tags": [ "web-features:temporal" ], @@ -679,7 +616,6 @@ }, "epochNanoseconds": { "__compat": { - "description": "Temporal.ZonedDateTime.epochNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", "tags": [ "web-features:temporal" @@ -729,10 +665,9 @@ } } }, - "epochSeconds": { + "equals": { "__compat": { - "description": "Temporal.ZonedDateTime.epochSeconds", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "tags": [ "web-features:temporal" ], @@ -781,10 +716,9 @@ } } }, - "equals": { + "era": { "__compat": { - "description": "Temporal.ZonedDateTime.equals()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "tags": [ "web-features:temporal" ], @@ -833,9 +767,9 @@ } } }, - "era": { + "eraYear": { "__compat": { - "description": "Temporal.ZonedDateTime.era", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "tags": [ "web-features:temporal" ], @@ -884,9 +818,9 @@ } } }, - "eraYear": { + "from": { "__compat": { - "description": "Temporal.ZonedDateTime.eraYear", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", "tags": [ "web-features:temporal" ], @@ -935,10 +869,9 @@ } } }, - "from": { + "getISOFields": { "__compat": { - "description": "Temporal.ZonedDateTime.from()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "tags": [ "web-features:temporal" ], @@ -987,10 +920,9 @@ } } }, - "getISOFields": { + "getTimeZoneTransition": { "__compat": { - "description": "Temporal.ZonedDateTime.getISOFields()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", "tags": [ "web-features:temporal" ], @@ -1041,7 +973,6 @@ }, "hour": { "__compat": { - "description": "Temporal.ZonedDateTime.hour", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "tags": [ "web-features:temporal" @@ -1093,7 +1024,6 @@ }, "hoursInDay": { "__compat": { - "description": "Temporal.ZonedDateTime.hoursInDay", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "tags": [ "web-features:temporal" @@ -1145,7 +1075,6 @@ }, "inLeapYear": { "__compat": { - "description": "Temporal.ZonedDateTime.inLeapYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "tags": [ "web-features:temporal" @@ -1197,7 +1126,6 @@ }, "microsecond": { "__compat": { - "description": "Temporal.ZonedDateTime.microsecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "tags": [ "web-features:temporal" @@ -1249,7 +1177,6 @@ }, "millisecond": { "__compat": { - "description": "Temporal.ZonedDateTime.millisecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "tags": [ "web-features:temporal" @@ -1301,7 +1228,6 @@ }, "minute": { "__compat": { - "description": "Temporal.ZonedDateTime.minute", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "tags": [ "web-features:temporal" @@ -1353,7 +1279,6 @@ }, "month": { "__compat": { - "description": "Temporal.ZonedDateTime.month", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "tags": [ "web-features:temporal" @@ -1405,7 +1330,6 @@ }, "monthCode": { "__compat": { - "description": "Temporal.ZonedDateTime.monthCode", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "tags": [ "web-features:temporal" @@ -1457,7 +1381,6 @@ }, "monthsInYear": { "__compat": { - "description": "Temporal.ZonedDateTime.monthsInYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "tags": [ "web-features:temporal" @@ -1509,7 +1432,6 @@ }, "nanosecond": { "__compat": { - "description": "Temporal.ZonedDateTime.nanosecond", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "tags": [ "web-features:temporal" @@ -1561,7 +1483,6 @@ }, "offset": { "__compat": { - "description": "Temporal.ZonedDateTime.offset", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "tags": [ "web-features:temporal" @@ -1613,7 +1534,6 @@ }, "offsetNanoseconds": { "__compat": { - "description": "Temporal.ZonedDateTime.offsetNanoseconds", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "tags": [ "web-features:temporal" @@ -1665,7 +1585,6 @@ }, "round": { "__compat": { - "description": "Temporal.ZonedDateTime.round()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "tags": [ "web-features:temporal" @@ -1717,7 +1636,6 @@ }, "second": { "__compat": { - "description": "Temporal.ZonedDateTime.second", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "tags": [ "web-features:temporal" @@ -1769,7 +1687,6 @@ }, "since": { "__compat": { - "description": "Temporal.ZonedDateTime.since()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "tags": [ "web-features:temporal" @@ -1821,7 +1738,7 @@ }, "startOfDay": { "__compat": { - "description": "Temporal.ZonedDateTime.startOfDay", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "tags": [ "web-features:temporal" ], @@ -1872,7 +1789,6 @@ }, "subtract": { "__compat": { - "description": "Temporal.ZonedDateTime.subtract()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "tags": [ "web-features:temporal" @@ -1922,10 +1838,9 @@ } } }, - "timeZone": { + "timeZoneId": { "__compat": { - "description": "Temporal.ZonedDateTime.timeZone", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezone", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", "tags": [ "web-features:temporal" ], @@ -1976,7 +1891,6 @@ }, "toInstant": { "__compat": { - "description": "Temporal.ZonedDateTime.toInstant()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "tags": [ "web-features:temporal" @@ -2028,7 +1942,6 @@ }, "toJSON": { "__compat": { - "description": "Temporal.ZonedDateTime.toJSON()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "tags": [ "web-features:temporal" @@ -2080,7 +1993,6 @@ }, "toLocaleString": { "__compat": { - "description": "Temporal.ZonedDateTime.toLocaleString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "tags": [ "web-features:temporal" @@ -2132,7 +2044,6 @@ }, "toPlainDate": { "__compat": { - "description": "Temporal.ZonedDateTime.toPlainDate()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "tags": [ "web-features:temporal" @@ -2184,7 +2095,6 @@ }, "toPlainDateTime": { "__compat": { - "description": "Temporal.ZonedDateTime.toPlainDateTime()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "tags": [ "web-features:temporal" @@ -2234,61 +2144,8 @@ } } }, - "toPlainMonthDay": { - "__compat": { - "description": "Temporal.ZonedDateTime.toPlainMonthDay()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "toPlainTime": { "__compat": { - "description": "Temporal.ZonedDateTime.toPlainTime()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "tags": [ "web-features:temporal" @@ -2338,61 +2195,8 @@ } } }, - "toPlainYearMonth": { - "__compat": { - "description": "Temporal.ZonedDateTime.toPlainYearMonth()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", - "tags": [ - "web-features:temporal" - ], - "support": { - "chrome": { - "version_added": false, - "impl_url": "https://crbug.com/v8/11544" - }, - "chrome_android": "mirror", - "deno": { - "version_added": "1.40", - "flags": [ - { - "type": "runtime_flag", - "name": "--unstable-temporal" - } - ] - }, - "edge": "mirror", - "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1519167" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "nodejs": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false, - "impl_url": "https://webkit.org/b/223166" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "toString": { "__compat": { - "description": "Temporal.ZonedDateTime.toString()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "tags": [ "web-features:temporal" @@ -2444,7 +2248,6 @@ }, "until": { "__compat": { - "description": "Temporal.ZonedDateTime.until()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "tags": [ "web-features:temporal" @@ -2496,7 +2299,6 @@ }, "valueOf": { "__compat": { - "description": "Temporal.ZonedDateTime.valueOf()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", "tags": [ "web-features:temporal" @@ -2548,7 +2350,6 @@ }, "weekOfYear": { "__compat": { - "description": "Temporal.ZonedDateTime.weekOfYear", "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "tags": [ "web-features:temporal" @@ -2600,7 +2401,6 @@ }, "with": { "__compat": { - "description": "Temporal.ZonedDateTime.with()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "tags": [ "web-features:temporal" @@ -2652,7 +2452,6 @@ }, "withCalendar": { "__compat": { - "description": "Temporal.ZonedDateTime.withCalendar()", "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "tags": [ "web-features:temporal" @@ -2702,10 +2501,9 @@ } } }, - "withPlainDate": { + "withPlainTime": { "__compat": { - "description": "Temporal.ZonedDateTime.withPlainDate()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "tags": [ "web-features:temporal" ], @@ -2754,10 +2552,9 @@ } } }, - "withPlainTime": { + "withTimeZone": { "__compat": { - "description": "Temporal.ZonedDateTime.withPlainTime()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", + "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "tags": [ "web-features:temporal" ], @@ -2806,10 +2603,9 @@ } } }, - "withTimeZone": { + "year": { "__compat": { - "description": "Temporal.ZonedDateTime.withTimeZone()", - "spec_url": "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "tags": [ "web-features:temporal" ], @@ -2858,10 +2654,9 @@ } } }, - "year": { + "yearOfWeek": { "__compat": { - "description": "Temporal.ZonedDateTime.year", - "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", + "spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "tags": [ "web-features:temporal" ], From 45b87966721e415ee7c7d7e7acbc85d767778cd9 Mon Sep 17 00:00:00 2001 From: Claude Pache Date: Sat, 17 Aug 2024 00:14:24 +0200 Subject: [PATCH 08/17] html.elements.textarea.placeholder: line breaks supported in Safari 16 (#24150) * Support for line breaks in placeholders was added in WebKit in 2022-01 per: https://bugs.webkit.org/show_bug.cgi?id=235205 * Verified as supported in Safari 16 (released 2022-09) --- html/elements/textarea.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/elements/textarea.json b/html/elements/textarea.json index f8f50d2093d776..cc4fcad07e49a4 100644 --- a/html/elements/textarea.json +++ b/html/elements/textarea.json @@ -557,7 +557,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": "16" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", From 21402aed894251764571de892b4a7db2b4a9a4f0 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 19 Aug 2024 19:03:45 +1000 Subject: [PATCH 09/17] FF130 supports oncontentvisibilityautostatechange event handler (#24037) * FF130 supports oncontentvisibilityautostatechange event handler * Update Element.json --- api/Element.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/api/Element.json b/api/Element.json index d1f21cea24cd98..06496e6b618274 100644 --- a/api/Element.json +++ b/api/Element.json @@ -4088,9 +4088,17 @@ }, "chrome_android": "mirror", "edge": "mirror", - "firefox": { - "version_added": "124" - }, + "firefox": [ + { + "version_added": "130" + }, + { + "version_added": "124", + "version_removed": "130", + "partial_implementation": true, + "notes": "The oncontentvisibilityautostatechange event handler property is not supported." + } + ], "firefox_android": "mirror", "ie": { "version_added": false From 11a8a70fc95e5266beda495cbdc62b9ac4ee2897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:43:48 +0000 Subject: [PATCH 10/17] Bump @types/node from 22.3.0 to 22.4.1 (#24167) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e89ca88064145d..51f5c5e36ab519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@swc/core": "1.7.11", "@types/deep-diff": "~1.0.1", "@types/mocha": "~10.0.0", - "@types/node": "~22.3.0", + "@types/node": "~22.4.1", "@types/sinon": "^17.0.0", "@types/yargs": "~17.0.10", "@typescript-eslint/eslint-plugin": "~7.18.0", @@ -1408,12 +1408,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz", - "integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==", + "version": "22.4.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.1.tgz", + "integrity": "sha512-1tbpb9325+gPnKK0dMm+/LMriX0vKxf6RnB0SZUqfyVkQ4fMgUSySqhxE/y8Jvs4NyF1yHzTfG9KlnkIODxPKg==", "dev": true, "dependencies": { - "undici-types": "~6.18.2" + "undici-types": "~6.19.2" } }, "node_modules/@types/normalize-package-data": { @@ -9014,9 +9014,9 @@ } }, "node_modules/undici-types": { - "version": "6.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz", - "integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==", + "version": "6.19.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", + "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", "dev": true }, "node_modules/unique-string": { diff --git a/package.json b/package.json index 50d8edcce318d9..ce1bfdabf4bacd 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@swc/core": "1.7.11", "@types/deep-diff": "~1.0.1", "@types/mocha": "~10.0.0", - "@types/node": "~22.3.0", + "@types/node": "~22.4.1", "@types/sinon": "^17.0.0", "@types/yargs": "~17.0.10", "@typescript-eslint/eslint-plugin": "~7.18.0", From b5265ba02e74087f69eb0673803a7bee1705c4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:46:55 +0000 Subject: [PATCH 11/17] Bump @swc/core from 1.7.11 to 1.7.12 (#24169) --- package-lock.json | 88 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51f5c5e36ab519..2f4ebbca97b150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@ddbeck/mdn-content-inventory": "^0.2.20240621", "@desertnet/html-parser": "~1.0.1", "@swc/cli": "^0.4.0", - "@swc/core": "1.7.11", + "@swc/core": "1.7.12", "@types/deep-diff": "~1.0.1", "@types/mocha": "~10.0.0", "@types/node": "~22.4.1", @@ -1090,9 +1090,9 @@ } }, "node_modules/@swc/core": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.7.11.tgz", - "integrity": "sha512-AB+qc45UrJrDfbhPKcUXk+9z/NmFfYYwJT6G7/iur0fCse9kXjx45gi40+u/O2zgarG/30/zV6E3ps8fUvjh7g==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.7.12.tgz", + "integrity": "sha512-oT1tw58q8BihhBRVMi7G8cuFVljlF61ZB4RZk/pqAA2m7q+o2b77WpAwwF1uHmeuYzLU/izBL8yEhdfy2scJhw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -1107,16 +1107,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.7.11", - "@swc/core-darwin-x64": "1.7.11", - "@swc/core-linux-arm-gnueabihf": "1.7.11", - "@swc/core-linux-arm64-gnu": "1.7.11", - "@swc/core-linux-arm64-musl": "1.7.11", - "@swc/core-linux-x64-gnu": "1.7.11", - "@swc/core-linux-x64-musl": "1.7.11", - "@swc/core-win32-arm64-msvc": "1.7.11", - "@swc/core-win32-ia32-msvc": "1.7.11", - "@swc/core-win32-x64-msvc": "1.7.11" + "@swc/core-darwin-arm64": "1.7.12", + "@swc/core-darwin-x64": "1.7.12", + "@swc/core-linux-arm-gnueabihf": "1.7.12", + "@swc/core-linux-arm64-gnu": "1.7.12", + "@swc/core-linux-arm64-musl": "1.7.12", + "@swc/core-linux-x64-gnu": "1.7.12", + "@swc/core-linux-x64-musl": "1.7.12", + "@swc/core-win32-arm64-msvc": "1.7.12", + "@swc/core-win32-ia32-msvc": "1.7.12", + "@swc/core-win32-x64-msvc": "1.7.12" }, "peerDependencies": { "@swc/helpers": "*" @@ -1128,9 +1128,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.11.tgz", - "integrity": "sha512-HRQv4qIeMBPThZ6Y/4yYW52rGsS6yrpusvuxLGyoFo45Y0y12/V2yXkOIA/0HIQyrqoUAxn1k4zQXpPaPNCmnw==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.12.tgz", + "integrity": "sha512-9ng+kLgw7WCeikQYqjdVj9j8QVPwp3Gwlaker84HGKm1aJ2q6XQMTdEh/9ASwOqBHRHckLe+zYGylfCmgpLlLg==", "cpu": [ "arm64" ], @@ -1144,9 +1144,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.7.11.tgz", - "integrity": "sha512-vtMQj0F3oYwDu5yhO7SKDRg1XekRSi6/TbzHAbBXv+dBhlGGvcZZynT1H90EVFTv+7w7Sh+lOFvRv5Z4ZTcxow==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.7.12.tgz", + "integrity": "sha512-K50B4k3zmnQVZNtM5pLaXm1bTQ+JzjNolYKhQrYz390PCH7VC6NUkc63htrYEkiU+G5M14isFpgMiIa4LX8PrQ==", "cpu": [ "x64" ], @@ -1160,9 +1160,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.7.11.tgz", - "integrity": "sha512-mHtzWKxhtyreI4CSxs+3+ENv8t/Qo35WFoYG66qHEgJz/Z2Lh6jv1E+MYgHdYwnpQHgHbdvAco7HsBu/Dt6xXw==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.7.12.tgz", + "integrity": "sha512-pbbo+p5WuVFjIWkqikpTUkSlV4Vg2u482uVeGT6+Dkmmc7I6rAooCODohNh6ubFm5DM+qXRK0wyDANWsOfFd2g==", "cpu": [ "arm" ], @@ -1176,9 +1176,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.7.11.tgz", - "integrity": "sha512-FRwe/x0GfXSQjGP2lIk+NO0pUFS/lI/RorCLBPiK808EVE9JTbh9DKCc/4Bbb4jgScAjNkrFCUVObQYl3YKmpA==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.7.12.tgz", + "integrity": "sha512-6/e6GqQbDKQfR1cZ0d8TLwN2GQfP3IycmJ30QdoTQKCd3RblhcyX7NYzsnkoC4yTJTS1Rtbn++nagAn0r6qUbw==", "cpu": [ "arm64" ], @@ -1192,9 +1192,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.7.11.tgz", - "integrity": "sha512-GY/rs0+GUq14Gbnza90KOrQd/9yHd5qQMii5jcSWcUCT5A8QTa8kiicsM2NxZeTJ69xlKmT7sLod5l99lki/2A==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.7.12.tgz", + "integrity": "sha512-WKtanqasnJ9cBD1tMsmOzZzxJ0Hg2sfJC7UNs2Z4meNPBK4xwOrhpSq8Q9GE4xgoLeSEhU3MmQnbfJKRq3mAZQ==", "cpu": [ "arm64" ], @@ -1208,9 +1208,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.7.11.tgz", - "integrity": "sha512-QDkGRwSPmp2RBOlSs503IUXlWYlny8DyznTT0QuK0ML2RpDFlXWU94K/EZhS0RBEUkMY/W51OacM8P8aS/dkCg==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.7.12.tgz", + "integrity": "sha512-NQ0bb9eCIp2z2WdRyELzfWc1LDJJ99OYdxT+CIwW9ixPVgAerOv0Oc+BkdijLw5VeYMGlK6JEI4HdLvQE34f1g==", "cpu": [ "x64" ], @@ -1224,9 +1224,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.7.11.tgz", - "integrity": "sha512-SBEfKrXy6zQ6ksnyxw1FaCftrIH4fLfA81xNnKb7x/6iblv7Ko6H0aK3P5C86jyqF/82+ONl9C7ImGkUFQADig==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.7.12.tgz", + "integrity": "sha512-D8Tegag3/045wvGiq3NFNbKVDnkocNcl5hdKQtEvZ3b1u3nHGu+xqmPteUh4Ps+GB/gbpB3o/eYNO5JPm0R66Q==", "cpu": [ "x64" ], @@ -1240,9 +1240,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.7.11.tgz", - "integrity": "sha512-a2Y4xxEsLLYHJN7sMnw9+YQJDi3M1BxEr9hklfopPuGGnYLFNnx5CypH1l9ReijEfWjIAHNi7pq3m023lzW1Hg==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.7.12.tgz", + "integrity": "sha512-x8DWG4fCkwI6CmC8U1YMxVTab9Fe4DmCCX6dLrTqqpFPXlVwgdKA9PNBSXsUUtHjvqAB/9cGgmpmNHuNJRa1dA==", "cpu": [ "arm64" ], @@ -1256,9 +1256,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.7.11.tgz", - "integrity": "sha512-ZbZFMwZO+j8ulhegJ7EhJ/QVZPoQ5qc30ylJQSxizizTJaen71Q7/13lXWc6ksuCKvg6dUKrp/TPgoxOOtSrFA==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.7.12.tgz", + "integrity": "sha512-VsBkR2dK47HOXWmuKwM3zdTsucT1xJpTKSwcnbDLQBw8T1xZsYlDFcgPxumZPLz2EHewG8ZZ2SGo+Fxhr9up1g==", "cpu": [ "ia32" ], @@ -1272,9 +1272,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.7.11.tgz", - "integrity": "sha512-IUohZedSJyDu/ReEBG/mqX6uG29uA7zZ9z6dIAF+p6eFxjXmh9MuHryyM+H8ebUyoq/Ad3rL+rUCksnuYNnI0w==", + "version": "1.7.12", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.7.12.tgz", + "integrity": "sha512-FWGNkpQ1z8bqguK0vOKPdO7w7BOEDhoezGiRu0qqI3SXy8f/zTcDL4vChzAxUMfUIaI0jo0ccVHZ8fx3nJ0kfg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index ce1bfdabf4bacd..ed060ace497e3e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@ddbeck/mdn-content-inventory": "^0.2.20240621", "@desertnet/html-parser": "~1.0.1", "@swc/cli": "^0.4.0", - "@swc/core": "1.7.11", + "@swc/core": "1.7.12", "@types/deep-diff": "~1.0.1", "@types/mocha": "~10.0.0", "@types/node": "~22.4.1", From f8bd48cc47adf48f38473898b53105a2065cd264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:49:16 +0000 Subject: [PATCH 12/17] Bump @ddbeck/mdn-content-inventory from 0.2.20240816 to 0.2.20240819 (#24168) --- api/CSSImportRule.json | 2 +- api/CSSPropertyRule.json | 2 +- api/IDBTransaction.json | 2 +- api/PublicKeyCredential.json | 2 +- api/TextTrackList.json | 2 +- api/USBDevice.json | 4 ++-- api/_globals/console.json | 14 +++++++------- package-lock.json | 6 +++--- webdriver/commands/NewWindow.json | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/api/CSSImportRule.json b/api/CSSImportRule.json index b439be51fb053c..ccd6fc264974c0 100644 --- a/api/CSSImportRule.json +++ b/api/CSSImportRule.json @@ -167,7 +167,7 @@ }, "styleSheet": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSImportRule/stylesheet", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet", "spec_url": "https://drafts.csswg.org/cssom/#dom-cssimportrule-stylesheet", "tags": [ "web-features:import" diff --git a/api/CSSPropertyRule.json b/api/CSSPropertyRule.json index de5d6edf975560..326370e2f6f582 100644 --- a/api/CSSPropertyRule.json +++ b/api/CSSPropertyRule.json @@ -75,7 +75,7 @@ }, "initialValue": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/initialvalue", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSPropertyRule/initialValue", "spec_url": "https://drafts.css-houdini.org/css-properties-values-api/#dom-csspropertyrule-initialvalue", "tags": [ "web-features:registered-custom-properties" diff --git a/api/IDBTransaction.json b/api/IDBTransaction.json index 843482368143f4..c0780142d2311f 100644 --- a/api/IDBTransaction.json +++ b/api/IDBTransaction.json @@ -513,7 +513,7 @@ }, "objectStoreNames": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBTransaction/ObjectStoreNames", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBTransaction/objectStoreNames", "spec_url": "https://w3c.github.io/IndexedDB/#ref-for-dom-idbtransaction-objectstorenames①", "support": { "chrome": { diff --git a/api/PublicKeyCredential.json b/api/PublicKeyCredential.json index b69cf36a6e7cef..fb8d663394ed52 100644 --- a/api/PublicKeyCredential.json +++ b/api/PublicKeyCredential.json @@ -173,7 +173,7 @@ "isConditionalMediationAvailable_static": { "__compat": { "description": "isConditionalMediationAvailable() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable_static", "spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-isconditionalmediationavailable", "support": { "chrome": { diff --git a/api/TextTrackList.json b/api/TextTrackList.json index ab80d02b0a0153..fadec1f183eafa 100644 --- a/api/TextTrackList.json +++ b/api/TextTrackList.json @@ -225,7 +225,7 @@ "removetrack_event": { "__compat": { "description": "removetrack event", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/TextTrackList/removeTrack_event", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/TextTrackList/removetrack_event", "spec_url": [ "https://html.spec.whatwg.org/multipage/media.html#event-media-removetrack", "https://html.spec.whatwg.org/multipage/media.html#handler-tracklist-onremovetrack" diff --git a/api/USBDevice.json b/api/USBDevice.json index 6eb68bb6c5c3a8..defdfe2fa23d9d 100644 --- a/api/USBDevice.json +++ b/api/USBDevice.json @@ -782,7 +782,7 @@ }, "productId": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/USBDevice/productID", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/USBDevice/productId", "spec_url": "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-productid", "tags": [ "web-features:webusb" @@ -1250,7 +1250,7 @@ }, "vendorId": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/USBDevice/vendorID", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/USBDevice/vendorId", "spec_url": "https://wicg.github.io/webusb/#ref-for-dom-usbdevice-vendorid", "tags": [ "web-features:webusb" diff --git a/api/_globals/console.json b/api/_globals/console.json index 557b0c3d7bafae..87ece49c9c1595 100644 --- a/api/_globals/console.json +++ b/api/_globals/console.json @@ -250,7 +250,7 @@ "countReset_static": { "__compat": { "description": "countReset() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/countreset_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/countReset_static", "spec_url": "https://console.spec.whatwg.org/#countreset", "support": { "chrome": { @@ -703,7 +703,7 @@ "groupCollapsed_static": { "__compat": { "description": "groupCollapsed() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/groupcollapsed_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static", "spec_url": "https://console.spec.whatwg.org/#groupcollapsed", "support": { "chrome": { @@ -753,7 +753,7 @@ "groupEnd_static": { "__compat": { "description": "groupEnd() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/groupend_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/groupEnd_static", "spec_url": "https://console.spec.whatwg.org/#groupend", "support": { "chrome": { @@ -956,7 +956,7 @@ "profileEnd_static": { "__compat": { "description": "profileEnd() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/profileend_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/profileEnd_static", "support": { "chrome": { "version_added": "5" @@ -1172,7 +1172,7 @@ "timeEnd_static": { "__compat": { "description": "timeEnd() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/timeend_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/timeEnd_static", "spec_url": "https://console.spec.whatwg.org/#timeend", "support": { "chrome": { @@ -1221,7 +1221,7 @@ "timeLog_static": { "__compat": { "description": "timeLog() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/timelog_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/timeLog_static", "spec_url": "https://console.spec.whatwg.org/#timelog", "support": { "chrome": { @@ -1264,7 +1264,7 @@ "timeStamp_static": { "__compat": { "description": "timeStamp() static method", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/timestamp_static", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/console/timeStamp_static", "support": { "chrome": { "version_added": "15" diff --git a/package-lock.json b/package-lock.json index 2f4ebbca97b150..62b0ba439a6e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -531,9 +531,9 @@ } }, "node_modules/@ddbeck/mdn-content-inventory": { - "version": "0.2.20240816", - "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240816.tgz", - "integrity": "sha512-I3dlz9KLDkexNgSFvigNYzNE0pVFDW3PPLQ5aCIyYpdHirAh8yCrDglQwUoRfCSns7iSVfDvahOtYuFkYBrJLQ==", + "version": "0.2.20240819", + "resolved": "https://registry.npmjs.org/@ddbeck/mdn-content-inventory/-/mdn-content-inventory-0.2.20240819.tgz", + "integrity": "sha512-bIreFD5U5hHeTEKnXz8GdyJzUkHC8OCtX89UcnK7eDxz8f3gBY+D7yCL1rWfsdu/cZTciZd7H/3vntU+nSgtfQ==", "dev": true }, "node_modules/@desertnet/html-parser": { diff --git a/webdriver/commands/NewWindow.json b/webdriver/commands/NewWindow.json index ad83ae43dc7049..e68741229da81b 100644 --- a/webdriver/commands/NewWindow.json +++ b/webdriver/commands/NewWindow.json @@ -3,7 +3,7 @@ "commands": { "NewWindow": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/New_Window", + "mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/NewWindow", "spec_url": "https://w3c.github.io/webdriver/#new-window", "support": { "chrome": { From 51b9d7bcbdebdd0427961c5e993389042daee575 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 19 Aug 2024 04:51:16 -0700 Subject: [PATCH 13/17] Add missing CSSFontFeatureValuesMap API feature (#24166) This PR adds the missing `CSSFontFeatureValuesMap` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.2). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/CSSFontFeatureValuesMap --- api/CSSFontFeatureValuesMap.json | 400 +++++++++++++++++++++++++++++++ 1 file changed, 400 insertions(+) create mode 100644 api/CSSFontFeatureValuesMap.json diff --git a/api/CSSFontFeatureValuesMap.json b/api/CSSFontFeatureValuesMap.json new file mode 100644 index 00000000000000..d9ca4a3176f9c2 --- /dev/null +++ b/api/CSSFontFeatureValuesMap.json @@ -0,0 +1,400 @@ +{ + "api": { + "CSSFontFeatureValuesMap": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + }, + "clear": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "delete": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "entries": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "forEach": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "get": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "has": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "keys": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "set": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#dom-cssfontfeaturevaluesmap-set", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "size": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "values": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + }, + "@@iterator": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-fonts/#cssfontfeaturevaluesmap", + "support": { + "chrome": { + "version_added": "111" + }, + "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 + } + } + } + } + } +} From 0ca239db59e7004031ac88d0117605b9e92408e6 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Tue, 20 Aug 2024 01:27:23 +0200 Subject: [PATCH 14/17] Add CSSPageDescriptors.pageOrientation/page-orientation (#24170) --- api/CSSPageDescriptors.json | 68 +++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/api/CSSPageDescriptors.json b/api/CSSPageDescriptors.json index 152501eeda60aa..c131e25c9bdd43 100644 --- a/api/CSSPageDescriptors.json +++ b/api/CSSPageDescriptors.json @@ -339,6 +339,74 @@ } } }, + "page-orientation": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#page-orientation", + "spec_url": "https://drafts.csswg.org/cssom/#dom-csspagedescriptors-page-orientation", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "129" + }, + "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 + } + } + }, + "pageOrientation": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#pageorientation", + "spec_url": "https://drafts.csswg.org/cssom/#dom-csspagedescriptors-pageorientation", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "129" + }, + "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 + } + } + }, "size": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#size", From d99a00a3a5c321b1e7ea13b2061ebde5039ae6e5 Mon Sep 17 00:00:00 2001 From: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:50:45 +0530 Subject: [PATCH 15/17] css.at-rules.import.layer - add spec URL (#24165) --- css/at-rules/import.json | 1 + 1 file changed, 1 insertion(+) diff --git a/css/at-rules/import.json b/css/at-rules/import.json index d19308dc04a786..21d1c9b4635b83 100644 --- a/css/at-rules/import.json +++ b/css/at-rules/import.json @@ -49,6 +49,7 @@ "layer": { "__compat": { "description": "layer(<layer-name>)", + "spec_url": "https://drafts.csswg.org/css-cascade-5/#ref-for-typedef-layer-name", "tags": [ "web-features:cascade-layers" ], From 185f62a45deb0167c2bbfe1a08e7c6be568c9ff7 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 19 Aug 2024 21:21:24 -0700 Subject: [PATCH 16/17] Update Opera data for page_action Web Extensions manifest property (#24095) This PR updates and corrects version values for Opera and Opera Android for the `page_action` Web Extensions manifest property. This sets the downstream browser(s) to mirror from their upstream counterpart. --- webextensions/manifest/page_action.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/webextensions/manifest/page_action.json b/webextensions/manifest/page_action.json index 22640c14acf95e..822c1d1087fe9a 100644 --- a/webextensions/manifest/page_action.json +++ b/webextensions/manifest/page_action.json @@ -23,13 +23,7 @@ "firefox_android": { "version_added": true }, - "opera": { - "version_added": true, - "notes": [ - "If an extension defines a page action, it is not allowed to define a browser action as well.", - "Available for use in Manifest V2 only." - ] - }, + "opera": "mirror", "safari": { "version_added": "14", "notes": [ From 0af102bc9bbe7dcc4039413f763e3ebea932c73a Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 19 Aug 2024 21:23:06 -0700 Subject: [PATCH 17/17] Update Chromium data for options_page Web Extensions manifest property (#24094) This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `options_page` Web Extensions manifest property. This sets the feature(s) to a version range based upon the date that the feature was added to BCD with the intent of replacing `true` values with ranged values to eliminate `true` values from BCD. Commit/PR Adding the Feature: #1267 --- webextensions/manifest/options_page.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextensions/manifest/options_page.json b/webextensions/manifest/options_page.json index 2217b54d27f794..7388681c00c2cf 100644 --- a/webextensions/manifest/options_page.json +++ b/webextensions/manifest/options_page.json @@ -6,7 +6,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/manifest.json/options_page", "support": { "chrome": { - "version_added": true + "version_added": "≤65" }, "edge": { "version_added": "14"