Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions feature-group-definitions/device-posture.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated from: device-posture.yml
# Do not edit this file by hand. Edit the source file instead!

name: Device posture
spec: https://w3c.github.io/device-posture/
status:
baseline: false
support: {}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compat_features:
- api.DevicePosture
- api.DevicePosture.change_event
- api.DevicePosture.type
- api.Navigator.devicePosture
- css.at-rules.media.device-posture
3 changes: 0 additions & 3 deletions feature-group-definitions/device-posture.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
name: Device posture
spec: https://w3c.github.io/device-posture/
status:
baseline: false
support: {}
53 changes: 53 additions & 0 deletions feature-group-definitions/edit-context.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Generated from: edit-context.yml
# Do not edit this file by hand. Edit the source file instead!

name: EditContext
spec: https://w3c.github.io/edit-context/
# Status is overridden because Chrome Android data in BCD is wrong:
# https://github.com/mdn/browser-compat-data/pull/22779
status:
baseline: false
support:
chrome: "121"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct: https://chromiumdash.appspot.com/commit/a47af0e3c56326a452b03fb588ac5ce09d484004

But it should also be supported in Chrome for Android AFAICT, so this needs investigating.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chrome_android: "121"
edge: "121"
compat_features:
- api.CharacterBoundsUpdateEvent
- api.CharacterBoundsUpdateEvent.CharacterBoundsUpdateEvent
- api.CharacterBoundsUpdateEvent.rangeEnd
- api.CharacterBoundsUpdateEvent.rangeStart
- api.EditContext
- api.EditContext.EditContext
- api.EditContext.attachedElements
- api.EditContext.characterBounds
- api.EditContext.characterBoundsRangeStart
- api.EditContext.characterboundsupdate_event
- api.EditContext.compositionend_event
- api.EditContext.compositionstart_event
- api.EditContext.selectionEnd
- api.EditContext.selectionStart
- api.EditContext.text
- api.EditContext.textformatupdate_event
- api.EditContext.textupdate_event
- api.EditContext.updateCharacterBounds
- api.EditContext.updateControlBounds
- api.EditContext.updateSelection
- api.EditContext.updateSelectionBounds
- api.EditContext.updateText
- api.HTMLElement.editContext
- api.TextFormat
- api.TextFormat.TextFormat
- api.TextFormat.rangeEnd
- api.TextFormat.rangeStart
- api.TextFormat.underlineStyle
- api.TextFormat.underlineThickness
- api.TextFormatUpdateEvent
- api.TextFormatUpdateEvent.TextFormatUpdateEvent
- api.TextFormatUpdateEvent.getTextFormats
- api.TextUpdateEvent
- api.TextUpdateEvent.TextUpdateEvent
- api.TextUpdateEvent.selectionEnd
- api.TextUpdateEvent.selectionStart
- api.TextUpdateEvent.text
- api.TextUpdateEvent.updateRangeEnd
- api.TextUpdateEvent.updateRangeStart
8 changes: 8 additions & 0 deletions feature-group-definitions/edit-context.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
name: EditContext
spec: https://w3c.github.io/edit-context/
# Status is overridden because Chrome Android data in BCD is wrong:
# https://github.com/mdn/browser-compat-data/pull/22779
status:
baseline: false
support:
chrome: "121"
chrome_android: "121"
edge: "121"
22 changes: 22 additions & 0 deletions feature-group-definitions/flexbox-gap.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated from: flexbox-gap.yml
# Do not edit this file by hand. Edit the source file instead!

name: Flexbox gap
spec: https://drafts.csswg.org/css-align-3/#gaps
caniuse: flexbox-gap
status:
baseline: high
baseline_low_date: 2021-04-26
baseline_high_date: 2023-10-26
support:
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These versions all match https://caniuse.com/flexbox-gap

chrome: "84"
chrome_android: "84"
edge: "84"
firefox: "63"
firefox_android: "63"
safari: "14.1"
safari_ios: "14.5"
compat_features:
- css.properties.column-gap.flex_context
- css.properties.gap.flex_context
- css.properties.row-gap.flex_context
15 changes: 15 additions & 0 deletions feature-group-definitions/masonry.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated from: masonry.yml
# Do not edit this file by hand. Edit the source file instead!

name: Masonry
description: Masonry is a type of CSS grid layout where the items on one of the axes are tightly packed together, like brickwork, instead of leaving gaps to align across the other axis.
spec: https://drafts.csswg.org/css-grid-3/
status:
baseline: false
support: {}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct.

compat_features:
- css.properties.align-tracks
- css.properties.grid-template-columns.masonry
- css.properties.grid-template-rows.masonry
- css.properties.justify-tracks
- css.properties.masonry-auto-flow
3 changes: 0 additions & 3 deletions feature-group-definitions/masonry.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
name: Masonry
description: Masonry is a type of CSS grid layout where the items on one of the axes are tightly packed together, like brickwork, instead of leaving gaps to align across the other axis.
spec: https://drafts.csswg.org/css-grid-3/
status:
baseline: false
support: {}
25 changes: 25 additions & 0 deletions feature-group-definitions/server-timing.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Generated from: server-timing.yml
# Do not edit this file by hand. Edit the source file instead!

name: Server timing
spec: https://w3c.github.io/server-timing/
caniuse: server-timing
status:
baseline: low
baseline_low_date: 2023-03-27
support:
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like finding a four-leaf clover 😆

chrome: "65"
chrome_android: "65"
edge: "79"
firefox: "61"
firefox_android: "61"
safari: "16.4"
safari_ios: "16.4"
compat_features:
- api.PerformanceResourceTiming.serverTiming
- api.PerformanceServerTiming
- api.PerformanceServerTiming.description
- api.PerformanceServerTiming.duration
- api.PerformanceServerTiming.name
- api.PerformanceServerTiming.toJSON
- http.headers.Server-Timing
11 changes: 0 additions & 11 deletions feature-group-definitions/server-timing.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
name: Server timing
spec: https://w3c.github.io/server-timing/
caniuse: server-timing
status:
baseline: low
baseline_low_date: 2023-03-27
support:
chrome: "65"
chrome_android: "65"
edge: "79"
firefox: "61"
firefox_android: "61"
safari: "16.4"
safari_ios: "16.4"
28 changes: 28 additions & 0 deletions feature-group-definitions/storage-buckets.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Generated from: storage-buckets.yml
# Do not edit this file by hand. Edit the source file instead!

name: Storage buckets
spec: https://wicg.github.io/storage-buckets/
status:
baseline: false
support:
chrome: "122"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chrome_android: "122"
edge: "122"
compat_features:
- api.Navigator.storageBuckets
- api.StorageBucket
- api.StorageBucket.caches
- api.StorageBucket.estimate
- api.StorageBucket.expires
- api.StorageBucket.getDirectory
- api.StorageBucket.indexedDB
- api.StorageBucket.name
- api.StorageBucket.persist
- api.StorageBucket.persisted
- api.StorageBucket.setExpires
- api.StorageBucketManager
- api.StorageBucketManager.delete
- api.StorageBucketManager.keys
- api.StorageBucketManager.open
- api.WorkerNavigator.storageBuckets
6 changes: 0 additions & 6 deletions feature-group-definitions/storage-buckets.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
name: Storage buckets
spec: https://wicg.github.io/storage-buckets/
status:
baseline: false
support:
chrome: "122"
chrome_android: "122"
edge: "122"
Loading