Skip to content

Commit 94c5a60

Browse files
committed
[css-values-4][editorial] clean up some bikeshed issues
1 parent 65cf3a1 commit 94c5a60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-values-4/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Component Value Multipliers</h3>
262262
at least one component value must not be omitted.
263263
</ul>
264264

265-
The [=+=] and [=#=] multipliers may be stacked as ''+#'';
266-
similarly, the [=#=] and [=?=] multipliers may be stacked as ''#?''.
265+
The <css>+</css> and <css>#</css> multipliers may be stacked as ''+#'';
266+
similarly, the <css>#</css> and <css>?</css> multipliers may be stacked as ''#?''.
267267
These stacks each represent the later multiplier
268268
applied to the result of the earlier multiplier.
269269
(These same stacks can be represented using grouping,
@@ -585,7 +585,7 @@ Pre-defined Keywords</h3>
585585

586586
In the value definition fields,
587587
<dfn lt="keyword" export for=CSS>keywords</dfn> with a pre-defined meaning appear literally.
588-
Keywords are <a>CSS identifiers</a>
588+
Keywords are [=/CSS identifiers=]
589589
and are interpreted <a lt="ASCII case-insensitive">ASCII case-insensitively</a>
590590
(i.e., [a-z] and \[A-Z] are equivalent).
591591

@@ -1200,7 +1200,7 @@ Numbers with Units: <a>dimension</a> values</h3>
12001200
When written literally,
12011201
a <a>dimension</a> is a <a>number</a>
12021202
immediately followed by a unit identifier,
1203-
which is a [=CSS identifier=].
1203+
which is a [=/CSS identifier=].
12041204
It corresponds to the <<dimension-token>> production
12051205
in the <a href="https://www.w3.org/TR/css-syntax/">CSS Syntax Module</a> [[!CSS-SYNTAX-3]].
12061206
Like keywords, unit identifiers are <a>ASCII case-insensitive</a>.
@@ -1597,7 +1597,7 @@ Font-relative Lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
15971597
or, in the case of ''rem'' and ''rlh'', the metrics of the root element.
15981598

15991599
<figure>
1600-
<img src="images/Typography_Line_Terms.svg" alt="The word 'Sphinx' annotated with various font metrics: ascender height, to the top of the h's serif; cap height, to the visually approximate top of the S; the x height, to the visually approximate top of the x; the baseline, along the bottom of S, h, i, n, and x; and the descender height, to the bottom fo the p.">
1600+
<img src="images/Typography_Line_Terms.svg" width=361 height=97 alt="The word 'Sphinx' annotated with various font metrics: ascender height, to the top of the h's serif; cap height, to the visually approximate top of the S; the x height, to the visually approximate top of the x; the baseline, along the bottom of S, h, i, n, and x; and the descender height, to the bottom fo the p.">
16011601
<figcaption>
16021602
Common typographic metrics
16031603
</figcaption>

0 commit comments

Comments
 (0)