Skip to content

Commit 6ab8e23

Browse files
committed
[css-navigation-1] Clarify name matching of descriptors to URLPatternInit keys.
Followup to w3c#13177.
1 parent 1169a43 commit 6ab8e23

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-navigation-1/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ The ''@route'' rule can be defined in one of two ways:
7373
:: In this case the URL pattern represented is the result of invoking
7474
[=URL pattern/create|create a URL pattern=] given
7575
<var>input</var> as {{URLPatternInit}}
76-
constructed from the descriptors and their values;
77-
if a <code>base-url</code> descriptor is not given then one is created from
76+
constructed from the descriptors and their values.
77+
Each dictionary member is given the value of
78+
the descriptor with the same name,
79+
except the <code>baseURL</code> member is given the value of
80+
the <code>base-url</code> descriptor.
81+
If a <code>base-url</code> descriptor is not given then one is created from
7882
the [=style resource base URL=] of the rule.
7983

8084
ISSUE: Should this use <<dashed-ident>>, <<custom-ident>>, or <<ident>>

0 commit comments

Comments
 (0)