Skip to content

Commit c39efe8

Browse files
committed
[css-navigation-1] Add one more naming issue about maybe splitting :link-to.
1 parent 1aa8ccc commit c39efe8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-navigation-1/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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,
401401
which 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
414414
is this example which creates a view transition between
415415
a item in a list that contains a link (in this document)
416416
and the details page for that link (in a different document).
@@ -491,6 +491,9 @@ and the pseudo-class matches any element where:
491491

492492
ISSUE: 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+
494497
A <<link-condition>> matches the target of the link when both:
495498
* the <<link-condition-base>> matches the target of the link, and
496499
* either:

0 commit comments

Comments
 (0)