Skip to content

Commit eb42345

Browse files
author
Jihye Hong
committed
[css-nav-1] Modify the IDL format
1 parent 89d01f5 commit eb42345

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-nav-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,10 @@ To create an instance of the {{NavigationEvent}} interface, use the {{Navigation
602602
passing an optional {{NavigationEventInit}} dictionary.
603603

604604
<pre class=idl>
605-
[Exposed=Window,
606-
Constructor (DOMString type, optional NavigationEventInit eventInitDict)]
605+
[Exposed=Window]
607606
interface NavigationEvent : UIEvent {
607+
constructor(DOMString type,
608+
optional NavigationEventInit eventInitDict);
608609
readonly attribute SpatialNavigationDirection dir;
609610
readonly attribute EventTarget? relatedTarget;
610611
};

0 commit comments

Comments
 (0)