File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
css-properties-values-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ The following syntax strings are supported:
214214: "<resolution>"
215215:: Any valid <<resolution>> value
216216: "<transform-function>"
217- :: Any valie <<transform-function>> value
217+ :: Any valid <<transform-function>> value
218218: "<custom-ident>"
219219:: Any valid <<custom-ident>> value
220220: Any string, the contents of which matches the <<ident>> production
@@ -250,7 +250,7 @@ For example, the following are all valid syntax strings.
250250 and percentage values.
251251: <code> "<length-percentage>"</code>
252252:: accepts all values that <code> "<length> | <percentage>"</code> would
253- accept, as well as calc expresssions containing a combination of both length
253+ accept, as well as calc expressions containing a combination of both length
254254 and percentage values.
255255: <code> "big | bigger | BIGGER"</code>
256256:: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".
You can’t perform that action at this time.
0 commit comments