diff --git a/spec.bs b/spec.bs index 356b8a5..4969866 100644 --- a/spec.bs +++ b/spec.bs @@ -124,7 +124,8 @@ When invoked on {{Document}} |doc|, the re

Changes to {{Document/requestStorageAccess()}}

-Modify {{Document/requestStorageAccess()}} to invoke [=request storage access=] with |requestUnpartitionedCookieAccess| being `true`. +Redefine {{Document/requestStorageAccess()}} to: +1. Return the result of running [=request storage access=] with |doc| and |requestUnpartitionedCookieAccess| being `true`. Redefine the steps of {{Document/requestStorageAccess()}} to instead be the steps of request storage access which takes a `boolean` argument |requestUnpartitionedCookieAccess|.