From 491352b79a6e4593cd7789ff7ffd786fd1004260 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Thu, 25 Apr 2024 22:33:10 +0800 Subject: [PATCH] page-break-inside was replaced by break-inside (#580) Ref: https://github.com/w3c/csswg-drafts/commit/36fa01c9bbef63780164134211a509717255169c --- nextstep.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextstep.html b/nextstep.html index 04c80fc..aed15b8 100644 --- a/nextstep.html +++ b/nextstep.html @@ -29,7 +29,7 @@ padding: .5em; border: .5em; border-left-style: solid; - page-break-inside: avoid; + break-inside: avoid; } span.issue, @@ -502,4 +502,4 @@

Next Steps

- \ No newline at end of file +