Skip to content

Commit 8987c2e

Browse files
committed
[css-color-4][editorial] linkable note
1 parent a5da964 commit 8987c2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-color-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,8 @@ The ''<color>/currentcolor'' keyword</h3>
21232123
but red over the text "really".
21242124
</div>
21252125

2126-
Note: Multi-word keywords in CSS usually separate their component words with hyphens.
2126+
<p class="note" id="trivia" role="note"><span class="marker">Note:</span>
2127+
Multi-word keywords in CSS usually separate their component words with hyphens.
21272128
''<color>/currentcolor'' doesn't, because (deep breath)
21282129
it was originally introduced in SVG
21292130
as a property value, "current-color" with the usual CSS spelling.
@@ -2143,6 +2144,8 @@ The ''<color>/currentcolor'' keyword</h3>
21432144
at which point the capitalization stopped mattering,
21442145
as CSS keywords are <a href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a>.
21452146

2147+
</p>
2148+
21462149
<!--
21472150
██ ██ ██████ ██
21482151
██ ██ ██ ██ ██

0 commit comments

Comments
 (0)