Skip to content

Commit

Permalink
Add First Paint and First Contentful Paint to PaintTiming data (mdn#2…
Browse files Browse the repository at this point in the history
…3636)

* Add First Paint and First Contentful Paint to PaintTiming data

* Apply suggestions from code review

Co-authored-by: Florian Scholz <[email protected]>

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
tunetheweb and Elchi3 authored Jul 4, 2024
1 parent 313b884 commit 1894296
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions api/PerformancePaintTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,76 @@
"standard_track": true,
"deprecated": false
}
},
"first-contentful-paint": {
"__compat": {
"description": "<code>first-contentful-paint</code> named entry",
"mdn_url": "https://developer.mozilla.org/docs/Glossary/First_contentful_paint",
"spec_url": "https://w3c.github.io/paint-timing/#first-contentful-paint",
"support": {
"chrome": {
"version_added": "60"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "84"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "14.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"first-paint": {
"__compat": {
"description": "<code>first-paint</code> named entry",
"mdn_url": "https://developer.mozilla.org/docs/Glossary/First_paint",
"spec_url": "https://w3c.github.io/paint-timing/#first-paint",
"support": {
"chrome": {
"version_added": "60"
},
"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": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 1894296

Please sign in to comment.