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
Fix up links identified as being dead or incorrect
In some cases, this means that we've also had to futz with
the spec text, but the logical meaning should be identical.
The W3C link validtor does not correctly check links into
PDF documents, however loading these in Chrome show that
they are valid.
I've removed the test about showModalDialog since this
method has been removed from modern browsers and is no
longer supported.
This does not fix the broken link in the execute script
section
<!-- Current entry --><li><dfn><ahref=https://html.spec.whatwg.org/#current-entry>Current entry</a></dfn>
282
-
<!-- Determine the value of an indexed property --><li><dfndata-lt="determining the value of an indexed property"><ahref=https://html.spec.whatwg.org/#dom-window-item>Determine the value of an indexed property</a></dfn> of a <a><code>Window</code></a> object
<!-- GetOwnProperty of a Window object --><li><dfn><ahref=https://html.spec.whatwg.org/#windowproxy-getownproperty><code>[[\GetOwnProperty]]</code> of a <code>Window</code> object</a></dfn>
<!-- Strip leading and trailing white space --><li><dfndata-lt="stripping leading and trailing whitespace"><ahref="https://html.spec.whatwg.org/#strip-leading-and-trailing-whitespace">Strip leading and trailing whitespace</a></dfn>
325
324
<!-- Submit Button --><li><dfn><ahref="https://html.spec.whatwg.org/#submit-button-state-%28type=submit%29">Submit Button</a></dfn> state
326
325
<!-- Submittable elements --><li><dfndata-lt="submittable element"><ahref=https://html.spec.whatwg.org/#category-submit>Submittable elements</a></dfn>
<!-- Breaking text into extended grapheme clusters --><li><dfndata-lt="breaking text into extended grapheme clusters"><ahref=http://unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries>Grapheme cluster boundaries</a></dfn>
519
517
</ul>
520
518
519
+
<dt>Unicode Standard Annex #44
520
+
<dd>The following terms are defined in the standard: [[!UAX44]]
521
+
<ul>
522
+
<!-- Unicode character property --><li><dfn><ahref=http://unicode.org/reports/tr44/#Properties>Unicode character property</a></dfn>
523
+
</ul>
524
+
521
525
<dt>URLs
522
526
<dd>The following terms are defined in the WHATWG URL standard: [[!URL]]
523
527
<ul>
@@ -3598,9 +3602,11 @@ <h3>Switch To Frame</h3>
3598
3602
return <a>error</a> with <a>error code</a><a>no such frame</a>.
3599
3603
3600
3604
<li><p>Let <var>child window</var> be
3601
-
the <a><code>WindowProxy</code></a> object
3602
-
obtained by <a>determining the value of an indexed property</a>
3603
-
of <var>window</var> with index <var>id</var>.
3605
+
the <a><code>WindowProxy</code></a> object obtained by
3606
+
calling <a><code>[[\GetOwnProperty]]</code> of
3607
+
a <code>Window</code> object</a><var>window</var> with
3608
+
argument <var>id</var>.
3609
+
3604
3610
3605
3611
<li><p>Set the <a>current browsing context</a> to
3606
3612
<var>new window</var>’s browsing context.</li>
@@ -4395,9 +4401,9 @@ <h4>Link Text</h4>
4395
4401
returned via a call to <a>Get Element Text</a>
4396
4402
for <var>element</var>.
4397
4403
4398
-
<li><p>Let <var>trimmed text</var> be the result of
4399
-
<a>stripping leading and trailing whitespace</a>
4400
-
from<var>rendered text</var>.
4404
+
<li><p>Let <var>trimmed text</var> be the result of removing
4405
+
all <a>whitespace</a> from the start and end of the
0 commit comments