On level 10 if we use " .table * " as a selector, the level does not pass
It should work using .table * but it appear to only work with *
Thanks @gabrielstuff, I need to address this. I think that maybe I should also make the .table element 'hoverable' so that it's part of the active set of elements.
My young students try to respect what is written and thus use the markup. As the markup contains the table element, they try to select it.
We should either remove it from the markup or allow to select it.
Thanks a lot !
I confirm it's a bug :-).
Also during a class.
Can we accept .table * as the correct answer instead of *?
I am willing to PR if you'll direct my to where to do it.
ohh man lol
- is the WRONG answer! This would also select the table. Please fix
I think if we want to stress how much the universal selector selects, entering * should just make the table vanish along with everything on it.