Has the paged media module been abandoned?
问题 I've followed the steps in this article to arrange my page for printing. However, only a couple of things seem to actually work. I can't get selectors such as @top-center to work at all in Chrome, Firefox or Opera, even though caniuse says it should work in most major browsers. Has this been quietly abandoned or deprecated? I'm pretty sure it's correct, but I'll post my CSS here for reference anyway: @page { @bottom-right { content: "..."; } } The content doesn't show up anywhere. 回答1: The WD