From 71f67d181f9775827662f80658a43eaeee5f575e Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Wed, 27 Apr 2022 12:05:39 -0700 Subject: [PATCH] [NFC] CSS highlight pseudos: tidy up spec issues that were resolved This patch removes comments referring to spec issues that have now been resolved or reached a clear consensus with the editors. Bug: 1024156, 1147859 Change-Id: I954164f02b5392d4a0b18f5c6614c334aee6332e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3610048 Reviewed-by: Manuel Rego Commit-Queue: Delan Azabani Cr-Commit-Position: refs/heads/main@{#996811} --- css/css-pseudo/highlight-painting-003.html | 3 +-- css/css-pseudo/highlight-painting-004.html | 3 +-- ...de-004.tentative.html => highlight-paired-cascade-004.html} | 1 - ...de-005.tentative.html => highlight-paired-cascade-005.html} | 1 - css/css-pseudo/textpath-selection-011-ref.html | 1 - css/css-pseudo/textpath-selection-011.html | 1 - 6 files changed, 2 insertions(+), 8 deletions(-) rename css/css-pseudo/{highlight-paired-cascade-004.tentative.html => highlight-paired-cascade-004.html} (91%) rename css/css-pseudo/{highlight-paired-cascade-005.tentative.html => highlight-paired-cascade-005.html} (92%) diff --git a/css/css-pseudo/highlight-painting-003.html b/css/css-pseudo/highlight-painting-003.html index 89a279370ccdc9..e4f061f0b5d1fb 100644 --- a/css/css-pseudo/highlight-painting-003.html +++ b/css/css-pseudo/highlight-painting-003.html @@ -23,8 +23,7 @@ Decoration paints are ordered by text-decoration-line (underline, overline, text, line-through), then by highlight overlay (originating, ::grammar-error, ::spelling-error, - ::target-text, ::selection). See options (d, d, d) in - csswg-drafts#6022 for more details. + ::target-text, ::selection). */ * { text-decoration-skip-ink: none; diff --git a/css/css-pseudo/highlight-painting-004.html b/css/css-pseudo/highlight-painting-004.html index 7abccb52453923..26ded65f871645 100644 --- a/css/css-pseudo/highlight-painting-004.html +++ b/css/css-pseudo/highlight-painting-004.html @@ -24,8 +24,7 @@ Decoration paints are ordered by text-decoration-line (underline, overline, text, line-through), then by highlight overlay (originating, ::grammar-error, ::spelling-error, - ::target-text, ::selection). See options (d, d, d) in - csswg-drafts#6022 for more details. + ::target-text, ::selection). */ * { text-decoration-skip-ink: none; diff --git a/css/css-pseudo/highlight-paired-cascade-004.tentative.html b/css/css-pseudo/highlight-paired-cascade-004.html similarity index 91% rename from css/css-pseudo/highlight-paired-cascade-004.tentative.html rename to css/css-pseudo/highlight-paired-cascade-004.html index cc1d4daa971b65..61e2b7d7f0735e 100644 --- a/css/css-pseudo/highlight-paired-cascade-004.tentative.html +++ b/css/css-pseudo/highlight-paired-cascade-004.html @@ -1,6 +1,5 @@ - CSS Pseudo-Elements Test: paired cascade: rule includes highlight pseudos other than ::selection diff --git a/css/css-pseudo/highlight-paired-cascade-005.tentative.html b/css/css-pseudo/highlight-paired-cascade-005.html similarity index 92% rename from css/css-pseudo/highlight-paired-cascade-005.tentative.html rename to css/css-pseudo/highlight-paired-cascade-005.html index 4d402292eb5ff7..50677c811e78fc 100644 --- a/css/css-pseudo/highlight-paired-cascade-005.tentative.html +++ b/css/css-pseudo/highlight-paired-cascade-005.html @@ -1,6 +1,5 @@ - CSS Pseudo-Elements Test: paired cascade: UA default highlight colors are not used when highlight pseudo has declared color value of unset diff --git a/css/css-pseudo/textpath-selection-011-ref.html b/css/css-pseudo/textpath-selection-011-ref.html index 6950c32f1d5b54..6d07c71bc49f30 100644 --- a/css/css-pseudo/textpath-selection-011-ref.html +++ b/css/css-pseudo/textpath-selection-011-ref.html @@ -15,7 +15,6 @@ /* color suppresses UA default background-color, but fill and stroke do not, so set explicitly - https://github.com/w3c/csswg-drafts/issues/6386 */ fill: green; /* diff --git a/css/css-pseudo/textpath-selection-011.html b/css/css-pseudo/textpath-selection-011.html index 3d7254839ad3ee..1e84519b0e572b 100644 --- a/css/css-pseudo/textpath-selection-011.html +++ b/css/css-pseudo/textpath-selection-011.html @@ -21,7 +21,6 @@ /* color suppresses UA default background-color, but fill and stroke do not, so set explicitly - https://github.com/w3c/csswg-drafts/issues/6386 */ fill: green; /*