@@ -465,7 +465,22 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
465
465
<dl export>
466
466
<dt> <dfn>::selection</dfn>
467
467
<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
468
480
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
469
484
css/css-pseudo/textpath-selection-011.html
470
485
</wpt>
471
486
<dd>
@@ -501,6 +516,8 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
501
516
a portion of text that has been flagged by the user agent as grammatically incorrect.
502
517
<wpt>
503
518
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
504
521
</wpt>
505
522
</dl>
506
523
@@ -525,19 +542,31 @@ Styling Highlights</h3>
525
542
526
543
<ul>
527
544
<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>
528
551
<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>
529
557
<li> 'text-decoration' and its associated properties
530
558
<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
531
562
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
532
565
css/css-pseudo/spelling-error-001.html
533
566
css/css-pseudo/spelling-error-002-manual.html
534
567
css/css-pseudo/spelling-error-003-manual.html
535
568
</wpt>
536
569
<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>
541
570
<li> 'stroke-color' , 'fill-color' , and 'stroke-width'
542
571
<wpt>
543
572
css/css-pseudo/textpath-selection-011.html
@@ -601,9 +630,16 @@ Area of a Highlight</h3>
601
630
Spacing between two characters may also be part of the overlay area,
602
631
in which case it belongs to the innermost element that contains both characters
603
632
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>
604
637
<li>
605
638
For replaced content, the associated overlay must cover at least the entire replaced object,
606
639
and may extend outward to include the element's entire content box.
640
+ <wpt>
641
+ css/css-pseudo/active-selection-043.html
642
+ </wpt>
607
643
<li>
608
644
The overlay may also include other other areas within the border-box of an element;
609
645
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>
638
674
(regardless of whether that property is an <a>inherited property</a> ).
639
675
640
676
<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
641
681
css/css-pseudo/cascade-highlight-004.html
642
682
</wpt>
643
683
@@ -709,6 +749,13 @@ Cascading and Per-Element Highlight Styles</h3>
709
749
<h3 id="highlight-painting">
710
750
Painting the Highlight</h3>
711
751
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
+
712
759
<h4 id="highlight-backgrounds">
713
760
Backgrounds</h4>
714
761
@@ -724,6 +771,8 @@ Backgrounds</h4>
724
771
which is drawn over the ''::grammar-error'' overlay.
725
772
726
773
<wpt>
774
+ css/css-pseudo/selection-overlay-and-grammar-001.html
775
+ css/css-pseudo/selection-overlay-and-spelling-001.html
727
776
css/css-pseudo/highlight-z-index-001.html
728
777
css/css-pseudo/highlight-z-index-002.html
729
778
</wpt>
@@ -783,6 +832,9 @@ Replaced Elements</h4>
783
832
This wash should be of the specified 'background-color' if that is not ''transparent'' ,
784
833
else of the specified 'color' ;
785
834
however the UA may adjust the alpha channel.
835
+ <wpt>
836
+ css/css-pseudo/selection-paint-image.html
837
+ </wpt>
786
838
787
839
<h3 id="highlight-security">
788
840
Security and Privacy Considerations</h3>
0 commit comments