diff --git a/api/LargestContentfulPaint.json b/api/LargestContentfulPaint.json index 77fa60ad2bc8bc..917c7d0efb87d5 100644 --- a/api/LargestContentfulPaint.json +++ b/api/LargestContentfulPaint.json @@ -159,13 +159,22 @@ "web-features:largest-contentful-paint" ], "support": { - "chrome": { - "version_added": "77" - }, + "chrome": [ + { + "version_added": "133" + }, + { + "version_added": "77", + "partial_implementation": true, + "notes": "Returns 0 for cross-origin media." + } + ], "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": "122" + "version_added": "122", + "partial_implementation": true, + "notes": "Returns 0 for cross-origin media." }, "firefox_android": "mirror", "ie": { diff --git a/api/PerformanceElementTiming.json b/api/PerformanceElementTiming.json index b1bc7437ae6296..c2aa402e63b3ae 100644 --- a/api/PerformanceElementTiming.json +++ b/api/PerformanceElementTiming.json @@ -311,9 +311,16 @@ "web-features:element-timing" ], "support": { - "chrome": { - "version_added": "77" - }, + "chrome": [ + { + "version_added": "133" + }, + { + "version_added": "77", + "partial_implementation": true, + "notes": "Returns 0 for cross-origin media." + } + ], "chrome_android": "mirror", "edge": "mirror", "firefox": {