diff --git a/permission-element.bs b/permission-element.bs index e0a2ac0..523e6a9 100644 --- a/permission-element.bs +++ b/permission-element.bs @@ -189,14 +189,6 @@ The <{permission}> element has the following internal slots: {{DOMRectReadOnly}} that stores the most recently seen intersection, i.e. the position of the <{permission}> relative to the [=viewport=]. -## <{permission}> element-related state maintained by the [=document=] ## {#permission-element-per-document-state} - -The [=document=] gains the following internal slot: - -* The \[[PermissionElementTypeMap]] is - an [=ordered set=] of [=powerful features=]. It is initialized with the - empty list, «[]». - ## <{permission}> element interesting behaviours ## {#permission-element-very-interesting} The <{permission}> element has a few surprising behaviours, to support its @@ -463,12 +455,8 @@ The {{HTMLPermissionElement}} [=insertion steps=] are: 1. Call {{[[IntersectionObserver]]}}.observe([=this=]). 1. If {{[[Types]]}} [=list/is empty=], then [=add a permanent blocker=] with reason {{PermissionElementBlockerReason/type_invalid}}. -1. If the [=set/intersection=] of {{[[Types]]}} and [=document=]'s - {{[[PermissionElementTypeMap]]}} is not [=list/is empty|empty=], then - [=add a permanent blocker=] with reason - {{PermissionElementBlockerReason/unsuccesful_registration}}. -1. [=list/Extend=] [=document=]'s {{[[PermissionElementTypeMap]]}} with - {{[[Types]]}}. +1. If [=this=] is not [=type permissible=], then [=add a temporary blocker=] + with {{PermissionElementBlockerReason/unsuccesful_registration}}. 1. [=Add an expiring blocker=] with reason {{PermissionElementBlockerReason/recently_attached}}. 1. If the [=navigable/traversable navigable=] of the [=node navigable=] of @@ -481,8 +469,7 @@ The {{HTMLPermissionElement}} [=insertion steps=] are: