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 parsing and serialization of shape-outside property #15958
Comments
|
@hgallagher1993 Perhaps this would also interest you as well? |
|
Ya I could take this |
|
Great! Sorry for the confusion earlier. |
|
cc @emilio |
|
@KiChjang I've had a couple of looks at this but I haven't found the time to actually do it and I don't think I will get the chance because I've had a heap of college work thrown on top of me the last week or 2 so it'd probably be better to un-assign me and leave it for someone else that has the time |
bors-servo
added a commit
that referenced
this issue
Apr 13, 2017
stylo: Implement shape-outside property shape-outside property implemented. r=Manishearth in bugzilla --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #15958 and [Bug 1355003](https://bugzilla.mozilla.org/show_bug.cgi?id=1355003) <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16384) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://drafts.csswg.org/css-shapes/#shape-outside-property
It should be added into https://github.com/servo/servo/blob/master/components/style/properties/longhand/box.mako.rs