@@ -3,7 +3,7 @@ Group: WHATWG
3
3
H1 : Infra
4
4
Shortname : infra
5
5
Text Macro : TWITTER infrastandard
6
- Text Macro : LATESTRD 2024 -01
6
+ Text Macro : LATESTRD 2025 -01
7
7
Abstract : The Infra Standard aims to define the fundamental concepts upon which standards are built.
8
8
Translation : ja https://triple-underscore.github.io/infra-ja.html
9
9
Required IDs : tracking-vector
@@ -701,6 +701,7 @@ Standard that should be reported and addressed.
701
701
<ol>
702
702
<li><p> Let |x| be "<code> Aperture Science</code> ".
703
703
<li><p> <a>Assert</a> : |x| is "<code> Aperture Science</code> ".
704
+ </ol>
704
705
</div>
705
706
706
707
@@ -2122,20 +2123,19 @@ given a <a>string</a> |string|:
2122
2123
2123
2124
<li><p> Let |jsValue| be ! [$OrdinaryObjectCreate$] (null).
2124
2125
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|:
2127
2128
2128
- <ol>
2129
- <li><p> Assert: |mapKey| is a <a>string</a> .
2129
+ <ol>
2130
+ <li><p> Assert: |mapKey| is a <a>string</a> .
2130
2131
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|.
2133
2134
2134
- <li><p> Perform ! [$CreateDataPropertyOrThrow$] (|jsValue|, |mapKey|, |mapValueJSValue|).
2135
- </ol>
2135
+ <li><p> Perform ! [$CreateDataPropertyOrThrow$] (|jsValue|, |mapKey|, |mapValueJSValue|).
2136
+ </ol>
2136
2137
2137
- <li><p> Return |jsValue|.
2138
- </ol>
2138
+ <li><p> Return |jsValue|.
2139
2139
</ol>
2140
2140
2141
2141
<p class=warning> Because it is rarely appropriate to manipulate JavaScript values directly in
0 commit comments