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

Fixed ref for setTransform(DOMMatrix2dInit) #3079

Merged
merged 3 commits into from
Oct 5, 2017

Conversation

fserb
Copy link
Contributor

@fserb fserb commented Sep 27, 2017

setTransform(matrix) was pointing to setTransform(a,b,c,d,e,f). This fixes it.

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

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

Great find! Just a small whitespace tweak.

source Outdated
<p>The <dfn><code data-x="">setTransform(<var>transform</var>)</code></dfn> method, when invoked,
must run these steps:</p>
<p>The <dfn><code data-x="dom-context-2d-setTransform-matrix">setTransform(<var>transform</var>)
</code></dfn> method, when invoked, must run these steps:</p>
Copy link
Member

Choose a reason for hiding this comment

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

Can't introduce a space (newline) here. Instead you'll probably need to break after <dfn><code

@fserb
Copy link
Contributor Author

fserb commented Oct 5, 2017

Done.

source Outdated
<p>The <dfn><code data-x="">setTransform(<var>transform</var>)</code></dfn> method, when invoked,
must run these steps:</p>
<p>The
<dfn><code data-x="dom-context-2d-setTransform-matrix">setTransform(<var>transform</var>)</code></dfn>
Copy link
Member

Choose a reason for hiding this comment

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

You're actually supposed to line break after the <code and before the data-x. I'll fix it for you.

@domenic domenic merged commit 7ce8d47 into whatwg:master Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants