Skip to content

Commit 67f1a7a

Browse files
authored
Merge pull request #5899 from TalbotG/CSS4Pseudo-GT-PR49
Bikeshed-added links to 32 tests
2 parents c9a6f04 + 224fd43 commit 67f1a7a

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed

css-pseudo-4/Overview.bs

+56-4
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,22 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
465465
<dl export>
466466
<dt><dfn>::selection</dfn>
467467
<wpt>
468+
css/css-pseudo/active-selection-001-manual.html
469+
css/css-pseudo/active-selection-002-manual.html
470+
css/css-pseudo/active-selection-004-manual.html
471+
css/css-pseudo/active-selection-011.html
472+
css/css-pseudo/active-selection-012.html
473+
css/css-pseudo/active-selection-014.html
474+
css/css-pseudo/active-selection-016.html
475+
css/css-pseudo/active-selection-018.html
476+
css/css-pseudo/active-selection-025.html
477+
css/css-pseudo/active-selection-027.html
478+
css/css-pseudo/active-selection-056.html
479+
css/css-pseudo/active-selection-057.html
468480
css/css-pseudo/active-selection-063.html
481+
css/css-pseudo/selection-contenteditable-011.html
482+
css/css-pseudo/selection-input-011.html
483+
css/css-pseudo/selection-textarea-011.html
469484
css/css-pseudo/textpath-selection-011.html
470485
</wpt>
471486
<dd>
@@ -501,6 +516,8 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
501516
a portion of text that has been flagged by the user agent as grammatically incorrect.
502517
<wpt>
503518
css/css-pseudo/grammar-error-001.html
519+
css/css-pseudo/grammar-error-002-manual.html
520+
css/css-pseudo/grammar-error-003-manual.html
504521
</wpt>
505522
</dl>
506523

@@ -525,19 +542,31 @@ Styling Highlights</h3>
525542

526543
<ul>
527544
<li>'color'
545+
<wpt>
546+
css/css-pseudo/active-selection-001-manual.html
547+
css/css-pseudo/active-selection-011.html
548+
css/css-pseudo/active-selection-016.html
549+
css/css-pseudo/active-selection-018.html
550+
</wpt>
528551
<li>'background-color'
552+
<wpt>
553+
css/css-pseudo/active-selection-002-manual.html
554+
css/css-pseudo/active-selection-012.html
555+
css/css-pseudo/active-selection-031.html
556+
</wpt>
529557
<li>'text-decoration' and its associated properties
530558
<wpt>
559+
css/css-pseudo/active-selection-004-manual.html
560+
css/css-pseudo/active-selection-014.html
561+
css/css-pseudo/active-selection-021.html
531562
css/css-pseudo/grammar-error-001.html
563+
css/css-pseudo/grammar-error-002-manual.html
564+
css/css-pseudo/grammar-error-003-manual.html
532565
css/css-pseudo/spelling-error-001.html
533566
css/css-pseudo/spelling-error-002-manual.html
534567
css/css-pseudo/spelling-error-003-manual.html
535568
</wpt>
536569
<li>'text-shadow'
537-
<wpt>
538-
css/css-pseudo/selection-text-shadow-006-manual.html
539-
css/css-pseudo/selection-text-shadow-016.html
540-
</wpt>
541570
<li>'stroke-color', 'fill-color', and 'stroke-width'
542571
<wpt>
543572
css/css-pseudo/textpath-selection-011.html
@@ -601,9 +630,16 @@ Area of a Highlight</h3>
601630
Spacing between two characters may also be part of the overlay area,
602631
in which case it belongs to the innermost element that contains both characters
603632
and is selected when both characters are selected.
633+
<wpt>
634+
css/css-pseudo/selection-intercharacter-011.html
635+
css/css-pseudo/selection-intercharacter-012.html
636+
</wpt>
604637
<li>
605638
For replaced content, the associated overlay must cover at least the entire replaced object,
606639
and may extend outward to include the element's entire content box.
640+
<wpt>
641+
css/css-pseudo/active-selection-043.html
642+
</wpt>
607643
<li>
608644
The overlay may also include other other areas within the border-box of an element;
609645
in this case, those areas belong to the innermost such element that contains the area.
@@ -638,6 +674,10 @@ Cascading and Per-Element Highlight Styles</h3>
638674
(regardless of whether that property is an <a>inherited property</a>).
639675

640676
<wpt>
677+
css/css-pseudo/active-selection-051.html
678+
css/css-pseudo/active-selection-052.html
679+
css/css-pseudo/active-selection-053.html
680+
css/css-pseudo/active-selection-054.html
641681
css/css-pseudo/cascade-highlight-004.html
642682
</wpt>
643683

@@ -709,6 +749,13 @@ Cascading and Per-Element Highlight Styles</h3>
709749
<h3 id="highlight-painting">
710750
Painting the Highlight</h3>
711751

752+
<wpt>
753+
css/css-pseudo/active-selection-014.html
754+
css/css-pseudo/active-selection-041.html
755+
css/css-pseudo/active-selection-045.html
756+
css/css-pseudo/highlight-painting-order.html
757+
</wpt>
758+
712759
<h4 id="highlight-backgrounds">
713760
Backgrounds</h4>
714761

@@ -724,6 +771,8 @@ Backgrounds</h4>
724771
which is drawn over the ''::grammar-error'' overlay.
725772

726773
<wpt>
774+
css/css-pseudo/selection-overlay-and-grammar-001.html
775+
css/css-pseudo/selection-overlay-and-spelling-001.html
727776
css/css-pseudo/highlight-z-index-001.html
728777
css/css-pseudo/highlight-z-index-002.html
729778
</wpt>
@@ -783,6 +832,9 @@ Replaced Elements</h4>
783832
This wash should be of the specified 'background-color' if that is not ''transparent'',
784833
else of the specified 'color';
785834
however the UA may adjust the alpha channel.
835+
<wpt>
836+
css/css-pseudo/selection-paint-image.html
837+
</wpt>
786838

787839
<h3 id="highlight-security">
788840
Security and Privacy Considerations</h3>

0 commit comments

Comments
 (0)