Skip to content

Commit ec35981

Browse files
committed
Fix links to Element and Attr
This was breaking the build. Linking to the IDL interfaces is more correct in context.
1 parent c4ef5d3 commit ec35981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
20372037
|max depth|, |ownership type|, |known object|, |serialization internal map|,
20382038
and |realm|.
20392039

2040-
<dt>|value| is a [=platform object=] that implements [=Node=]
2040+
<dt>|value| is a [=platform object=] that implements {{Node}}
20412041
<dd>
20422042
1. Let |shared id| be [=get shared id for a node=] with |value|, |realm| and
20432043
|session|.
@@ -2064,7 +2064,7 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
20642064
1. If |node value| is not null set
20652065
|serialized|["<code>nodeValue</code>"] to |node value|.
20662066

2067-
1. If |value| is an [=/Element=] or an <a spec=dom>Attribute</a>:
2067+
1. If |value| implements {{Element}} or {{Attr}}:
20682068

20692069
1. Set |serialized|["<code>localName</code>"] to [=Get=](|value|, "localName").
20702070

@@ -2088,7 +2088,7 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
20882088

20892089
1. If |children| is not null, set |serialized|["<code>children</code>"] to |children|.
20902090

2091-
1. If |value| is an [=/Element=]:
2091+
1. If |value| implements {{Element}}:
20922092

20932093
1. Let |attributes| be a new [=/map=].
20942094

0 commit comments

Comments
 (0)