Skip to content

Commit c81a6a0

Browse files
authored
Editorial: fix various issues
* Markup: lowercase tag-name * Wording: make the "update href" setup more conventional * Spelling: insert apostrophe-s
1 parent 29a0ff5 commit c81a6a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11552,7 +11552,7 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
1155211552

1155311553
<ol>
1155411554
<li><p><span data-x="list append">Append</span> the <span data-x="serialization of an
11555-
origin">serialization</span> of <var>origin</Var> to <var>output</var>.</p></li>
11555+
origin">serialization</span> of <var>origin</var> to <var>output</var>.</p></li>
1155611556
</ol>
1155711557
</li>
1155811558

@@ -26688,8 +26688,8 @@ document.body.appendChild(wbr);</code></pre>
2668826688
</div>
2668926689

2669026690
<div algorithm>
26691-
<p>To <span>update <code>href</code></span> for <code>HTMLAnchorElement</code> and
26692-
<code>HTMLAreaElement</code>, set the element's <code data-x="attr-hyperlink-href">href</code>
26691+
<p>To <span>update <code>href</code></span> for an <code>HTMLAnchorElement</code> or
26692+
<code>HTMLAreaElement</code> element, set the element's <code data-x="attr-hyperlink-href">href</code>
2669326693
content attribute's value to the element's <span data-x="concept-hyperlink-url">url</span>, <span
2669426694
data-x="concept-url-serializer">serialized</span>.</p>
2669526695
</div>
@@ -97813,7 +97813,7 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
9781397813
data-x="concept-settings-object-origin">origin</span>, then throw a
9781497814
<span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>
9781597815

97816-
<li><p><span>Assert</span>: <span>this</span>'s <span>relevant <code>Document</code></span> <span
97816+
<li><p><span>Assert</span>: <span>this</span>'s <span>relevant <code>Document</code></span>'s <span
9781797817
data-x="concept-document-ancestor-origins-list">ancestor origins list</span> is not
9781897818
null.</p></li>
9781997819

0 commit comments

Comments
 (0)