Skip to content

Commit

Permalink
Unexport destination event definitions (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
blu25 authored Oct 29, 2023
1 parent 94b48b1 commit dc24e72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,9 @@ A <dfn export for=fencedframetype>fenced frame reporter</dfn> is a [=struct=] wi
</dl>
</dl>

A <dfn export for=fencedframetype>destination enum event</dfn> is a [=struct=] with the following
A <dfn for=fencedframetype>destination enum event</dfn> is a [=struct=] with the following
[=struct/items=]:
<dl export dfn-for="destination enum event">
<dl dfn-for="destination enum event">
: <dfn>type</dfn>
:: a [=string=]

Expand All @@ -798,9 +798,9 @@ A <dfn export for=fencedframetype>destination enum event</dfn> is a [=struct=] w
:: an [=origin=]
</dl>

A <dfn export for=fencedframetype>destination URL event</dfn> is a [=URL=].
A <dfn for=fencedframetype>destination URL event</dfn> is a [=URL=].

A <dfn export for=fencedframetype>destination event</dfn> is either a
A <dfn for=fencedframetype>destination event</dfn> is either a
[=fencedframetype/destination enum event=] or a [=fencedframetype/destination URL event=].

<div algorithm>
Expand Down

0 comments on commit dc24e72

Please sign in to comment.