This document describes version 6 of Unblu. If you’re using the latest major version of Unblu, go to the documentation of the latest version. The support period for version 6 ended on 29 August 2023. We no longer provide support or updates for this version. You should upgrade to the latest version of Unblu. |
CSS selectors level 3 limitations
This section indicates the current state of support of CSS Selectors Level 3 in Unblu co-browsing. Selectors listed in the "Supported" section are known to work properly in Unblu, whereas selectors listed in "Unsupported" have not been tested yet. Selectors not listed in any list are likely unsupported.
Selector list
Selector | Example selector | Support status |
---|---|---|
[att^=val] (prefix match) |
||
E:root |
||
E:nth-child(n) |
||
E:nth-last-child(n) |
||
E:nth-of-type(n) |
||
E:nth-last-of-type(n) |
||
E:first-child |
||
E:first-of-type |
||
E:only-child |
||
E:only-of-type |
||
E:empty |
||
E:checked |
||
E:not(s) |
||
E ~ F |
Selector | Example selector | Support status |
---|---|---|
E:target |
|
|
E:enabled |
|