File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1763,7 +1763,7 @@ Range Checking</h4>
1763
1763
</pre>
1764
1764
1765
1765
Note however that ''width: -5px'' is not equivalent to ''width: calc(-5px)'' !
1766
- Out-of-range values <em> outside</em> ''calc()'' are synactically invalid,
1766
+ Out-of-range values <em> outside</em> ''calc()'' are syntactically invalid,
1767
1767
and cause the entire declaration to be dropped.
1768
1768
</div>
1769
1769
Original file line number Diff line number Diff line change @@ -1908,7 +1908,7 @@ Range Checking</h4>
1908
1908
</pre>
1909
1909
1910
1910
Note however that ''width: -5px'' is not equivalent to ''width: calc(-5px)'' !
1911
- Out-of-range values <em> outside</em> ''calc()'' are synactically invalid,
1911
+ Out-of-range values <em> outside</em> ''calc()'' are syntactically invalid,
1912
1912
and cause the entire declaration to be dropped.
1913
1913
</div>
1914
1914
You can’t perform that action at this time.
0 commit comments