Skip to content

Commit d05fb98

Browse files
committed
[css-color-4][editorial] proper bikeshed syntax #9632
1 parent b29b86f commit d05fb98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-color-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ Legacy (Comma-separated) Color Function Syntax</h4>
981981
Representing Transparency in Colors: the <<alpha-value>> syntax</h3>
982982

983983
<pre class="prod">
984-
<dfn dfn-for="color">&lt;alpha-value></dfn> = <<number>> | <<percentage>>
984+
<dfn dfn-for="<color>">&lt;alpha-value></dfn> = <<number>> | <<percentage>>
985985
</pre>
986986

987987
Unless otherwise specified,
@@ -1435,7 +1435,7 @@ Named Colors</h3>
14351435
https://caniuse.com/mdn-css_types_color_rebeccapurple
14361436
-->
14371437

1438-
<table class="named-color-table" dfn-type=value dfn-for="<named-color>">
1438+
<table class="named-color-table" dfn-type=value dfn-for="<color>, <named-color>">
14391439
<thead>
14401440
<tr>
14411441
<th>Named
@@ -1819,7 +1819,7 @@ System Colors</h3>
18191819

18201820
The <<system-color>> keywords are defined as follows:
18211821

1822-
<dl id="system-color-values" data-dfn-type="value" dfn-for="<system-color>">
1822+
<dl id="system-color-values" data-dfn-type="value" dfn-for="<color>, <system-color>">
18231823
<dt><dfn>AccentColor</dfn>
18241824
<dd><span class="swatch" style="--color: accentcolor"></span>&nbsp;Background of accented user interface controls.
18251825
<dt><dfn>AccentColorText</dfn>
@@ -6531,7 +6531,7 @@ Appendix A: Deprecated CSS System Colors</h2>
65316531
as the <dfn export><<deprecated-color>></dfn> sub-type,
65326532
and are defined as:
65336533

6534-
<dl dfn-type="value" dfn-for="<deprecated-color>">
6534+
<dl dfn-type="value" dfn-for="<color>, <deprecated-color>">
65356535
<dt><dfn>ActiveBorder</dfn>
65366536
<dd>Active window border. Same as ''ButtonBorder''.
65376537

0 commit comments

Comments
 (0)