diff --git a/index.bs b/index.bs index 290fa38..befbebc 100644 --- a/index.bs +++ b/index.bs @@ -47,7 +47,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/; spec: HTML; type: dfn; url: #calling-scripts; text: calling scripts; type: dfn; url: #list-of-the-descendant-browsing-contexts; text: list of the descendant browsing contexts; type: dfn; url: #ancestor-browsing-context; text: ancestor; - type: dfn; url: #unit-of-related-browsing-contexts; text: unit of related browsing contexts + type: dfn; url: #browsing-context-group-set; text: browsing-context-group-set type: dfn; url: #script-evaluation-environment-settings-object-set; text: script evaluation environment settings object set type: dfn; url: #integration-with-the-javascript-agent-cluster-formalism; text: agent cluster type: dfn; url: #concept-task-document; for: task; text: document; @@ -230,7 +230,7 @@ Pointing to the culprit {#sec-PointingToCulprit} This section is non-normative. -A long task can involve different types of work (such as script, layout, style etc), and it could be executed within different browsing contexts, or it could be global in nature such as a long garbage collection that spans the entire agent cluster or unit of related browsing contexts. +A long task can involve different types of work (such as script, layout, style etc), and it could be executed within different browsing contexts, or it could be global in nature such as a long garbage collection that spans the entire agent cluster or browsing context group set. Thus attribution has a couple of facets: @@ -294,7 +294,7 @@ Report long tasks {#report-long-tasks}