Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11313,6 +11313,14 @@ <h3><dfn>Print Page</dfn></h3>
<li><p>If <var>shrinkToFit</var> is not a <a>Boolean</a>
return <a>error</a> with <a>error code</a> <a>invalid argument</a>.

<li><p>Let <var>safePrintableInset</var> be the result of <a>getting a
property with default</a> named "<code>safePrintableInset</code>" and with
default <code>0</code> from <var>parameters</var>. This is used by
<a>page-margin-safety</a>.

<li><p>If <var>safePrintableInset</var> is not a <a>Number</a>, or is less than 0,
return <a>error</a> with <a>error code</a> <a>invalid argument</a>.

<li><p>Let <var>pageRanges</var> be the result of <a>getting a
property with default</a> named "<code>pageRanges</code>" from
<var>parameters</var> with default of an
Expand Down Expand Up @@ -11351,6 +11359,10 @@ <h3><dfn>Print Page</dfn></h3>
<tr>
<td>Right margin, in cm
<td><var>marginRight</var>

<tr>
<td><var>Safe printable inset, in cm</var>
<td><var>safePrintableInset</var>
</table>

<p>In addition, the following formatting hints should be applied by the UA:
Expand Down Expand Up @@ -11980,6 +11992,11 @@ <h2>Index</h2>
<!-- media type --> <li><dfn><a href=https://www.w3.org/TR/mediaqueries-4/#media-types>media type</a></dfn>
</ul>

<dd>The following terms are defined in [[css-page-3]]:
<ul>
<!-- page-margin-safety --> <li><dfn><a href=https://drafts.csswg.org/css-page-3/#page-margin-safety>page-margin-safety</a></dfn>
</ul>

<dt>SOCKS Proxy:
<dd><p>The following terms are defined in the standard: [[RFC1928]]
<ul>
Expand Down
Loading