@@ -336,27 +336,27 @@ In all other cases it must be true.
336
336
<p> The result of <dfn lt="getting properties|getting the
337
337
property|getting a property"> getting a property</dfn> with argument <var> name</var> is
338
338
defined as being the same as the result of calling
339
- <a>Object</a> .<a>[[\ GetOwnProperty]]</a> (<var> name</var> ).
339
+ <a>Object</a> .<a>\[[ GetOwnProperty]]</a> (<var> name</var> ).
340
340
341
341
<p> The result of <dfn lt="getting the property with
342
342
default|getting a property with default"> getting a property with default</dfn> with
343
343
arguments <var> name</var> and <var> default</var> is defined as being
344
344
the same as the result of calling
345
- <a>Object</a> .<a>[[\ GetOwnProperty]]</a> (<var> name</var> ) if that
345
+ <a>Object</a> .<a>\[[ GetOwnProperty]]</a> (<var> name</var> ) if that
346
346
results in a value other than <code> undefined</code>
347
347
and <var> default</var> otherwise.
348
348
349
349
<p> <dfn lt='set a property'>Setting a property</dfn> with
350
350
arguments <var> name</var> and <var> value</var> is defined as being
351
351
the same as calling
352
- <a>Object</a> .<a>[[\ Put]]</a> (<var> name</var> , <var> value</var> ).
352
+ <a>Object</a> .<a>\[[ Put]]</a> (<var> name</var> , <var> value</var> ).
353
353
354
354
<p> The result of <dfn>JSON serialization</dfn> with <var> object</var>
355
355
of type JSON <a>Object</a> is defined as the result of
356
- calling <code> JSON.</code> <a>[[\ Stringify]]</a> (<var> object</var> ).
356
+ calling <code> JSON.</code> <a>\[[ Stringify]]</a> (<var> object</var> ).
357
357
358
358
<p> The result of <dfn lt='parsing as json|JSON deserialization'>JSON deserialization</dfn> with <var> text</var> is defined as
359
- the result of calling <code> JSON.</code> <a>[[\ Parse]]</a> (<var> text</var> ).
359
+ the result of calling <code> JSON.</code> <a>\[[ Parse]]</a> (<var> text</var> ).
360
360
</section> <!-- /Algorithms -->
361
361
362
362
@@ -3444,7 +3444,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3444
3444
<li><p> Let <var> child window</var> be
3445
3445
the <a><code>WindowProxy</code></a> object obtained by
3446
3446
calling
3447
- <var> window</var> .<a lt='window.[[\ getOwnProperty]]'><code>[[\ GetOwnProperty]]</code></a>
3447
+ <var> window</var> .<a lt='window.\[[ getOwnProperty]]'><code>\[[ GetOwnProperty]]</code></a>
3448
3448
(<var> id</var> ).
3449
3449
3450
3450
<li><p> Set the <a>current browsing context</a> to
@@ -4929,7 +4929,7 @@ The <a>remote end steps</a> are:
4929
4929
with <a>url variable</a> <var> element id</var> .
4930
4930
4931
4931
<li><p> Let <var> property</var> be the result of calling
4932
- the <var> element</var> .<a>[[\ GetProperty]]</a> (<var> name</var> ).
4932
+ the <var> element</var> .<a>\[[ GetProperty]]</a> (<var> name</var> ).
4933
4933
4934
4934
<li><p> Let <var> result</var> be the value of
4935
4935
<var> property</var> if not <a>undefined</a> , or <a><code>null</code></a> .
@@ -6219,7 +6219,7 @@ a <a>remote end</a> must run the following steps:
6219
6219
6220
6220
<p> If at any point during the algorithm a <a>user prompt</a> appears,
6221
6221
abort all subsequent substeps of this algorithm, and return
6222
- <a>Completion</a> { [[\ Type]] : <code> normal</code> , [[\ Value]] : <a><code>null</code></a> , [[\ Target]] : <code> empty</code> }.
6222
+ <a>Completion</a> { \ [[ Type]] : <code> normal</code> , \ [[ Value]] : <a><code>null</code></a> , \ [[ Target]] : <code> empty</code> }.
6223
6223
6224
6224
<ol>
6225
6225
<li><p> Let <var> window</var> be the <a>associated window</a>
@@ -6235,7 +6235,7 @@ a <a>remote end</a> must run the following steps:
6235
6235
<li><p> If <var> body</var> is not parsable as a <a>FunctionBody</a>
6236
6236
or if parsing detects an <a>early error</a> ,
6237
6237
return
6238
- <a>Completion</a> { [[\ Type]] : <code> normal</code> , [[\ Value]] : <a><code>null</code></a> , [[\ Target]] : <code> empty</code> }.
6238
+ <a>Completion</a> { \ [[ Type]] : <code> normal</code> , \ [[ Value]] : <a><code>null</code></a> , \ [[ Target]] : <code> empty</code> }.
6239
6239
6240
6240
<li><p> If <var> body</var> begins with a <a>directive prologue</a>
6241
6241
that contains a <a>use strict directive</a>
@@ -6379,34 +6379,34 @@ The first argument provided to the function will be serialized to JSON and retur
6379
6379
<ol>
6380
6380
<li><p> Let <var> resolvingFunctions</var> be <a>CreateResolvingFunctions</a> (<var> promise</var> ).
6381
6381
6382
- <li><p> Append <var> resolvingFunctions</var><code> .[[\ Resolve]]</code> to
6382
+ <li><p> Append <var> resolvingFunctions</var><code> .\ [[ Resolve]]</code> to
6383
6383
<var> arguments</var> .
6384
6384
6385
6385
<li><p> Let <var> result</var> be the result of calling
6386
6386
<a>execute a function body</a> , with arguments
6387
6387
<var> body</var> and <var> arguments</var> .
6388
6388
6389
- <li><p> If <var> scriptResult</var> .[[\ Type]] is not <code> normal</code> , then <a>reject</a>
6390
- <var> promise</var> with value <var> scriptResult</var> .[[\ Value]] , and abort these steps.
6389
+ <li><p> If <var> scriptResult</var> .\ [[ Type]] is not <code> normal</code> , then <a>reject</a>
6390
+ <var> promise</var> with value <var> scriptResult</var> .\ [[ Value]] , and abort these steps.
6391
6391
6392
6392
<p class=note> Prior revisions of this specification did not recognize the
6393
6393
return value of the provided script. In order to preserve legacy behavior,
6394
6394
the return value only influences the command if it is a "thenable" object or
6395
6395
if determining this produces an exception.
6396
6396
6397
- <li><p> If <a lt="ecmascript type">Type</a> (<var> scriptResult</var> .[[\ Value]] )
6397
+ <li><p> If <a lt="ecmascript type">Type</a> (<var> scriptResult</var> .\ [[ Value]] )
6398
6398
is not <a>Object</a> , then abort these steps.
6399
6399
6400
- <li><p> Let <var> then</var> be <a>Get</a> (<var> scriptResult</var> .[[\ Value]] , "then").
6400
+ <li><p> Let <var> then</var> be <a>Get</a> (<var> scriptResult</var> .\ [[ Value]] , "then").
6401
6401
6402
- <li><p> If <var> then</var> .[[\ Type]] is not <code> normal</code> , then <a>reject</a>
6403
- <var> promise</var> with value <var> then</var> .[[\ Value]] , and abort these steps.
6402
+ <li><p> If <var> then</var> .\ [[ Type]] is not <code> normal</code> , then <a>reject</a>
6403
+ <var> promise</var> with value <var> then</var> .\ [[ Value]] , and abort these steps.
6404
6404
6405
- <li><p> If <a>IsCallable</a> (<var> then</var> .[[\ Type]] ) is <code> false</code> ,
6405
+ <li><p> If <a>IsCallable</a> (<var> then</var> .\ [[ Type]] ) is <code> false</code> ,
6406
6406
then abort these steps.
6407
6407
6408
6408
<li><p> Let <var> scriptPromise</var> be <a>PromiseResolve</a> (<a>Promise</a> ,
6409
- <var> scriptResult</var> .[[\ Value]] ).
6409
+ <var> scriptResult</var> .\ [[ Value]] ).
6410
6410
6411
6411
<li><p> Upon fulfillment of <var> scriptPromise</var> with value <var> v</var> ,
6412
6412
<a>resolve</a> <var> promise</var> with value <var> v</var> .
@@ -9766,11 +9766,11 @@ to automatically sort each list alphabetically.
9766
9766
from the ECMAScript Language Specification:
9767
9767
<ul>
9768
9768
<!-- Call --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-13.2.1>Call</a></dfn>
9769
- <!-- Class --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.6.2>[[\ Class]]</a></dfn>
9770
- <!-- GetOwnProperty --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.12.1>[[\ GetOwnProperty]]</a></dfn>
9771
- <!-- GetProperty --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.12.2>[[\ GetProperty]]</a></dfn>
9769
+ <!-- Class --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.6.2>\[[ Class]]</a></dfn>
9770
+ <!-- GetOwnProperty --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.12.1>\[[ GetOwnProperty]]</a></dfn>
9771
+ <!-- GetProperty --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.12.2>\[[ GetProperty]]</a></dfn>
9772
9772
<!-- Index of --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.7>Index of</a></dfn>
9773
- <!-- Put --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.12.5>[[\ Put]]</a></dfn>
9773
+ <!-- Put --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-8.12.5>\[[ Put]]</a></dfn>
9774
9774
<!-- Substring --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-15.5.4.15>Substring</a></dfn>
9775
9775
</ul>
9776
9776
@@ -9785,9 +9785,9 @@ to automatically sort each list alphabetically.
9785
9785
<!-- null --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-4.3.11><code>null</code></a></dfn>
9786
9786
<!-- Number --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-4.3.19>Number</a></dfn>
9787
9787
<!-- Object --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-4.2.1>Object</a></dfn>
9788
- <!-- Parse --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-15.12.2>[[\ Parse]]</a></dfn>
9788
+ <!-- Parse --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-15.12.2>\[[ Parse]]</a></dfn>
9789
9789
<!-- String --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-4.3.18>String</a></dfn>
9790
- <!-- Stringify --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-15.12.3>[[\ Stringify]]</a></dfn>
9790
+ <!-- Stringify --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-15.12.3>\[[ Stringify]]</a></dfn>
9791
9791
<!-- ToInteger --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/6.0/#sec-tointeger>ToInteger</a></dfn>
9792
9792
<!-- undefined --> <li> <dfn><a href=https://www.ecma-international.org/ecma-262/5.1/#sec-4.3.9>Undefined</a></dfn>
9793
9793
</ul>
@@ -9870,7 +9870,7 @@ to automatically sort each list alphabetically.
9870
9870
<!-- File upload state --> <li> <dfn><a href="https://html.spec.whatwg.org/#file-upload-state-(type=file)">File upload state</a></dfn>
9871
9871
<!-- Focusing steps --> <li> <dfn><a href="https://html.spec.whatwg.org/#focusing-steps">Focusing steps</a></dfn>
9872
9872
<!-- Fousable area --><li> <dfn><a href=https://html.spec.whatwg.org/#focusable-area>Focusable area</a></dfn>
9873
- <!-- GetOwnProperty of a Window object --> <li> <dfn lt="window.[[\ getOwnProperty]]"><a href=https://html.spec.whatwg.org/#windowproxy-getownproperty><code>[[\ GetOwnProperty]]</code> of a <code>Window</code> object</a></dfn>
9873
+ <!-- GetOwnProperty of a Window object --> <li> <dfn lt="window.\[[ getOwnProperty]]"><a href=https://html.spec.whatwg.org/#windowproxy-getownproperty><code>\[[ GetOwnProperty]]</code> of a <code>Window</code> object</a></dfn>
9874
9874
<!-- HTMLAllCollection --> <li> <dfn><a href=https://html.spec.whatwg.org/#htmlallcollection><code>HTMLAllCollection</code></a></dfn>
9875
9875
<!-- HTMLFormControlCollection --> <li> <dfn><a href=https://html.spec.whatwg.org/#htmlformcontrolscollection><code>HTMLFormControlsCollection</code></a></dfn>
9876
9876
<!-- HTMLOptionsCollection --> <li> <dfn><a href=https://html.spec.whatwg.org/#htmloptionscollection><code>HTMLOptionsCollection</code></a></dfn>
0 commit comments