whatwg / xhr

XMLHttpRequest Standard
https://xhr.spec.whatwg.org/
Other
314 stars 131 forks source link

Editorial: move feature policy integration section #204

Closed annevk closed 6 years ago

annevk commented 6 years ago

It's part of XMLHttpRequest, not ProgressEvent.

Fixes #199.


Preview | Diff

annevk commented 6 years ago

@clelland could you take a look? Note that I've also adjusted the casing of the section. Maybe it should be "Feature Policy integration" though?

clelland commented 6 years ago

That's a better spot for it for sure :) I expect that I was just aiming for "before security considerations" in the document and didn't spot that it was nested under ProgressEvent. Thanks for catching that.

"Feature Policy integration" would be consistent with the way that "Content Security Policy" is written everywhere it appears, so I'd probably advocate for that casing.

annevk commented 6 years ago

Thanks!