Skip to content

[css-pseudo-4] Edited links to 8 tests in Overview.bs #5006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions css-pseudo-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ Selecting Highlighted Content: the ''::selection'', ''::inactive-selection'', '

<dl export>
<dt><dfn>::selection</dfn>
<wpt>
css/css-pseudo/active-selection-063.html
css/css-pseudo/textpath-selection-011.html
</wpt>
<dt><dfn>::inactive-selection</dfn>
<dd>
The ''::selection'' and ''::inactive-selection'' pseudo-elements represent
Expand All @@ -453,11 +457,19 @@ Selecting Highlighted Content: the ''::selection'', ''::inactive-selection'', '
<dd>
The ''::spelling-error'' pseudo-element represents
a portion of text that has been flagged by the user agent as misspelled.
<wpt>
css/css-pseudo/spelling-error-001.html
css/css-pseudo/spelling-error-002-manual.html
css/css-pseudo/spelling-error-003-manual.html
</wpt>

<dt><dfn>::grammar-error</dfn>
<dd>
The ''::grammar-error'' pseudo-element represents
a portion of text that has been flagged by the user agent as grammatically incorrect.
<wpt>
css/css-pseudo/grammar-error-001.html
</wpt>
</dl>

The <a>highlight pseudo-elements</a>
Expand Down Expand Up @@ -491,8 +503,21 @@ Styling Highlights</h3>
<li>'cursor'
<li>'caret-color'
<li>'text-decoration' and its associated properties
<wpt>
css/css-pseudo/grammar-error-001.html
css/css-pseudo/spelling-error-001.html
css/css-pseudo/spelling-error-002-manual.html
css/css-pseudo/spelling-error-003-manual.html
</wpt>
<li>'text-shadow'
<wpt>
css/css-pseudo/selection-text-shadow-006-manual.html
css/css-pseudo/selection-text-shadow-016.html
</wpt>
<li>'stroke-color', 'fill-color', and 'stroke-width'
<wpt>
css/css-pseudo/textpath-selection-011.html
</wpt>
</ul>

Issue: Are there any other properties that should be included here?
Expand Down