Skip to content

Commit 704d6b5

Browse files
author
Jihye Hong
committed
[css-nav-1] Modify Example8
Update the relatedTarget info of focus and focusin event
1 parent 4cba936 commit 704d6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-nav-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -798,13 +798,13 @@ the <a spec=html for="/">origin</a> of the [=active document=] of the [=top-leve
798798
<td>4
799799
<td>focusin
800800
<td><code>#box3</code>
801-
<td>N/A
801+
<td><code>#box2</code>
802802
<td>Sent before the target element receives focus.
803803
<tr>
804804
<td>5
805805
<td>focus
806806
<td><code>#box3</code>
807-
<td>N/A
807+
<td><code>#box2</code>
808808
<td>Sent after the target element receives focus.
809809
</tbody>
810810
</table>

0 commit comments

Comments
 (0)