New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand the block size of the root flow's margin box to the viewport size instead of expanding the block size of its border box. #9438
Changes from all commits
File filter...
Jump to…
Expand the block size of the root flow's margin box to the viewport size
instead of expanding the block size of its border box. Closes #9308.
- Loading branch information
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| @@ -0,0 +1,15 @@ | ||
| <!DOCTYPE html> | ||
| <meta charset="utf-8"> | ||
| <link rel="match" href="root_margins_ref.html"> | ||
| <style> | ||
| div { | ||
| position: absolute; | ||
| width: 100px; | ||
| height: 100px; | ||
| background: steelblue; | ||
| bottom: 0; | ||
| left: 0; | ||
| } | ||
| </style> | ||
| <div> | ||
|
|
| @@ -0,0 +1,17 @@ | ||
| <!DOCTYPE html> | ||
| <meta charset="utf-8"> | ||
| <style> | ||
| html, body { | ||
| margin: 0; | ||
| } | ||
| div { | ||
| position: absolute; | ||
| width: 100px; | ||
| height: 100px; | ||
| background: steelblue; | ||
| bottom: 0; | ||
| left: 0; | ||
| } | ||
| </style> | ||
| <div> | ||
|
|
This file needs a copy of this information down around line 10127.