From 506ad07e25ff01adb5316725023c478aa4181e8e Mon Sep 17 00:00:00 2001 From: Tab Atkins Jr Date: Thu, 24 Feb 2022 12:13:40 -0800 Subject: [PATCH] Fix broken markup Your `dl` was unclosed. Went ahead and switched it to Markdown, as that requires less tracking anyway. --- index.bs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.bs b/index.bs index 04171d6..c27fa5a 100644 --- a/index.bs +++ b/index.bs @@ -936,17 +936,13 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; These clipboard permissions are powerful features permission-related algorithms and types are defined as follows: -
-
- permission descriptor type -
-
+ : permission descriptor type + ::
 			dictionary ClipboardPermissionDescriptor : PermissionDescriptor {
 				boolean allowWithoutGesture = false;
 			};
 		
-
There are 4 clipboard permissions: