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
<desc>An attribute value. Can be either an unquoted single word or a quoted string.</desc>
</argument>
</signature>
<desc>Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).</desc>
<longdesc>
<p>This selector was introduced into the CSS specification to handle language attributes.</p>
</longdesc>
<example>
<desc>Finds all links with an hreflang attribute that is english.</desc>