diff --git a/index.bs b/index.bs index e0bc6ff..f294b47 100644 --- a/index.bs +++ b/index.bs @@ -413,9 +413,12 @@ Processing model {#processing}

WindowOrWorkerGlobalScope

-Each [=user agent=] has an associated brands, which is a [=/list=] created by running [=create brands=]. +Each [=user agent=] has an associated brands, which is a [=/list=] created by running +[=create brands=]. -Every {{WindowOrWorkerGlobalScope}} object has an associated brands frozen array, which is a FrozenArray<NavigatorUABrandVersion>. It is initially the result of [=create a frozen array|creating a frozen array=] from the [=user agent=]'s [=brands=]. +Every {{WindowOrWorkerGlobalScope}} object has an associated brands frozen array, +which is a FrozenArray<NavigatorUABrandVersion>. It is initially the +result of [=create a frozen array|creating a frozen array=] from the [=user agent=]'s [=brands=].

Create brands

@@ -428,7 +431,8 @@ When asked to run the create brands algorithm, the [=user agent=] MUS 3. For each pair: 1. Let |dict| be a new {{NavigatorUABrandVersion}} dictionary, - with [=user agent/brand=] as {{NavigatorUABrandVersion/brand}} and [=user agent/significant version=] as {{NavigatorUABrandVersion/version}}. + with [=user agent/brand=] as {{NavigatorUABrandVersion/brand}} and [=user agent/significant version=] as + {{NavigatorUABrandVersion/version}}. 2. Append |dict| to |list|. @@ -448,8 +452,8 @@ When asked to run the create brands algorithm, the [=user agent=] MUS 5. Return |list|. -An equivalence class represents a group of browsers believed to be compatibile with each other. A shared - rendering engine may form an [=equivalence class=], for example. +An equivalence class represents a group of browsers believed to be compatibile with +each other. A shared rendering engine may form an [=equivalence class=], for example.

Create arbitrary brand and version values