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

added note for invalid arg in delete #397

Merged
merged 5 commits into from
Oct 17, 2016
Merged

Conversation

sendilkumarn
Copy link
Contributor

Added note to clarify as discussed in #372

@@ -4152,6 +4152,9 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
"<code title>request-no-cors</code>" and <var>name</var>/`<code title>invalid</code>` is
not a <span>CORS-safelisted request-header</span>, return.

<p class=note>The reason for <var>name</var>/`<code title>invalid</code>` is because
"<code title>delete</code>" is not passed a value argument.
Copy link
Member

Choose a reason for hiding this comment

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

Thank you!

"delete" should be <code title=dom-Headers-delete>delete()</code> instead.

And I would suggest rewording it to say "<code title>invalid</code> is used because ..."

@annevk
Copy link
Member

annevk commented Oct 17, 2016

Also, I believe this is your first contribution, so your name doesn't appear in the acknowledgments section yet. Please add it there (not required).

@annevk annevk merged commit 93cf40c into whatwg:master Oct 17, 2016
@annevk
Copy link
Member

annevk commented Oct 17, 2016

Thanks again!

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

Successfully merging this pull request may close these issues.

2 participants