Skip to content

Commit ec207ba

Browse files
authored
Change the escapes a little bit.
1 parent 0a86b50 commit ec207ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Component Value Types</h3>
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>
9999
(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>,
100+
then <css>&lt;\'pairing'></css> is equivalent to <css>[ <<custom-ident>> <<integer>>? ]</css>,
101101
not <css>[ <<custom-ident>> <<integer>>? ]#</css>).
102102

103103
<li>

0 commit comments

Comments
 (0)