Skip to content

Commit 13d15dc

Browse files
committed
[css-properties-values-api] fix example.
1 parent b24ffa2 commit 13d15dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-properties-values-api/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Issue: CSS? Document?
4242
:: A string representing how this custom property is parsed. Only
4343
simple type references are supported.
4444

45-
Note: for example, the syntax string could be '<length>' or '<number>'.
45+
Note: for example, the syntax string could be '&lt;length&gt;' or '&lt;number&gt;'.
4646

4747
Note: in future levels we anticipate supporting more sophisticated parse strings, e.g.
48-
'<length> || <number>'
48+
'&lt;length&gt; || &lt;number&gt;'
4949

5050
: <dfn dict-member for=PropertyDescriptor>inherits</dfn>
5151
:: True if this custom property should inherit down the DOM tree; False otherwise.

0 commit comments

Comments
 (0)