Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[cssom-view] Kill DOMRectList. Fixes https://www.w3.org/Bugs/… #1499

Merged
merged 2 commits into from
Aug 3, 2017

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Jun 5, 2017

…Public/show_bug.cgi?id=26200"

This reverts commit ebc0d23.

See #1479

Tests: web-platform-tests/wpt#6299

@bzbarsky
Copy link

Sounds fine assuming it's a clean revert. I didn't read the actual diff.

1. If the element on which it was invoked does not have an associated <a>layout box</a> return an empty sequence and stop this algorithm.
1. If the element has an associated <a>SVG layout box</a> return a sequence containing a single {{DOMRect}} object that describes the bounding box of the element as defined by the SVG specification, applying the <a>transforms</a> that apply to the element and its ancestors.
1. Return a sequence containing {{DOMRect}} objects in content order, one for each <a spec=css-break>box fragment</a>, describing its border area (including those with a height or width of zero) with the following constraints:
1. If the element on which it was invoked does not have an associated <a>layout box</a> return an empty {{DOMRectList}} and stop this algorithm.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

object*

@foolip
Copy link
Member

foolip commented Aug 3, 2017

web-platform-tests/wpt#6299 is already merged, I didn't notice there were two spec changes involved.

@foolip
Copy link
Member

foolip commented Aug 3, 2017

I went about adding the "object" requested, but don't have write access to this repo. @tabatkins, can you add "object" and merge this?

@tabatkins tabatkins merged commit 64776a9 into master Aug 3, 2017
@tabatkins
Copy link
Member

Done 👍

@foolip
Copy link
Member

foolip commented Aug 3, 2017

Thanks!

@plinss plinss deleted the zcorpan/revert-kill-domrectlist branch August 4, 2017 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants