mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
layout: Implement opacity
per CSS-COLOR § 3.2.
This adds the infrastructure necessary to support stacking contexts that are not containing blocks for absolutely-positioned elements. Our infrastructure did not support that before. This minor revamp actually ended up simplifying the logic around display list building and stacking-relative position computation for absolutely-positioned flows, which was nice.
This commit is contained in:
parent
873ca6cadd
commit
1c1c507c03
17 changed files with 421 additions and 146 deletions
|
@ -185,4 +185,5 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||
== linear_gradients_lengths_a.html linear_gradients_lengths_ref.html
|
||||
== incremental_float_a.html incremental_float_ref.html
|
||||
== table_specified_width_a.html table_specified_width_ref.html
|
||||
== opacity_simple_a.html opacity_simple_ref.html
|
||||
== opacity_stacking_context_a.html opacity_stacking_context_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue