Skip to content

Commit 3d4e6a7

Browse files
flackrRobert Flackcaptainbrosset
authored
Add ::column pseudo-element feature. (#2655)
* Add ::column pseudo-element feature. * Generate column-pseudo.yml.dist. * Update features/column-pseudo.yml * Update features/column-pseudo.yml * Update features/column-pseudo.yml --------- Co-authored-by: Robert Flack <[email protected]> Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Patrick Brosset <[email protected]>
1 parent a71579f commit 3d4e6a7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

features/column-pseudo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: ::column
2+
description: The `::column` CSS pseudo-element represents the individual columns of a multi-column layout container. Columns can only be styled with scroll snap CSS properties and can also have a `::scroll-marker` pseudo-element, which scrolls to the column when activated.
3+
spec: https://drafts.csswg.org/css-multicol-2/#column-pseudo
4+
group:
5+
- multi-column
6+
- scrolling

features/column-pseudo.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: column-pseudo.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)