File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -245,17 +245,25 @@ using the steps of the <dfn>create a URL pattern for urlpattern()</dfn> algorith
245245 the rule or declaration block containing the ''urlpattern()'' function.
246246
247247 <div class="issue">
248- Do we really want this to be the base URL?
249- For this particular use of ''urlpattern()'' ,
248+ Do we want this to be the base URL all the time ?
249+ For use of ''urlpattern()'' in ''@route '' ,
250250 it's likely more useful for the base URL
251251 to be the document URL rather than the style sheet URL.
252252 However, it would be very awkward for ''urlpattern()''
253253 to be inconsistent with ''url()'' .
254+
255+ Should we allow the base URL of ''urlpattern()''
256+ to be defined by the consumer?
254257 Should we introduce <code> document-urlpattern()</code> ?
255258 Should we do something similar to
256259 [[css-images-3#ambiguous-urls]]
257260 (see <w3c/csswg-drafts#383> )?
258261
262+ Also see other proposed uses of {{URLPattern}} in CSS
263+ in <w3c/csswg-drafts#10975> ,
264+ for '':local-link'' .
265+ </div>
266+
2592671. Return the result of [=URL pattern/create|create a URL pattern=] given
260268 <var> arg</var> , <var> baseURL</var> , and an empty [=map=] .
261269
You can’t perform that action at this time.
0 commit comments