Skip to content

Commit 5247a49

Browse files
ddbeckjamesnw
andauthored
Fix assignment of css.properties.page (#3292)
This was mistakenly added to page selectors, instead of the `@page` at rule Co-authored-by: James Stuckey Weber <jamesnw@gmail.com>
1 parent 6ac7628 commit 5247a49

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

features/page-selectors.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Page selectors
2-
description: The `:first`, `:left`, and `:right` pseudo-classes select pages based on their position in sequence after pagination. They're often used with the `page` CSS property, to choose a print layout defined by the `@page` rule.
2+
description: The `:first`, `:left`, and `:right` pseudo-classes select pages based on their position in sequence after pagination.
33
spec: https://drafts.csswg.org/css-page-3/#page-selectors
44
group:
55
- selectors
66
- print
77
compat_features:
8-
- css.properties.page
98
- css.selectors.first
109
- css.selectors.left
1110
- css.selectors.right

features/page-selectors.yml.dist

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,12 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "85"
8-
chrome_android: "85"
9-
edge: "85"
7+
chrome: "18"
8+
chrome_android: "18"
9+
edge: "12"
1010
safari: "6"
1111
safari_ios: "6"
1212
compat_features:
13-
# baseline: high
14-
# baseline_low_date: 2023-02-14
15-
# baseline_high_date: 2025-08-14
16-
# support:
17-
# chrome: "85"
18-
# chrome_android: "85"
19-
# edge: "85"
20-
# firefox: "110"
21-
# firefox_android: "110"
22-
# safari: "1"
23-
# safari_ios: "1"
24-
- css.properties.page
25-
2613
# baseline: low
2714
# baseline_low_date: 2023-08-01
2815
# support:

features/page-setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ compat_features:
2828
- css.at-rules.page.top-left-corner
2929
- css.at-rules.page.top-right
3030
- css.at-rules.page.top-right-corner
31+
- css.properties.page

features/page-setup.yml.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ status:
1313
safari: "18.2"
1414
safari_ios: "18.2"
1515
compat_features:
16+
# baseline: high
17+
# baseline_low_date: 2023-02-14
18+
# baseline_high_date: 2025-08-14
19+
# support:
20+
# chrome: "85"
21+
# chrome_android: "85"
22+
# edge: "85"
23+
# firefox: "110"
24+
# firefox_android: "110"
25+
# safari: "1"
26+
# safari_ios: "1"
27+
- css.properties.page
28+
1629
# baseline: low
1730
# baseline_low_date: 2024-12-11
1831
# support:

0 commit comments

Comments
 (0)