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

Correct inclusion of SVGURIReference #299

Merged
merged 1 commit into from
Aug 2, 2018
Merged

Conversation

lukebjerring
Copy link
Contributor

SVGURIReference is an interface mixin, not an interface, so the operator is includes not implements.

Found this when cleaning up the SVG deps for web-platform-tests/wpt#11796

It's an `interface mixin`, not an `interface`, so the operator is `includes` not `implements`.

Found this when cleaning up the SVG deps for web-platform-tests/wpt#11796
@dirkschulze
Copy link
Contributor

Those were not updated yet because SVg2 wasn’t updated at the time. I need to check if that is the case now.

@lukebjerring
Copy link
Contributor Author

I can confirm that for you; as linked in the description, web-platform-tests/wpt#11796 updated the SVG scrape

I'm manually having to work around it in order to land scrape updates.

@svgeesus
Copy link
Contributor

svgeesus commented Aug 2, 2018

@dirkschulze this looks good to me, any reason not to merge?

@svgeesus svgeesus self-requested a review August 2, 2018 14:35
@dirkschulze dirkschulze merged commit dab3091 into w3c:master Aug 2, 2018
@lukebjerring
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants