PhpGt/WebEngine

CSS selectors on body with dynamic path

g105b opened this issue · 1 comments

g105b commented

The use of .uri-- and .dir-- selectors is really useful, but when a dynamic path is used, there's no way to select this in CSS.

While you're fixing this functionality, it might make sense to reevaluate the use of --. What other characters are allowed in the class name? Could the actual path be injected, with slashes?

g105b commented

Just implemented.