diff options
author | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2015-04-20 15:44:16 -0700 |
---|---|---|
committer | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2015-04-23 12:32:18 -0700 |
commit | 4f210eb8fe7607fdf991ff284943175b256b2c62 (patch) | |
tree | 01ed2b93468c80e5a086fa315493ab989d537415 /components/script/dom | |
parent | 1b08211a5e9ec00eeaf241b916d51dc665289825 (diff) | |
download | servo-4f210eb8fe7607fdf991ff284943175b256b2c62.tar.gz servo-4f210eb8fe7607fdf991ff284943175b256b2c62.zip |
Fixing inline elements filtering rendering.
It required to move create_stacking_context() outside of BlockFlow,
as a method of FragmentDisplayListBuilding. This allowed the reuse
for inline fragments that need a stacking context.
As we now create stacking contexts (SC) for inline elements, this stresses
the code in Fragment that calculates the need for a SC.
For while, we create a SC only if there are filters associated with the
Inline element. Companion issue is #5812.
Diffstat (limited to 'components/script/dom')
0 files changed, 0 insertions, 0 deletions