phax / ph-css

Advanced Java CSS 3 parser and builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:host and ::slotted pseudo class/element functions are parsed incorrectly (used in shadow DOM)

shagkur opened this issue · comments

Following pseudo class function is parsed incorrectly:
:host(<simple_selector_sequence>)

Following pseudo element function is paresed incorrectly:
::slotted(<simple_selector_sequence>)

Here's my PR (proposal)
#74

Unfortunately i was not able to add you as the reviewer to the PR

Will be part of 6.4.1