diff --git a/index.html b/index.html index f2d116d7..6483d648 100644 --- a/index.html +++ b/index.html @@ -11313,6 +11313,13 @@

Print Page

  • If shrinkToFit is not a Boolean return error with error code invalid argument. +

  • Let safePrintableInset be the result of getting a + property with default named "safePrintableInset" and with + default 0 from parameters. + +

  • If safePrintableInset is not a Number, or is less than 0, + return error with error code invalid argument. +

  • Let pageRanges be the result of getting a property with default named "pageRanges" from parameters with default of an @@ -11364,6 +11371,13 @@

    Print Page

    page width specified in the content +

    The value of safePrintableInset defines the minimum inset along + each page edge needed to steer clear of the area that the printer is potentially + incapable of marking reliably. Most printers have a small region along each + edge of the page sheet which is unprintable, typically due to the printer's + paper handling mechanism. The document that is being printed may have CSS rules + to adjust page margins based on this. TODO: Link to spec, when it has landed? +

  • If pageRanges is not an empty Array, Let pages be the result of trying to parse a page range with arguments pageRanges and the number of