diff --git a/specs/referrer-policy/index.src.html b/specs/referrer-policy/index.src.html index ba0d052c..9b9b1781 100644 --- a/specs/referrer-policy/index.src.html +++ b/specs/referrer-policy/index.src.html @@ -428,8 +428,8 @@

Delivery via meta

  • If the meta element lacks a - content attribute, or if that - attribute's value is the empty string, then abort these steps. + content attribute then abort these + steps.
  • @@ -444,6 +444,10 @@

    Delivery via meta

    leading and trailing whitespace.
  • +
  • + If meta-value is the empty string, then abort these steps. +
  • +
  • Let policy be the result of executing the [[#determine-policy-for-token]] algorithm on meta-value.