Skip to content

Commit

Permalink
Add spec link for legacy alias info for page-break-* values (#25699)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 17, 2025
1 parent 32fcea0 commit 529d4cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/properties/page-break-after.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page-break-after",
"spec_url": [
"https://drafts.csswg.org/css-logical/#page",
"https://drafts.csswg.org/css-page/#page-break-after"
"https://drafts.csswg.org/css-page/#page-break-after",
"https://drafts.csswg.org/css-break/#page-break-properties"
],
"tags": [
"web-features:page-breaks"
Expand Down
3 changes: 2 additions & 1 deletion css/properties/page-break-before.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page-break-before",
"spec_url": [
"https://drafts.csswg.org/css-logical/#page",
"https://drafts.csswg.org/css-page/#page-break-before"
"https://drafts.csswg.org/css-page/#page-break-before",
"https://drafts.csswg.org/css-break/#page-break-properties"
],
"tags": [
"web-features:page-breaks"
Expand Down
5 changes: 4 additions & 1 deletion css/properties/page-break-inside.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"page-break-inside": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/page-break-inside",
"spec_url": "https://drafts.csswg.org/css-page/#page-break-inside",
"spec_url": [
"https://drafts.csswg.org/css-page/#page-break-inside",
"https://drafts.csswg.org/css-break/#page-break-properties"
],
"tags": [
"web-features:page-breaks"
],
Expand Down

0 comments on commit 529d4cf

Please sign in to comment.