mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #8376 - mrobinson:fix-inlines, r=pcwalton
Properly make stacking contexts for inlines Instead of making a stacking context out of inline fragments parent flow, make the inline fragment itself the stacking context. This fixes positioning and rendering of these sort of fragments and prevents over-layerization. Fixes #7424. Fixes #5812. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8376) <!-- Reviewable:end -->
This commit is contained in:
commit
efc31e619d
4 changed files with 123 additions and 58 deletions
|
@ -2063,6 +2063,18 @@
|
|||
"url": "/_mozilla/css/inline_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_stacking_context.html": [
|
||||
{
|
||||
"path": "css/inline_stacking_context.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_stacking_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_stacking_context.html"
|
||||
}
|
||||
],
|
||||
"css/inline_text_align_a.html": [
|
||||
{
|
||||
"path": "css/inline_text_align_a.html",
|
||||
|
@ -7152,6 +7164,18 @@
|
|||
"url": "/_mozilla/css/inline_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_stacking_context.html": [
|
||||
{
|
||||
"path": "css/inline_stacking_context.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_stacking_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_stacking_context.html"
|
||||
}
|
||||
],
|
||||
"css/inline_text_align_a.html": [
|
||||
{
|
||||
"path": "css/inline_text_align_a.html",
|
||||
|
@ -9594,4 +9618,4 @@
|
|||
"rev": null,
|
||||
"url_base": "/_mozilla/",
|
||||
"version": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue