Skip to content

Commit e840f91

Browse files
committed
Split WebIDL into two parts.
Workaround for w3c/respec#1717
1 parent 5d1612a commit e840f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ <h2>
196196
DOMString method = "GET";
197197
required ShareTargetParams params;
198198
};
199-
199+
</pre>
200+
<pre class="idl">
200201
partial dictionary WebAppManifest {
201202
ShareTarget share_target;
202203
};

0 commit comments

Comments
 (0)