Skip to content

Commit

Permalink
Address r3 of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VergeA committed Jul 2, 2024
1 parent 32020e4 commit 2701c71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.

1. If [=this=]'s {{Document}} is not [=Document/fully active=], then return.

1. Let |navigable| be [=this=]'s [=relevant global object=]'s [=navigable=].
1. Let |navigable| be [=this=]'s [=relevant global object=]'s [=Window/navigable=].

1. If any of the following conditions are met, throw a {{SecurityError}} {{DOMException}}:

Expand Down Expand Up @@ -3024,11 +3024,12 @@ modified to include a new row.
</thead>
<tbody>
<tr>
<td><dfn export><code>fencedtreeclick</code></dfn></td>
<td><dfn><code>fencedtreeclick</code></dfn></td>
<td>{{Event}}</td>
<td>Elements</td>
<td>
Fired at a <{fencedframe}> element when its contained content calls {{Fence/notifyEvent}}
Fired at a <{fencedframe}> element asynchronously after its
[=fenced navigable container/fenced navigable=]'s {{Document}} calls {{Fence/notifyEvent()}}
</td>
</tr>
</tbody>
Expand All @@ -3049,7 +3050,7 @@ to include a new row. The [=event handler=] name is <code>onfencedtreeclick</cod
</thead>
<tbody>
<tr>
<td><dfn export><code>onfencedtreeclick</code></dfn></td>
<td><dfn><code>onfencedtreeclick</code></dfn></td>
<td><code>[=fencedtreeclick=]</code></td>
</tr>
</tbody>
Expand Down

0 comments on commit 2701c71

Please sign in to comment.