Skip to content

Commit 5058fd7

Browse files
committed
[css-pseudo] Link in caret-color
1 parent 7e3ac71 commit 5058fd7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-pseudo/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,14 @@ Styling Highlights</h3>
462462
<li>'color'
463463
<li>'background-color'
464464
<li>'cursor'
465+
<li>'caret-color'
465466
<li>'outline' and its longhands
466467
<li>'text-decoration' and its associated properties
467468
<li>'text-emphasis-color'
468469
<li>'text-shadow'
469470
</ul>
470471

471472
Issue: Are there any other properties that should be included here?
472-
[Caret-color should be added once we have it.]
473473

474474
Note: Historically (and at the time of writing)
475475
only 'color' and 'background-color' have been interoperably supported.

css-pseudo/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,13 +495,13 @@ <h3 class="heading settled" data-level="3.2" id="highlight-styling"><span class=
495495
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-color-3/#color0">color</a>
496496
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-backgrounds-3/#background-color">background-color</a>
497497
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-ui-3/#propdef-cursor">cursor</a>
498+
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-ui-3/#propdef-caret-color">caret-color</a>
498499
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-ui-3/#propdef-outline">outline</a> and its longhands
499500
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-decor-3/#propdef-text-decoration">text-decoration</a> and its associated properties
500501
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-decor-3/#propdef-text-emphasis-color">text-emphasis-color</a>
501502
<li><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-decor-3/#propdef-text-shadow">text-shadow</a>
502503
</ul>
503-
<p class="issue" id="issue-7be57116"><a class="self-link" href="#issue-7be57116"></a> Are there any other properties that should be included here?
504-
[Caret-color should be added once we have it.]</p>
504+
<p class="issue" id="issue-6ca196f5"><a class="self-link" href="#issue-6ca196f5"></a> Are there any other properties that should be included here?</p>
505505
<p class="note" role="note">Note: Historically (and at the time of writing)
506506
only <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-color-3/#color0">color</a> and <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-backgrounds-3/#background-color">background-color</a> have been interoperably supported.</p>
507507
<p>If <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-color-3/#color0">color</a> is not specified, the text (and text decoration)'s
@@ -990,6 +990,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
990990
<li>
991991
<a data-link-type="biblio" href="#biblio-css-ui-3">[css-ui-3]</a> defines the following terms:
992992
<ul>
993+
<li><a href="https://drafts.csswg.org/css-ui-3/#propdef-caret-color">caret-color</a>
993994
<li><a href="https://drafts.csswg.org/css-ui-3/#propdef-cursor">cursor</a>
994995
<li><a href="https://drafts.csswg.org/css-ui-3/#propdef-outline">outline</a>
995996
</ul>
@@ -1117,8 +1118,7 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
11171118
<div class="issue"> This is actually a problem in cases where the originating element is an ancestor
11181119
with a different content. What <em>should</em> we say here?<a href="#issue-703eb1d7"></a></div>
11191120
<div class="issue"> Active vs. inactive selections are often styled differently. Currently no way to distinguish.<a href="#issue-43364a12"></a></div>
1120-
<div class="issue"> Are there any other properties that should be included here?
1121-
[Caret-color should be added once we have it.]<a href="#issue-7be57116"></a></div>
1121+
<div class="issue"> Are there any other properties that should be included here?<a href="#issue-6ca196f5"></a></div>
11221122
<div class="issue"> See <a href="http://lists.w3.org/Archives/Public/www-style/2008Nov/0022.html">F2F minutes</a>, <a href="http://lists.w3.org/Archives/Public/www-style/2008Oct/0268.html">dbaron’s message</a>, <a href="http://lists.w3.org/Archives/Public/www-style/2010May/0247.html">Daniel’s thread</a>, <a href="http://lists.w3.org/Archives/Public/www-style/2010May/0261.html">Gecko notes</a>, <a href="http://lists.w3.org/Archives/Public/www-style/2010May/0366.html">Opera notes</a>, <a href="http://lists.w3.org/Archives/Public/www-style/2010May/0280.html">Webkit notes</a><a href="#issue-b6466947"></a></div>
11231123
<div class="issue"> Not sure if this is the correct way of describing the way things work.<a href="#issue-271a1b90"></a></div>
11241124
<div class="issue"> This could alternately be described in terms of inheritance.

0 commit comments

Comments
 (0)