Skip to content

Commit

Permalink
page-break-{before,after}: avoid not supported in Safari
Browse files Browse the repository at this point in the history
This came up in the course of defining page break features in
web-features. caniuse reports partial support due to lack of support in
Safari and Firefox.

See also:

- web-platform-dx/web-features#331
- Fyrd/caniuse#7045 (comment)
- https://caniuse.com/css-page-break
  • Loading branch information
ddbeck committed May 2, 2024
1 parent 41e12c0 commit 5366945
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions css/properties/page-break-after.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"version_added": "12"
},
"firefox": {
"version_added": "1"
"version_added": false,
"impl_url": "https://bugzil.la/775617"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -133,7 +134,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "1.2"
"version_added": false,
"impl_url": "https://webkit.org/b/34155"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 4 additions & 2 deletions css/properties/page-break-before.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"version_added": "12"
},
"firefox": {
"version_added": "1"
"version_added": false,
"impl_url": "https://bugzil.la/775617"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -133,7 +134,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "1.2"
"version_added": false,
"impl_url": "https://webkit.org/b/34155"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 5366945

Please sign in to comment.