[css-page-3] Proposed spec changes for safe printable insets. #11395#13190
[css-page-3] Proposed spec changes for safe printable insets. #11395#13190
Conversation
|
@fantasai Does this look okay? |
Based on the example four paragraphs after that clause, wouldn't |
It's actually for both |
@tabatkins Is it possible to define a descriptor for multiple at-rules at once? Or should they be referenced differently in that case? Sebastian |
Issue for multiple at-rules not supported by bikeshed.
|
I discussed this with @tabatkins , and bikeshed currently doesn't support specifying multiple at-rules here. I pointed this out in an ISSUE in the spec instead, and listed all the additional at-rules where this applies. |
|
Any more feedback? Ready to land? |
For print reftests, check <meta name="safe-printable-inset"> to simulate an unprintable region along the paper edges. The `content` attribute takes a non-negative number, which is the safe printable inset specified in centimeters. Only implemented for executorwebdriver. Spec discussion: w3c/csswg-drafts#11395 Spec change: w3c/csswg-drafts#13190 RFC: web-platform-tests/rfcs#233 For background, see https://drafts.csswg.org/css-page-3/#printable-area
This is for testing the `page-margin-safety` descriptor in `@page` and page margin box contexts. Spec discussion: w3c/csswg-drafts#11395 Spec change: w3c/csswg-drafts#13190 RFC: web-platform-tests/rfcs#233 wptrunner and webdriver code changes: web-platform-tests/wpt#58030
See
#11395 (comment)