Skip to content

Commit

Permalink
Editorial: start using blocklist
Browse files Browse the repository at this point in the history
As per https://whatwg.org/style-guide.

(Some tools/third_party/ is also guilty of this, but is likely harder to change.)
  • Loading branch information
annevk committed Jan 4, 2020
1 parent 04d0209 commit 3e77495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/security-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ For examples of spec JSON files, see [referrer-policy/spec.src.json](../../refer

* **`excluded_tests`**

List of ```test_expansion``` patterns expanding into selections which get skipped when generating the tests (aka. blacklisting/suppressing)
List of ```test_expansion``` patterns expanding into selections which get skipped when generating the tests (aka. blocklisting/suppressing)

* **`test_expansion_schema`**

Expand Down Expand Up @@ -188,9 +188,9 @@ A **selection** is a single **test instance** (scenario) with explicit values th

Taking the spec JSON, the generator follows this algorithm:

* Expand all ```excluded_tests``` to create a blacklist of selections
* Expand all ```excluded_tests``` to create a blocklist of selections

* For each specification requirement: Expand the ```test_expansion``` pattern into selections and check each against the blacklist, if not marked as suppresed, generate the test resources for the selection
* For each specification requirement: Expand the ```test_expansion``` pattern into selections and check each against the blocklist, if not marked as suppresed, generate the test resources for the selection


### Source Contexts
Expand Down

0 comments on commit 3e77495

Please sign in to comment.