Skip to content

Commit 838cd0f

Browse files
committed
[css-values] Fix some Bikeshed errors.
1 parent a3fc0f1 commit 838cd0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Component Value Types</h3>
9696
In this case, the type name is the property name (complete with quotes) between the brackets.
9797
Such a type does <em>not</em> include <a href="#common-keywords">CSS-wide keywords</a> such as ''inherit'',
9898
and also does not include any top-level <a href="#mult-comma">comma-separated-list multiplier</a>
99-
(i.e. if property <css>pairing</css> is defined as <css>[ <<custom-ident>> <<integer>>? ]#</css>,
100-
then <<'pairing'>> is equivalent to <css>[ <<custom-ident>> <<integer>>? ]</css>,
99+
(i.e. if a property named <css>pairing</css> is defined as <css>[ <<custom-ident>> <<integer>>? ]#</css>,
100+
then \<<\'pairing'>> is equivalent to <css>[ <<custom-ident>> <<integer>>? ]</css>,
101101
not <css><<custom-ident>> <<integer>> ]#</css>).
102102

103103
<li>
@@ -447,7 +447,7 @@ Combining Values: Interpolation, Addition, and Accumulation</h2>
447447
<h2 id="textual-values">
448448
Textual Data Types</h2>
449449

450-
The <dfn>textual data types</dfn> include
450+
The <dfn export for=CSS>textual data types</dfn> include
451451
various keywords and identifiers
452452
as well as strings (<<string>>) and URLs (<<url>>).
453453
Aside from the casing of <a href="#keywords">pre-defined keywords</a>

0 commit comments

Comments
 (0)