Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[css-navigation-1] Renamed 'baseURL' descriptor to 'base-url'
  • Loading branch information
SebastianZ committed Dec 1, 2025
commit 6405bf221a4daea3616204ed0047fa7bca6198ca
4 changes: 2 additions & 2 deletions css-navigation-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ based on the following definitions:
<dfn><<init-descriptors>></dfn> = ;* <<init-descriptor>> [ ;+ <<init-descriptor>> ]* ;*
<dfn><<init-descriptor>></dfn> = <<init-descriptor-name>> : <<string>>
<dfn><<init-descriptor-name>></dfn> = protocol | username | password | hostname | port
pathname | search | hash | baseURL
pathname | search | hash | base-url
</pre>

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

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