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
20 changes: 2 additions & 18 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -145101,31 +145101,15 @@ html, body { display: block; }</code></pre>
<th>Source
<tbody>
<tr>
<td rowspan="3"><span>'margin-top'</span>
<td rowspan="3"><span>'margin-top'</span>, <span>'margin-bottom'</span>
<td>The <code>body</code> element's <code data-x="attr-body-marginheight">marginheight</code> attribute
<tr>
<td>The <code>body</code> element's <code data-x="attr-body-topmargin">topmargin</code> attribute
<tr>
<td>The <code>body</code> element's <span>container frame element</span>'s <code data-x="attr-iframe-marginheight">marginheight</code> attribute
<tbody>
<tr>
<td rowspan="3"><span>'margin-right'</span>
<td>The <code>body</code> element's <code data-x="attr-body-marginwidth">marginwidth</code> attribute
<tr>
<td>The <code>body</code> element's <code data-x="attr-body-rightmargin">rightmargin</code> attribute
<tr>
<td>The <code>body</code> element's <span>container frame element</span>'s <code data-x="attr-iframe-marginwidth">marginwidth</code> attribute
<tbody>
<tr>
<td rowspan="3"><span>'margin-bottom'</span>
<td>The <code>body</code> element's <code data-x="attr-body-marginheight">marginheight</code> attribute
<tr>
<td>The <code>body</code> element's <code data-x="attr-body-bottommargin">bottommargin</code> attribute
<tr>
<td>The <code>body</code> element's <span>container frame element</span>'s <code data-x="attr-iframe-marginheight">marginheight</code> attribute
<tbody>
<tr>
<td rowspan="3"><span>'margin-left'</span>
<td rowspan="3"><span>'margin-left'</span>, <span>'margin-right'</span>
<td>The <code>body</code> element's <code data-x="attr-body-marginwidth">marginwidth</code> attribute
<tr>
<td>The <code>body</code> element's <code data-x="attr-body-leftmargin">leftmargin</code> attribute
Expand Down