Skip to content

Commit 3c665e4

Browse files
committed
[css-values] bikeshed fixups
1 parent 23f06fe commit 3c665e4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css-values/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Abstract: This CSS3 module describes the common values and units that CSS proper
2222
!Issue Tracking: <a rel="issues" href="http://www.w3.org/Style/CSS/Tracker/products/33">http://www.w3.org/Style/CSS/Tracker/products/33</a>
2323
At Risk: ''calc()'', ''toggle()'', ''attr()''
2424
Ignored Terms: <spacing-limit>, containing block
25-
Link Defaults: css-backgrounds-3 (type) <position>
25+
</pre>
26+
<pre class='link-defaults'>
27+
spec: css-backgrounds-3; type: type; text: <position>
28+
spec: css21; type: property; text: border-collapse
29+
spec: css-color-4; type: value; text: currentcolor
2630
</pre>
2731
<style>
2832
code, small { white-space: nowrap }
@@ -344,7 +348,7 @@ Pre-defined Keywords</h3>
344348
keywords with a pre-defined meaning appear literally.
345349
Keywords are CSS <i>identifiers</i>
346350
and are interpreted <a lt="ASCII case-insensitive">ASCII case-insensitively</a>
347-
(i.e., [a-z] and [A-Z] are equivalent).
351+
(i.e., \[a-z] and \[A-Z] are equivalent).
348352

349353
<div class="example">
350354
For example, here is the value definition for the 'border-collapse'

0 commit comments

Comments
 (0)