Skip to content

Commit

Permalink
Issue WICG#146 - Require 1 or more 0x20 (SP) bytes in arbitrary brand
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr committed Jan 7, 2021
1 parent 3f0daa8 commit f9e8cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ each other. A shared rendering engine may form an [=equivalence class=], for exa

To <dfn>create an arbitrary brand</dfn>, the [=user agent=] MUST run these steps:

1. Let |arbitraryBrand| be a [=/string=] composed of [=ASCII lower alpha=], [=ASCII upper alpha=], or 0x20 (SP), no
longer than twenty [=ASCII bytes=].
1. Let |arbitraryBrand| be a [=/string=] composed of [=ASCII alpha=]. |arbitraryBrand| MUST contain one or more
0x20 (SP) bytes and be no longer than twenty [=ASCII bytes=].
1. Let |arbitraryBrandList| be the result of <a lt="split on ASCII whitespace">splitting |arbitraryBrand| on ASCII
whitespace</a>.
1. Let |greaseyStack| be a [=stack=].
Expand Down

0 comments on commit f9e8cf5

Please sign in to comment.