Skip to content

Commit ade713d

Browse files
authored
Change margins to margin (#370)
1 parent a085d80 commit ade713d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,7 +3498,7 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
34983498
|context| for any reason then return [=error=] with [=error code=]
34993499
[=unsupported operation=].
35003500

3501-
1. Let |margins| be the value of the <code>margins</code> field of |command
3501+
1. Let |margin| be the value of the <code>margin</code> field of |command
35023502
parameters| if present, or otherwise a [=/map=] matching the
35033503
<code>browsingContext.PrintMarginParameters</code> with the fields set to
35043504
their default values.
@@ -3539,16 +3539,16 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
35393539
"<code>portrait</code>" otherwise |page size|["<code>width</code>"]
35403540
<tr>
35413541
<td>Top margin, in cm
3542-
<td>|margins|["<code>top</code>"]
3542+
<td>|margin|["<code>top</code>"]
35433543
<tr>
35443544
<td>Bottom margin, in cm
3545-
<td>|margins|["<code>bottom</code>"]
3545+
<td>|margin|["<code>bottom</code>"]
35463546
<tr>
35473547
<td>Left margin, in cm
3548-
<td>|margins|["<code>left</code>"]
3548+
<td>|margin|["<code>left</code>"]
35493549
<tr>
35503550
<td>Right margin, in cm
3551-
<td>|margins|["<code>right</code>"]
3551+
<td>|margin|["<code>right</code>"]
35523552
</table>
35533553

35543554
In addition, the following formatting hints should be applied by the UA:

0 commit comments

Comments
 (0)