Skip to content

Commit 6515bc1

Browse files
committed
Make topmargin and leftmargin attributes apply to both sides
Fixes #11879.
1 parent 489e0b6 commit 6515bc1

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

source

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -146320,31 +146320,15 @@ html, body { display: block; }</code></pre>
146320146320
<th>Source
146321146321
<tbody>
146322146322
<tr>
146323-
<td rowspan="3"><span>'margin-top'</span>
146323+
<td rowspan="3"><span>'margin-top'</span>, <span>'margin-bottom'</span>
146324146324
<td>The <code>body</code> element's <code data-x="attr-body-marginheight">marginheight</code> attribute
146325146325
<tr>
146326146326
<td>The <code>body</code> element's <code data-x="attr-body-topmargin">topmargin</code> attribute
146327146327
<tr>
146328146328
<td>The <code>body</code> element's <span>container frame element</span>'s <code data-x="attr-iframe-marginheight">marginheight</code> attribute
146329146329
<tbody>
146330146330
<tr>
146331-
<td rowspan="3"><span>'margin-right'</span>
146332-
<td>The <code>body</code> element's <code data-x="attr-body-marginwidth">marginwidth</code> attribute
146333-
<tr>
146334-
<td>The <code>body</code> element's <code data-x="attr-body-rightmargin">rightmargin</code> attribute
146335-
<tr>
146336-
<td>The <code>body</code> element's <span>container frame element</span>'s <code data-x="attr-iframe-marginwidth">marginwidth</code> attribute
146337-
<tbody>
146338-
<tr>
146339-
<td rowspan="3"><span>'margin-bottom'</span>
146340-
<td>The <code>body</code> element's <code data-x="attr-body-marginheight">marginheight</code> attribute
146341-
<tr>
146342-
<td>The <code>body</code> element's <code data-x="attr-body-bottommargin">bottommargin</code> attribute
146343-
<tr>
146344-
<td>The <code>body</code> element's <span>container frame element</span>'s <code data-x="attr-iframe-marginheight">marginheight</code> attribute
146345-
<tbody>
146346-
<tr>
146347-
<td rowspan="3"><span>'margin-left'</span>
146331+
<td rowspan="3"><span>'margin-left'</span>, <span>'margin-right'</span>
146348146332
<td>The <code>body</code> element's <code data-x="attr-body-marginwidth">marginwidth</code> attribute
146349146333
<tr>
146350146334
<td>The <code>body</code> element's <code data-x="attr-body-leftmargin">leftmargin</code> attribute

0 commit comments

Comments
 (0)