diff --git a/index.html b/index.html index b7c4d6c..0a51d68 100644 --- a/index.html +++ b/index.html @@ -508,6 +508,8 @@

Computation steps

  • Name From Each Child: For each rendered child node of the current node:
      +
    1. If the current node has an aria-actions [=attribute=] with an IDREF matching the rendered child node, skip steps b-d for this child node.
    2. +
    3. If the current node has an aria-actions [=attribute=] with at least one valid IDREF matching any of the descendents of the rendered child node, exclude the referenced descendants from the name from content of the current node.
    4. Set the current node to the rendered child node.
    5. Compute the text alternative of the current node beginning with the overall Computation step. Set the result to that text alternative.
    6. Append the result to the accumulated text.