Skip to content

Commit 1169a43

Browse files
authored
[css-navigation-1] Renamed 'baseURL' descriptor to 'base-url' (#13177)
1 parent 9faf6c6 commit 1169a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-navigation-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ based on the following definitions:
5656
<dfn><<init-descriptors>></dfn> = ;* <<init-descriptor>> [ ;+ <<init-descriptor>> ]* ;*
5757
<dfn><<init-descriptor>></dfn> = <<init-descriptor-name>> : <<string>>
5858
<dfn><<init-descriptor-name>></dfn> = protocol | username | password | hostname | port
59-
pathname | search | hash | baseURL
59+
pathname | search | hash | base-url
6060
</pre>
6161

6262
This associates an author-defined keyword with a URL pattern,
@@ -74,7 +74,7 @@ The ''@route'' rule can be defined in one of two ways:
7474
[=URL pattern/create|create a URL pattern=] given
7575
<var>input</var> as {{URLPatternInit}}
7676
constructed from the descriptors and their values;
77-
if a <code>baseURL</code> descriptor is not given then one is created from
77+
if a <code>base-url</code> descriptor is not given then one is created from
7878
the [=style resource base URL=] of the rule.
7979

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

0 commit comments

Comments
 (0)