From ca0fc2b0dcbbe579d579762cf2495aee84f7725e Mon Sep 17 00:00:00 2001 From: Dave Tapuska Date: Tue, 16 Jul 2019 17:09:11 -0400 Subject: [PATCH] Remove algorithms no longer needed The HTML spec was updated in https://github.com/whatwg/html/pull/4772 Now the deprecated algorithms can be removed. --- index.bs | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/index.bs b/index.bs index 02a9b6a6..b939a5fc 100644 --- a/index.bs +++ b/index.bs @@ -911,21 +911,6 @@ partial interface HTMLIFrameElement {
  • Return policy.
  • -
    -

    Initialize document's Feature - Policy

    -

    Given a {{Document}} object (document), this algorithm - initialises document's Feature Policy

    -
      -
    1. Let policy be the result of running Create a Feature Policy for a browsing - context given document's browsing context, and document's - origin.
    2. -
    3. - Set document’s feature policy to policy. -
    4. -
    -

    Create a Feature @@ -949,22 +934,6 @@ partial interface HTMLIFrameElement {
  • Return policy.
  • -
    -

    Initialize document's Feature - Policy from response

    -

    Given a [=response=] (response) and a Document - (document), this algorithm populates document's - Feature Policy

    -
      -
    1. Let policy be the result of running Create a Feature Policy for a browsing - context from response given document's browsing context, document's - origin, and response.
    2. -
    3. - Set document’s feature policy to policy. -
    4. -
    -

    Define an inherited policy for feature in browsing context