You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<var>placeholderResult</var>, now holds a reference to <var>transferResult</var>.</p>
7977
7980
7978
7981
<p class="note">This is a rather unusual low-level operation for which no primitives are
7979
-
defined by ECMAScript.</p>
7982
+
defined by JavaScript.</p>
7980
7983
</li>
7981
7984
7982
7985
<li><p>Add <var>transferResult</var> as the last element of
@@ -15716,7 +15719,7 @@ Space is not the only void</pre>
15716
15719
15717
15720
<p>The following JavaScript function shows how the tree walk could be implemented. The <var>root</var> argument is the root of the tree to walk (either a <span>sectioning
15718
15721
content</span> element or a <span>sectioning root</span> element), and the <var>enter</var> and <var>exit</var> arguments are callbacks that are called with
15719
-
the nodes as they are entered and exited. <ref spec=ECMA262></p>
15722
+
the nodes as they are entered and exited. <ref spec=JAVASCRIPT></p>
15720
15723
15721
15724
<pre>function (root, enter, exit) {
15722
15725
var node = root;
@@ -47414,7 +47417,7 @@ ldh-str = < as defined in <a href="https://tools.ietf.org/html/rfc1034#
47414
47417
with only the "<code data-x="">u</code>" flag specified, compiles successfully, then the resulting regular expression is the element's
47415
47418
<dfn>compiled pattern regular expression</dfn>. If the element has no such attribute, or if the
47416
47419
value doesn't compile successfully, then the element has no <span>compiled pattern regular
47417
-
expression</span>. <ref spec=ECMA262></p>
47420
+
expression</span>. <ref spec=JAVASCRIPT></p>
47418
47421
47419
47422
<p class="note">If the value doesn't compile successfully, user agents are encouraged to log this
47420
47423
fact in a developer console, to aid debugging.</p>
<var>operation</var>) abstract operation. User agents must use the following implementation:
86043
-
<ref spec=ECMA262></p>
86046
+
<ref spec=JAVASCRIPT></p>
86044
86047
86045
86048
<ol>
86046
86049
@@ -111363,7 +111366,7 @@ if (s = prompt('What is your name?')) {
111363
111366
legacy content: one that uses the presence of <code data-x="dom-document-all">document.all</code>
111364
111367
as a way to detect legacy user agents, and one that only supports those legacy user agents and
111365
111368
uses the <code data-x="dom-document-all">document.all</code> object without testing for its
111366
-
presence first. <ref spec=ECMA262></p>
111369
+
presence first. <ref spec=JAVASCRIPT></p>
111367
111370
111368
111371
<hr>
111369
111372
@@ -116706,9 +116709,6 @@ INSERT INTERFACES HERE
116706
116709
<dt id="refsE163">[E163]</dt>
116707
116710
<dd><cite>Recommendation E.163 — Numbering Plan for The International Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November 1988.</dd>
116708
116711
116709
-
<dt id="refsECMA262">[ECMA262]</dt>
116710
-
<dd><cite><a href="https://tc39.github.io/ecma262/">ECMAScript Language Specification</a></cite>. Ecma International.</dd>
116711
-
116712
116712
<dt id="refsEDITING">[EDITING]</dt>
116713
116713
<dd><cite><a href="https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html">HTML Editing APIs</a></cite>, A. Gregor. W3C Editing APIs CG.</dd>
116714
116714
@@ -116778,6 +116778,10 @@ INSERT INTERFACES HERE
116778
116778
<dt id="refsISO8601">[ISO8601]</dt>
116779
116779
<dd>(Non-normative) <cite><a href="http://isotc.iso.org/livelink/livelink/4021199/ISO_8601_2004_E.zip?func=doc.Fetch&nodeid=4021199">ISO8601: Data elements and interchange formats — Information interchange — Representation of dates and times</a></cite>. ISO.</dd>
116780
116780
116781
+
<dt id="refsJAVASCRIPT">[JAVASCRIPT]</dt>
116782
+
<dd><cite><a href="https://tc39.github.io/ecma262/">ECMAScript Language Specification</a></cite>. Ecma International.</dd>
116783
+
<dd><cite><a href="https://javascript.spec.whatwg.org/">JavaScript Standard</a></cite>, M. Bynens. WHATWG.</dd>
116784
+
116781
116785
<dt id="refsJLREQ">[JLREQ]</dt>
116782
116786
<dd><cite><a href="https://www.w3.org/TR/jlreq/">Requirements for Japanese Text Layout</a></cite>. W3C.</dd> <!-- too many editors to list -->
0 commit comments