From 7c01d130aae15642b50d056ee598de5f378501f4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 17 Oct 2022 21:47:33 -0400 Subject: [PATCH] Meta: remove local-lt for permission state --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 200679b..a131f7e 100644 --- a/index.html +++ b/index.html @@ -570,9 +570,9 @@

- A |descriptor|'s permission state, given - an optional environment settings object |settings| is the result of the following - algorithm. It returns a {{PermissionState}} enum value: + A |descriptor|'s permission state, given an optional + environment settings object |settings| is the result of the following algorithm. + It returns a {{PermissionState}} enum value:

  1. If |settings| wasn't passed, set it to the [=current settings object=].