| 1813 | } |
| 1814 | |
| 1815 | interface CSSPropertiesPseudo { |
| 1816 | ':active'?: CSSProperties; |
| 1817 | ':any-link'?: CSSProperties; |
| 1818 | ':checked'?: CSSProperties; |
| 1819 | ':default'?: CSSProperties; |
| 1820 | ':dir(rtl)'?: CSSProperties; |
| 1821 | ':dir(ltr)'?: CSSProperties; |
| 1822 | ':disabled'?: CSSProperties; |
| 1823 | ':empty'?: CSSProperties; |
| 1824 | ':enabled'?: CSSProperties; |
| 1825 | ':first'?: CSSProperties; |
| 1826 | ':first-child'?: CSSProperties; |
| 1827 | ':first-of-type'?: CSSProperties; |
| 1828 | ':fullscreen'?: CSSProperties; |
| 1829 | ':focus'?: CSSProperties; |
| 1830 | ':focus-within'?: CSSProperties; |
| 1831 | ':hover'?: CSSProperties; |
| 1832 | ':indeterminate'?: CSSProperties; |
| 1833 | ':in-range'?: CSSProperties; |
| 1834 | ':invalid'?: CSSProperties; |
| 1835 | ':lang(en)'?: CSSProperties; |
| 1836 | ':lang(fr)'?: CSSProperties; |
| 1837 | ':lang(de)'?: CSSProperties; |
| 1838 | ':lang(es)'?: CSSProperties; |
| 1839 | ':lang(ru)'?: CSSProperties; |
| 1840 | ':lang(zh)'?: CSSProperties; |
| 1841 | ':last-child'?: CSSProperties; |
| 1842 | ':last-of-type'?: CSSProperties; |
| 1843 | ':left'?: CSSProperties; |
| 1844 | ':link'?: CSSProperties; |
| 1845 | ':nth-child(even)'?: CSSProperties; |
| 1846 | ':nth-child(odd)'?: CSSProperties; |
| 1847 | ':nth-last-child(even)'?: CSSProperties; |
| 1848 | ':nth-last-child(odd)'?: CSSProperties; |
| 1849 | ':only-child'?: CSSProperties; |
| 1850 | ':only-of-type'?: CSSProperties; |
| 1851 | ':optional'?: CSSProperties; |
| 1852 | ':out-of-range'?: CSSProperties; |
| 1853 | ':placeholder-shown'?: CSSProperties; |
| 1854 | ':read-only'?: CSSProperties; |
| 1855 | ':read-write'?: CSSProperties; |
| 1856 | ':required'?: CSSProperties; |
| 1857 | ':right'?: CSSProperties; |
| 1858 | ':root'?: CSSProperties; |
| 1859 | ':scope'?: CSSProperties; |
| 1860 | ':target'?: CSSProperties; |
| 1861 | ':valid'?: CSSProperties; |
| 1862 | ':visited'?: CSSProperties; |
| 1863 | ':after'?: CSSProperties; |
| 1864 | '::after'?: CSSProperties; |
| 1865 | ':before'?: CSSProperties; |
| 1866 | '::before'?: CSSProperties; |
| 1867 | '::backdrop'?: CSSProperties; |
| 1868 | ':first-letter'?: CSSProperties; |
| 1869 | '::first-letter'?: CSSProperties; |
| 1870 | ':first-line'?: CSSProperties; |
| 1871 | '::first-line'?: CSSProperties; |
| 1872 | '::selection'?: CSSProperties; |
nothing calls this directly
no outgoing calls
no test coverage detected