@@ -138,7 +138,7 @@ Component value types</h3>
138138 If commas were not implicitly omittable,
139139 the grammar would have to be much more complicated
140140 to properly express the ways that the arguments can be omitted,
141- greatly obscURLng the simplicity of the feature.
141+ greatly obscuring the simplicity of the feature.
142142 </div>
143143
144144 All CSS properties also accept the <a href="#common-keywords">CSS-wide keyword values</a>
@@ -703,7 +703,7 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
703703 The x-height of a font can be found in different ways. Some fonts
704704 contain reliable metrics for the x-height. If reliable font metrics
705705 are not available, UAs may determine the x-height from the height
706- of a lowercase glyph. One possible heURLstic is to look at how far
706+ of a lowercase glyph. One possible heuristic is to look at how far
707707 the glyph for the lowercase "o" extends below the baseline, and
708708 subtract that value from the top of its bounding box. In the cases
709709 where it is impossible or impractical to determine the x-height,
@@ -1081,7 +1081,7 @@ Mathematical Expressions: ''calc()''</h3>
10811081
10821082 <div class="example">
10831083 The following sets the 'font-size' so that exactly 40em fits within the viewport,
1084- ensURLng that roughly the same amount of text always fills the screen no matter the screen size.
1084+ ensuring that roughly the same amount of text always fills the screen no matter the screen size.
10851085
10861086 <pre>
10871087 :root {
0 commit comments