Skip to content

Commit c1fcd13

Browse files
tunethewebElchi3
andauthored
Misc LargestContentfulPaint updates (mdn#28658)
* Misc LargestContentfulPaint updates * Update api/LargestContentfulPaint.json Co-authored-by: Florian Scholz <[email protected]> * Update api/LargestContentfulPaint.json --------- Co-authored-by: Florian Scholz <[email protected]>
1 parent eb5ee51 commit c1fcd13

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

api/LargestContentfulPaint.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,14 @@
144144
"spec_url": "https://w3c.github.io/paint-timing/#dom-painttimingmixin-painttime",
145145
"support": {
146146
"chrome": {
147-
"version_added": false
147+
"version_added": "134",
148+
"flags": [
149+
{
150+
"type": "preference",
151+
"name": "enable-experimental-web-platform-features",
152+
"value_to_set": "enabled"
153+
}
154+
]
148155
},
149156
"chrome_android": "mirror",
150157
"edge": "mirror",
@@ -175,19 +182,30 @@
175182
"spec_url": "https://w3c.github.io/paint-timing/#dom-painttimingmixin-presentationtime",
176183
"support": {
177184
"chrome": {
178-
"version_added": false
185+
"version_added": "134",
186+
"flags": [
187+
{
188+
"type": "preference",
189+
"name": "enable-experimental-web-platform-features",
190+
"value_to_set": "enabled"
191+
}
192+
]
179193
},
180194
"chrome_android": "mirror",
181195
"edge": "mirror",
182196
"firefox": {
183-
"version_added": "140"
197+
"version_added": "140",
198+
"partial_implementation": true,
199+
"notes": "This property is exposed, but always returns `null`."
184200
},
185201
"firefox_android": "mirror",
186202
"oculus": "mirror",
187203
"opera": "mirror",
188204
"opera_android": "mirror",
189205
"safari": {
190-
"version_added": "26.2"
206+
"version_added": "26.2",
207+
"partial_implementation": true,
208+
"notes": "This property is exposed, but always returns `null`."
191209
},
192210
"safari_ios": "mirror",
193211
"samsunginternet_android": "mirror",
@@ -256,7 +274,7 @@
256274
"opera": "mirror",
257275
"opera_android": "mirror",
258276
"safari": {
259-
"version_added": false
277+
"version_added": "26.2"
260278
},
261279
"safari_ios": "mirror",
262280
"samsunginternet_android": "mirror",

0 commit comments

Comments
 (0)