diff --git a/index.bs b/index.bs
index ab81c07c..18424db3 100644
--- a/index.bs
+++ b/index.bs
@@ -9579,11 +9579,12 @@ The <dfn>own exposure set</dfn> is either a [=/set=] of identifiers or the speci
      :: The [=own exposure set=] is <code>*</code>.
 </dl>
 
-<p class="advisement">
+<p class="note">
     <code>[Exposed=*]</code> is to be used with care.
     It is only appropriate when an API does not expose significant new capabilities.
     If the API might be restricted or disabled in some environments,
     it is preferred to list the globals explicitly.
+    See [[DESIGN-PRINCIPLES#expose-everywhere|the Web Platform Design Principles]].
 </p>
 
 <div algorithm>