Skip to content
Merged
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
8 changes: 8 additions & 0 deletions features/host-context.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: host-context
description: The `:host-context()` CSS pseudo-class selects the containing element of the shadow tree in which it is used if that element or an ancestor matches the provided selector.
spec: https://drafts.csswg.org/css-scoping-1/#host-selector
group:
- selectors
- web-components
compat_features:
- css.selectors.host-context
11 changes: 11 additions & 0 deletions features/host-context.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: host-context.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "54"
chrome_android: "54"
edge: "79"
compat_features:
- css.selectors.host-context
9 changes: 9 additions & 0 deletions features/host.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Host
description: The `:host` CSS pseudo-class selects the containing element of the shadow tree in which it is used. The `:host()` CSS pseudo-class selects the that element only if it matches the provided selector.
spec: https://drafts.csswg.org/css-scoping-1/#host-selector
group:
- selectors
- web-components
compat_features:
- css.selectors.host
- css.selectors.hostfunction
18 changes: 18 additions & 0 deletions features/host.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated from: host.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2020-01-15
baseline_high_date: 2022-07-15
support:
chrome: "54"
chrome_android: "54"
edge: "79"
firefox: "63"
firefox_android: "63"
safari: "10"
safari_ios: "10"
compat_features:
- css.selectors.host
- css.selectors.hostfunction