Skip to content

Commit 3ab4ea0

Browse files
committed
Review Draft Publication: January 2025
1 parent 2c3dbce commit 3ab4ea0

File tree

2 files changed

+2295
-11
lines changed

2 files changed

+2295
-11
lines changed

infra.bs

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Group: WHATWG
33
H1: Infra
44
Shortname: infra
55
Text Macro: TWITTER infrastandard
6-
Text Macro: LATESTRD 2024-01
6+
Text Macro: LATESTRD 2025-01
77
Abstract: The Infra Standard aims to define the fundamental concepts upon which standards are built.
88
Translation: ja https://triple-underscore.github.io/infra-ja.html
99
Required IDs: tracking-vector
@@ -701,6 +701,7 @@ Standard that should be reported and addressed.
701701
<ol>
702702
<li><p>Let |x| be "<code>Aperture Science</code>".
703703
<li><p><a>Assert</a>: |x| is "<code>Aperture Science</code>".
704+
</ol>
704705
</div>
705706

706707

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

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

2125-
<li>
2126-
<p><a for=list>For each</a> |mapKey| → |mapValue| of |value|:
2126+
<li>
2127+
<p><a for=list>For each</a> |mapKey| → |mapValue| of |value|:
21272128

2128-
<ol>
2129-
<li><p>Assert: |mapKey| is a <a>string</a>.
2129+
<ol>
2130+
<li><p>Assert: |mapKey| is a <a>string</a>.
21302131

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

2134-
<li><p>Perform ! [$CreateDataPropertyOrThrow$](|jsValue|, |mapKey|, |mapValueJSValue|).
2135-
</ol>
2135+
<li><p>Perform ! [$CreateDataPropertyOrThrow$](|jsValue|, |mapKey|, |mapValueJSValue|).
2136+
</ol>
21362137

2137-
<li><p>Return |jsValue|.
2138-
</ol>
2138+
<li><p>Return |jsValue|.
21392139
</ol>
21402140

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

0 commit comments

Comments
 (0)