Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
21 changes: 21 additions & 0 deletions features/display-contents.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated from: display-contents.yml
# Do not edit this file by hand. Edit the source file instead!

name: "display: contents"
description: "The `display: contents` CSS declaration TODO."
spec: https://drafts.csswg.org/css-display/#valdef-display-contents
caniuse: css-display-contents
status:
baseline: high
baseline_low_date: 2020-01-15
baseline_high_date: 2022-07-15
support:
chrome: "65"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

https://caniuse.com/css-display-contents treats all browsers (except Safari iOS?) as having partial support. Maybe we can't even add this feature without notes.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we absolutely need a more about accessibility issues of the feature.

chrome_android: "65"
edge: "79"
firefox: "37"
firefox_android: "37"
safari: "11.1"
safari_ios: "11.3"
compat_features:
- css.properties.display.contents
6 changes: 6 additions & 0 deletions features/display-contents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "display: contents"
description: "The `display: contents` CSS declaration TODO."
spec: https://drafts.csswg.org/css-display/#valdef-display-contents
caniuse: css-display-contents
compat_features:
- css.properties.display.contents