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
In Internet Explorer 10, the :lang(C) pseudo-class accepts a comma-separated list of language codes. However, because this behavior is based on an early draft of the World Wide Web Consortium (W3C)'s Selectors Level 4 specification, you must add the "-ms-" vendor prefix to the pseudo-class to enable this functionality. In effect, the pseudo-class becomes :-ms-lang(C).
-ms-lang
's parameter can be a comma separated list (e.g.-ms-lang(am, ti)
).The parser fails to parse this rule:
But it can parse this rule where
-ms-lang
's parameter is just a single value.The text was updated successfully, but these errors were encountered: