File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ that matches link elements that link to a certain URL.
397397
398398<div class="example">
399399
400- A simple example of a '':: link-to()'' selector is this one,
400+ A simple example of a '':link-to()'' selector is this one,
401401which matches any links that link to the site's homepage:
402402
403403<pre highlight=css>
@@ -410,7 +410,7 @@ which matches any links that link to the site's homepage:
410410
411411<div class="example">
412412
413- A more interesting example of the '':: link-to()'' pseudo-class
413+ A more interesting example of the '':link-to()'' pseudo-class
414414is this example which creates a view transition between
415415a item in a list that contains a link (in this document)
416416and the details page for that link (in a different document).
@@ -491,6 +491,9 @@ and the pseudo-class matches any element where:
491491
492492ISSUE: Should we use ''navigation-at'' or ''navigation-current'' ?
493493
494+ ISSUE: Should the '':link-to()'' variant that has a <<link-condition>> have a different name,
495+ such as '':navigating-link()'' ?
496+
494497A <<link-condition>> matches the target of the link when both:
495498* the <<link-condition-base>> matches the target of the link, and
496499* either:
You can’t perform that action at this time.
0 commit comments