diff --git a/index.html b/index.html index 7c90f08d..bd35f3df 100644 --- a/index.html +++ b/index.html @@ -4346,20 +4346,20 @@

Shadow Roots

is an abstraction used to identify a shadow root when it is transported via the protocol, between remote and local ends. - +

The shadow root identifier is the string constant "shadow-6066-11e4-a52e-4f735466cecf". - +

Each shadow root has an associated shadow root reference that uniquely identifies the shadow root across all browsing contexts. The shadow root reference for every shadow root representing the same shadow root must be the same. It must be a string, and should be the result of generating a UUID. - +

An ECMAScript Object represents a shadow root if it has a shadow root identifier own property. - +

Each browsing context has an associated list of known shadow roots. When the browsing context is discarded, @@ -4367,7 +4367,7 @@

Shadow Roots

To get a known shadow root with argument reference, run the following steps: - +

  1. Let shadow be the item in the current browsing context’s list of known shadow roots for which the shadow @@ -4379,26 +4379,26 @@

    Shadow Roots

    detached shadow root.
  2. Return success with shadow.
- +

To get or create a shadow root reference with shadow root: - +

  1. For each known shadow root of the current browsing context’s list of known shadow roots: - +

    1. If known shadow root equals shadow root, return success with known shadow root’s shadow root reference.

    - +
  2. Add shadow to the list of known shadow roots of the current browsing context. - +

  3. Return success with the shadow’s shadow root reference.

- +

The shadow root reference object for shadow root is given by: @@ -4411,26 +4411,26 @@

Shadow Roots

  • Return a JSON Object initialized with a property with name identifier and value reference. - +

    When required to deserialize a shadow root by a JSON Object object that represents a shadow root: - +

    1. If object has no own property shadow root identifier, return error with error code invalid argument. - +

    2. Let reference be the result of getting the shadow root identifier property from object. - +

    3. Let shadow be the result of trying to get a known shadow root with argument reference. - +

    4. Return success with data shadow.

    - +

    A shadow root is detached if its [=Node/node document=] is not the active document or if the element node referred to as its document fragment host @@ -4985,7 +4985,7 @@

    Find Elements From Shadow Root

    start node, location strategy, and selector. - +

    Get Active Element

    @@ -11161,8 +11161,8 @@

    Index

    the Selenium project, at revision 1721e627e3b5ab90a06e82df1b088a33a8d11c20.
    Styling