Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement `position: relative` #792
Closed
Labels
Milestone
Comments
|
Needed for #1366. |
|
mentor: @larsbergstrom @JoonWonLee @pradeep90 @ksh8281 are working on this |
|
#1440 has landed, and should provide some code that will compute the top, left, right, and bottom properties. You should feel free to change the code as you need to make it fit this work! |
|
@JoonWonLee @pradeep90 @ksh8281 what is the status of this work? Does this issue contain sufficient information for you to make progress? |
|
@larsbergstrom we are currenly working on inline elememts. |
bors-servo
pushed a commit
that referenced
this issue
Feb 5, 2014
implement position:relative this pr implement #792 it gives same result with firefox in "src/test/ref/position_relative_a.html" r? @larsbergstrom
|
Shouldn't this be closed since #1613 has been merged? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is needed for Acid2 lines 10 and 11.
You should be able to implement this as a normal layout of the element followed by a translation of the generated DisplayList items.