You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resets all subproperties of <span title="font-variant!!property">'font-variant!!property'</span>
4742
-
to their inital value.
4742
+
to their initial value.
4743
4743
The <dfn id="font-variant-none-value" title="none!!font-variant"
4744
4744
dfn-for="font-variant" dfn-type="value">'none'</dfn> value
4745
4745
sets 'font-variant-ligatures' to 'none'
@@ -5309,7 +5309,7 @@ such as pinch-zoom,
5309
5309
can be considered not-layout-causing
5310
5310
if they do not cause text to reflow.
5311
5311
However, other user operations,
5312
-
such as increasing text size for accessiblity purposes,
5312
+
such as increasing text size for accessibility purposes,
5313
5313
can be considered layout-causing because they cause text to reflow.
5314
5314
Similarly, the 'transform' property can be considered not-layout-causing
5315
5315
because transforms generally do not cause text to reflow.
@@ -5387,7 +5387,7 @@ by using the 'font-style!!property' property.
5387
5387
However, if using the <code>slnt</code> axis directly,
5388
5388
via 'font-variation-settings',
5389
5389
remember that it is defined
5390
-
with a positive angle meaning a counter-colockwise slant,
5390
+
with a positive angle meaning a counter-clockwise slant,
5391
5391
the opposite direction to CSS.
5392
5392
5393
5393
If the same axis name appears more than once, the value associated with the last appearance supersedes any previous value for that axis. This deduplication is observable by accessing the computed value of this property.
@@ -5401,7 +5401,7 @@ should attempt to follow the pattern of registered variation axes.
5401
5401
5402
5402
Animating font-variation-settings is possible
5403
5403
using the following mechanism. Two declarations of font-feature-settings can be animated between if they are "like".
5404
-
"Like" declarations are ones where the same set of properties appear (in any order). Because succesive duplicate properties are applied instead of prior duplicate properties, two declarations can be "like" even if they have differing number of properties.
5404
+
"Like" declarations are ones where the same set of properties appear (in any order). Because successive duplicate properties are applied instead of prior duplicate properties, two declarations can be "like" even if they have differing number of properties.
5405
5405
If two declarations are "like"
5406
5406
then animation occurs pairwise between corresponding values in the declarations.
5407
5407
Otherwise, animation is not possible.
@@ -5660,7 +5660,7 @@ Specifying the base palette: the 'base-palette' descriptor</h4>
5660
5660
then the ''@font-palette-values'' rule represents the palette in the font
5661
5661
with the same index as the value of this descriptor.
5662
5662
If a <<override-color>> key is present in the ''@font-palette-values'' rule,
5663
-
each item in the value of thatz descriptor overrides a single color
5663
+
each item in the value of that descriptor overrides a single color
5664
5664
in the color palette represented by this ''@font-palette-values'' block.
5665
5665
5666
5666
<div class="example">
@@ -5782,7 +5782,7 @@ Therefore, 'font-variant-emoji' sets a default presentation
5782
5782
which the text being rendered can opt out of.
5783
5783
5784
5784
Note: Different platforms have different conventions about how to handle emoji presentation sequences.
5785
-
A cross-platform UA might wish to follow the conventions of each inividual platform,
5785
+
A cross-platform UA might wish to follow the conventions of each individual platform,
5786
5786
or it might wish to use the same approach on all platforms.
5787
5787
When tasked with a request for an emoji style rendering,
5788
5788
a UA might wish to disregard fonts which do not include color tables.
@@ -5876,7 +5876,7 @@ Preinstalled Fonts and User-Installed Fonts</h3>
5876
5876
5877
5877
Users may choose to install fonts on their devices. User-Installed Fonts are installed by an explicit action by the user, such as clicking an "Install" button or copying a file into a particular directory on their device. Such fonts are User-Installed Fonts and also are Installed Fonts. Web content authors should not expect the presence of user-installed fonts, because there is no guarantee any user will have performed the action to install a specific font. User Agents may choose to ignore User-Installed Fonts for the purpose of the <a href="#font-matching-algorithm">Font Matching Algorithm</a>.
5878
5878
5879
-
Any Installed Font which is not a User-Installed font is a Preinstalled Font. It is likely that all users of a particular version of a particular Operating System will have the same set of Preinstalled Fonts installed. As such, Web content authors targetting these Operating Systems may wish to use these fonts' family names inside 'font-family!!property' properties.
5879
+
Any Installed Font which is not a User-Installed font is a Preinstalled Font. It is likely that all users of a particular version of a particular Operating System will have the same set of Preinstalled Fonts installed. As such, Web content authors targeting these Operating Systems may wish to use these fonts' family names inside 'font-family!!property' properties.
0 commit comments