File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2123,7 +2123,8 @@ The ''<color>/currentcolor'' keyword</h3>
2123
2123
but red over the text "really".
2124
2124
</div>
2125
2125
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.
2127
2128
''<color>/currentcolor'' doesn't, because (deep breath)
2128
2129
it was originally introduced in SVG
2129
2130
as a property value, "current-color" with the usual CSS spelling.
@@ -2143,6 +2144,8 @@ The ''<color>/currentcolor'' keyword</h3>
2143
2144
at which point the capitalization stopped mattering,
2144
2145
as CSS keywords are <a href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> .
2145
2146
2147
+ </p>
2148
+
2146
2149
<!--
2147
2150
██ ██ ██████ ██
2148
2151
██ ██ ██ ██ ██
You can’t perform that action at this time.
0 commit comments