diff --git a/css-navigation-1/Overview.bs b/css-navigation-1/Overview.bs index 479c46e3a6f..345b18f97a2 100644 --- a/css-navigation-1/Overview.bs +++ b/css-navigation-1/Overview.bs @@ -481,14 +481,14 @@ and the pseudo-class matches any element where:
 <> = <> [ with <> ]?
 <> = <>
-  // Note: <> is defining three functions
-  // with identical syntax.
 <> = <>( <> )
 <> = match-pattern | match-params | match-url
 <> = navigation-at | navigation-with |
                             navigation-from | navigation-to
 
+NOTE: <> is defining three functions with identical syntax. + ISSUE: Should we use ''navigation-''(''at''/''with''/''from''/''to'') or ''navigation-''(''current''/''other''/''from''/''to'')?