Skip to content

Commit

Permalink
Review Draft Publication: January 2025
Browse files Browse the repository at this point in the history
Also address a couple tiny markup errors identified by CI.
  • Loading branch information
annevk authored Jan 20, 2025
1 parent 2c3dbce commit d480031
Show file tree
Hide file tree
Showing 2 changed files with 2,295 additions and 11 deletions.
22 changes: 11 additions & 11 deletions infra.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Group: WHATWG
H1: Infra
Shortname: infra
Text Macro: TWITTER infrastandard
Text Macro: LATESTRD 2024-01
Text Macro: LATESTRD 2025-01
Abstract: The Infra Standard aims to define the fundamental concepts upon which standards are built.
Translation: ja https://triple-underscore.github.io/infra-ja.html
Required IDs: tracking-vector
Expand Down Expand Up @@ -701,6 +701,7 @@ Standard that should be reported and addressed.
<ol>
<li><p>Let |x| be "<code>Aperture Science</code>".
<li><p><a>Assert</a>: |x| is "<code>Aperture Science</code>".
</ol>
</div>


Expand Down Expand Up @@ -2122,20 +2123,19 @@ given a <a>string</a> |string|:

<li><p>Let |jsValue| be ! [$OrdinaryObjectCreate$](null).

<li>
<p><a for=list>For each</a> |mapKey| → |mapValue| of |value|:
<li>
<p><a for=list>For each</a> |mapKey| → |mapValue| of |value|:

<ol>
<li><p>Assert: |mapKey| is a <a>string</a>.
<ol>
<li><p>Assert: |mapKey| is a <a>string</a>.

<li><p>Let |mapValueJSValue| be the result of
<a>converting an Infra value to a JSON-compatible JavaScript value</a>, given |mapValue|.
<li><p>Let |mapValueJSValue| be the result of
<a>converting an Infra value to a JSON-compatible JavaScript value</a>, given |mapValue|.

<li><p>Perform ! [$CreateDataPropertyOrThrow$](|jsValue|, |mapKey|, |mapValueJSValue|).
</ol>
<li><p>Perform ! [$CreateDataPropertyOrThrow$](|jsValue|, |mapKey|, |mapValueJSValue|).
</ol>

<li><p>Return |jsValue|.
</ol>
<li><p>Return |jsValue|.
</ol>

<p class=warning>Because it is rarely appropriate to manipulate JavaScript values directly in
Expand Down
Loading

0 comments on commit d480031

Please sign in to comment.