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

Typo in Processing Model - fetch step #56

Closed
JosephPecoraro opened this issue Sep 27, 2017 · 1 comment
Closed

Typo in Processing Model - fetch step #56

JosephPecoraro opened this issue Sep 27, 2017 · 1 comment

Comments

@JosephPecoraro
Copy link

Typo in Processing Model. The Fetch step is missing a <dd> for origin's value, which should be origin.
https://w3c.github.io/beacon/#sec-processing-model

Spec markup:

<dl>
  <dt><a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-method">method</a></dt>
  <dd><code>POST</code></dd>

  <dt><a href="#request-url">url</a></dt>
  <dd><var>parsedUrl</var></dd>

  <dt><a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-header-list">header list</a></dt>
  <dd><var>headerList</var></dd>

  <dt><a href="#request-origin">origin</a></dt>

  <dt><a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#keep-alive-flag">keep-alive flag</a></dt>
  <dd><code>true</code></dd>

  <dt><a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-body">body</a></dt>
  <dd><var>transmittedData</var></dd>

  <dt><a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-mode">mode</a></dt>
  <dd><var>corsMode</var></dd>

  <dt><a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-credentials-mode">credentials mode</a></dt>
  <dd><i>include</i></dd>
</dl>

Namely:

<dt><a href="#request-origin">origin</a></dt>

Should be:

<dt><a href="#request-origin">origin</a></dt>
<dd><i>origin</i></dd>

Note that origin is defined at step 2.

@igrigorik
Copy link
Member

@JosephPecoraro thanks, great catch!

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

No branches or pull requests

2 participants